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
1 user online | 1 Guest and 0 Registered
Most popular FAQs
- I get error 1130 "Host is not allowed to ... (463622 views)
- Error no. 2003: Can't connect... (379305 views)
- SQLyog Version History (232423 views)
- Error no. 1045: "Connection denied..." (193271 views)
- Error No. 2005: Unknown MySQL server host... (175385 views)
- Error no. 1251: "Client does not support authentication..." (163887 views)
- Can I use SQLyog with the WINE Windows emulator ... (155590 views)
- What is HTTP-tunneling? (130311 views)
- What Is SSH and SSH-tunneling? (101794 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (99726 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
16 search results
Page 1 out of 2 Pages
- 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'. ...
- Program versions: SQLyog Version History Answer: Please refer relevant page in online documentation ...
- 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 ...
- SQL Scheduler and Reporting Tool: Can I schedule CSV export and import? Answer: The CSV export and import functionality of the SQLyog GUI are not directly implemented in the SJA. But both are posible with relative simple SQL ...
- About the SQLyog program: Data get truncated when importing a large CSV-file. Answer: SQLyog is is able to import data CSV files to MySQL using two different techniques: 1) using the Microsoft ODBC Text driver (that ships with every ...
- 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 ...
- How does SQLyog connect to MySQL?: What should I enter as 'hostname' when connecting to a MySQL server at an ISP. Answer: It depends on the systems and the network settings at your ISP. The systems that ISP's operate are too numerous to mention. Some operate almost ...
- SSH-tunneling: What Is SSH and SSH-tunneling? Answer: The Acronym SSH stands for Secure Shell Host. SSH was originally created to provide a secure way to access server systems at "low level", to ...
- Using the GUI: How shall I understand the 'query execution time' that SQLyog gives me? Answer: SQLyog displays 'query execution time' for each query in three different places: The STATUS bar/line, the MESSAGES tab and the HISTORY tab. Let us explain what ...
- Manipulating data.: Can I use the auto_increment attribute without using that column as a Primary Key. Answer: Yes! MySQL allows for that. The rules are:There can only be one auto_increment column in a tableThis column must be defined as a KEYWe ...