Navigation
- FAQ Home
- All categories
- About Webyog support and about this FAQ
- About the SQLyog program
- Connection issues
- Using the GUI
- Managing your MySQL Database Systems
- Database Schema Synchronization
- MySQL DATA synchronization
- SQL Scheduler and Reporting Tool
- Importing external data
- Backup/Restore
- SQLyog Job Agent (SJA)
- Working with Views, Stored Procedures and Triggers
- Character Set and Localization Issues
- MySQL bugs that affect SQLyog
- Questions on Open Source and Compiling
- Sitemap
0 users online | 0 Guests and 0 Registered
Most popular FAQs
- I get error 1130 "Host is not allowed to ... (465644 views)
- Error no. 2003: Can't connect... (381384 views)
- SQLyog Version History (234360 views)
- Error no. 1045: "Connection denied..." (195093 views)
- Error No. 2005: Unknown MySQL server host... (177272 views)
- Error no. 1251: "Client does not support authentication..." (165788 views)
- Can I use SQLyog with the WINE Windows emulator ... (157510 views)
- What is HTTP-tunneling? (132128 views)
- What Is SSH and SSH-tunneling? (103677 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (101602 views)
Latest FAQs
- SQLyog Version History (2014-06-08 10:22)
- I get error 1130 "Host is not allowed to ... (2014-01-30 12:21)
- About CHUNKs and BULKs (2014-01-09 11:53)
- SQLyog is a client for the MySQL server - ... (2013-08-04 04:48)
- Problems creating a functional DSN on 64 bit Windows. ... (2013-07-22 08:34)
Sticky FAQs
Advanced search
131 search results
Page 8 out of 14 Pages
- Working with Views, Stored Procedures and Triggers: I have full privileges to a database but cannot ALTER a routine. Why? Answer: You experience that you have full privileges to a database (described in GRANT syntax like GRANT ALL PRIVILEGES ON some_database.* TO 'me'@'somehost') but cannot ALTER ...
- Using the GUI: I connect as a user who has GRANT option but User Management fails. Answer: To illustrate this we create such userGRANT ALL ON ´somedatabase´.* TO 'oneuser'@'localhost' WITH GRANT OPTION;As this user has ALL privileges to a specific database and ...
- Connection problems: I get error 1130 "Host is not allowed to connect ..." or "Access denied ..." Answer: Error 1130 is a networking error. The server cannot resolve the hostname of the client. Or the host is not allowed to connect to ...
- Installation and Configuration: Can I do a 'Silent Install' when installing SQLyog? Answer: Yes, you can!Network Administrators generally have the most use for a silent install. What a silent install does is to install the application ...
- About Webyog support and about this FAQ: Welcome to the SQLyog FAQ Answer: Welcome to this FAQ. We hope that users having problems will find solutions to the most common problems here. With the introduction of this FAQ, we ...
- Purchasing and Licensing: Buying and Licensing SQLyog Answer: SQLyog Professional, Enterprise and Ultimate are available from our webshop. You will have the registration details sent with e-mail. Be careful to check ...
- Connection problems: Error No. 2005: Unknown MySQL server host... Answer: The error messageError No. 2005: Unknown MySQL server host 'some_URL_or_ip' simply means that connection is not possible for the following (or similar) reasons: A protocol is specified ...
- Connection problems: I have an account with Yahoo. Can I use SQLyog… Answer: Yes. But several users have had problems getting connection parameters right. Here is what Yahoo say themselves: Why can't I access my database?First, make sure ...
- Data Types and Storage Engines: How do I create ENUM and SET data types with SQLyog? Answer: The implementation in MySQL for defining ENUM and SET types is so that the list of valid values are specified with the same syntax as ...
- Data Types and Storage Engines: Why are my BIT datatypes displayed as squares? Answer: You experience that BIT datatypes that previously displayed as "0" or "1" (and maybe even any numerical value between "-128" and "127") in SQLyog ...