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 ... (463628 views)
- Error no. 2003: Can't connect... (379312 views)
- SQLyog Version History (232429 views)
- Error no. 1045: "Connection denied..." (193277 views)
- Error No. 2005: Unknown MySQL server host... (175391 views)
- Error no. 1251: "Client does not support authentication..." (163894 views)
- Can I use SQLyog with the WINE Windows emulator ... (155596 views)
- What is HTTP-tunneling? (130317 views)
- What Is SSH and SSH-tunneling? (101800 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (99732 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
133 search results
Page 7 out of 14 Pages
- Using the GUI: Can I store 'long strings' in BLOBs with SQLyog? Answer: Yes, you can. But basically you should consider a better option! BLOB types are 'BINARY LONG' data. It is intended for storing binary data ...
- HTTP(s)-tunneling: Can I use HTTP-tunneling if I don't have PHP at my webhost Answer: NO! PHP must be available and either the php_mysql() or the php_mysqli() extension or extension must be enabled in PHP configuration. Starting from SQLyog 5.23 ...
- Connection problems: I am getting "Protocol Mismatch; Server Version 9; Client Version 10;" Answer: The protocol version 9 is used by MySQL 3.22 and earlier. The current version of SQLyog supports 3.23.x and above. To use it with 3.22 ...
- General Use: I am behind firewall or router. Can I use SQLyog to manage a remote MySQL Answer: Most routers have so-called NAT-functionality. It will let you access a remote server on any port, as long as the initial request ...
- Connection problems: I am able to connect using phpMyAdmin, but SQLyog won't let me connect. Answer: phpMyAdmin is running on the server itself so when connecting to MySQL with phpMyAdmin you are NOT connecting from a remote host! With SQLyog ...
- Data Types and Storage Engines: What Storage Engines are supported by SQLyog? Answer: Any! (well .. almost)Starting from SQLyog 5.2 the list of available Storage Engines (before MySQL 4.1 named 'Types') is not hard-coded into the program but ...
- MySQL DATA synchronization: Is it true that I need a Primary Key to use the SQLyog Synchronization Answer: No - not anymore! From SQLyog version 5.0 synchronization is possible without a Primary Key as well. But it is recommended to use ...
- General Use: What kind of databases does SQLyog support? Answer: SQLyog is a Frontend / a GUI tool (or whatever you may call it!) for administering MySQL databases, and MySQL databases ...
- How does SQLyog connect to MySQL?: How do connection names resolve to ip's? Answer: NOTE: This is not a typical FAQ article. It does not answer questions about the SQLyog program as such. But we experience quite ...
- Using the GUI: Is the SQLyog 'auto-complete' feature exact for each MySQL version? Answer: No, not yet!The SQLyog version 5.1 ships with an embedded database of keywords and functions that is exact for MySQL version 3.23. We ...