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 ... (464480 views)
- Error no. 2003: Can't connect... (380189 views)
- SQLyog Version History (233268 views)
- Error no. 1045: "Connection denied..." (194058 views)
- Error No. 2005: Unknown MySQL server host... (176195 views)
- Error no. 1251: "Client does not support authentication..." (164710 views)
- Can I use SQLyog with the WINE Windows emulator ... (156434 views)
- What is HTTP-tunneling? (131109 views)
- What Is SSH and SSH-tunneling? (102612 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (100539 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
34 search results
Page 4 out of 4 Pages
- 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 ...
- 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 ...
- 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 ...