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 ... (463603 views)
- Error no. 2003: Can't connect... (379288 views)
- SQLyog Version History (232405 views)
- Error no. 1045: "Connection denied..." (193254 views)
- Error No. 2005: Unknown MySQL server host... (175368 views)
- Error no. 1251: "Client does not support authentication..." (163864 views)
- Can I use SQLyog with the WINE Windows emulator ... (155565 views)
- What is HTTP-tunneling? (130294 views)
- What Is SSH and SSH-tunneling? (101774 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (99706 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
36 search results
Page 2 out of 4 Pages
- About Webyog support and about this FAQ: Problem with backtick-character in FAQ Answer: In some cases you will see SQL-snippets here using the backtick/backquote character. They do no display correctly and as a consequence you cannot always copy/paste ...
- Using the GUI: Can I use functions with SQLyog DATA and RESULT panes? Answer: Yes! This has been supported since version 5.12. Also read here about KEYWORDS support in SQLyog GUI. If you enter a string followed by the ...
- Importing external data: Migration of columns defaults from MS Access fails with SQLyog Import External Data Tool. Answer: You experience that when importing data from Microsoft Access migration of columns defaults fail. This is a confirmed issue and we believe it is a problem ...
- SJA for LINUX: Failed dependency for libstdc++.so.5 error Answer: This error occurs because a C++ shared library that SJA requires is not available. It is not on some recent Linux distributions ('recent' as of ...
- Using the GUI: Wrong results are returned for FOUND_ROWS(). Answer: FOUND_ROWS() is an 'information function' in MySQL. The use of it is that you can use a LIMIT clause to reduce the result set and ...
- Working with Views, Stored Procedures and Triggers: Nested C-style comments fail with MySQL 5.1 Answer: Nested comments written like /* external /* internal comment */ comment */ fail to execute with MySQL 5.1 and higher. It works before that. That is ...
- 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 ...
- Manipulating data.: I want to execute one SQL-statement only but all queries in editor-tab are executed. Answer: The explanation probably is that the the editor tab from where you execute SQL is a "power type" editor tab. From SQLyog version 4.2 two ...
- General Use: Can I manage MySQL databases with SQLyog if database or column names are in a Answer: Yes! No problems!Read about SQLyog and character sets here. Also if the names of database objects use characters that are not available on your ...
- Using the GUI: Can I add my own strings to SQLyog auto-complete? Answer: Yes, you can.And that can be very useful if you have some standard strings used often for naming, commenting etc. Especially if those ...