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
9 users online | 9 Guests and 0 Registered
Most popular FAQs
- I get error 1130 "Host is not allowed to ... (460325 views)
- Error no. 2003: Can't connect... (375950 views)
- SQLyog Version History (229155 views)
- Error no. 1045: "Connection denied..." (190232 views)
- Error No. 2005: Unknown MySQL server host... (172250 views)
- Error no. 1251: "Client does not support authentication..." (160667 views)
- Can I use SQLyog with the WINE Windows emulator ... (152324 views)
- What is HTTP-tunneling? (127274 views)
- What Is SSH and SSH-tunneling? (98622 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (96570 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
78 search results
Page 8 out of 8 Pages
- HTTP(s)-tunneling: I get version mismatch during HTTP Tunneling: Answer: This simply tells that there is a version mismatch between the PHP script ('SQLyogTunnel.php') that is uploaded on the server and the SQLyog client code ...
- Importing external data: I get ZERO's when importing DATE and TIME types Answer: It is an issue with the data type. DATE and TIME data types - and their implementations - differ quite a lot across database systems. ...
- Program versions: Where can I download old program versions? Answer: Nowhere!With each new SQLyog version we constantly add features, improve usability, improve performance and - not to forget - fix bugs and add/change code to ...
- 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 ...
- HTTP(s)-tunneling: Internal web server error / HTTP error 500 Answer: If you get this error (when HTTP-tunnelling in SQLyog and when connecting from a browser respectively) please check that that the permission setting for the ...
- HTTP(s)-tunneling: What should permissions be for the SQLyog tunneller file? Answer: We recommend the permission setting for the SQLyog tunneller file to be (in octal notation) 644. That means read permission for both 'owner', 'group' and ...
- Data Types and Storage Engines: Tables with Floating Point Datatypes Fail to Update Answer: Floating Point datatypes in MySQL are FLOAT, DOUBLE and (before MySQL 5.03) DECIMAL. Those datatypes are not stored as exact values inside computer architecture. What you ...
- Working with Views, Stored Procedures and Triggers: I have full privileges to a database but cannot ALTER a routine. Why? Answer: You experience that you have full privileges to a database (described in GRANT syntax like GRANT ALL PRIVILEGES ON some_database.* TO 'me'@'somehost') but cannot ALTER ...