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 ... (463599 views)
- Error no. 2003: Can't connect... (379283 views)
- SQLyog Version History (232402 views)
- Error no. 1045: "Connection denied..." (193251 views)
- Error No. 2005: Unknown MySQL server host... (175365 views)
- Error no. 1251: "Client does not support authentication..." (163861 views)
- Can I use SQLyog with the WINE Windows emulator ... (155562 views)
- What is HTTP-tunneling? (130291 views)
- What Is SSH and SSH-tunneling? (101771 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (99703 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 3 out of 14 Pages
- Manipulating data.: Can I use SQLyog with the various SQL-modes available with MySQL? Answer: Well ... yes. But let us have a look of the concept of the sql-modes.SQL-modes were introduced with MySQL version 4.0 as a general ...
- 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 ...
- Backup/Restore: Does the SQLyog backup tool backup MySQL ver. 5 Objects? Answer: Yes it does!Stored Procedures, Functions, Triggers and Views are all backed up by the SQLyog backup tool (and restored by the restore functionality). That ...
- Connection problems: Error no. 2003: Can't connect... Answer: The error message Error No. 2003: Can't connect to MySQL server on 'localhost' (or some other host) simply means that connection is not possible for one of ...
- Installation and Configuration: Can I use SQLyog with the WINE Windows emulator on LINUX. Answer: Yes - you can. Actually SQLyog is a very popular application used by Linux/wine users. And it is not restricted to Linux. It is equally ...
- Using the GUI: Does SQLyog GUI understand the meaning of special MySQL KEYWORDS. Answer: Yes it does! Starting from SQLyog version 5.1 specific MySQL KEYWORDs are given a special treatment by the GUI. The KEYWORDS supported like this currently are: NULL CURRENT_USER CURRENT_TIMESTAMP UTC_TIMESTAMP localtimestamp Also ...
- Installation and Configuration: How can I run SQLyog from a portable drive. Answer: With a normal installation SQLyog will (since version 6.06) not write its configuration file ('SQLyog.ini') as well as the 'favorites' folder and the local SQLite ...
- Using the GUI: Do I need to SET NAMES to display characters of my language? Answer: No, you won't. SQLyog does all what is required! With the introduction of SQLyog version 6 SQLyog always uses UTF8 internally. Whenever SQLyog communicates ...
- 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 ...
- Manipulating data.: I have problems with importing CSV data Answer: Problems with importing CSV-files frequently occur at the Webyog Forums. We will here outline the basics.1) What is CSV?CSV stands for 'Comma Separated Values'. ...