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 ... (475708 views)
- Error no. 2003: Can't connect... (391384 views)
- SQLyog Version History (243911 views)
- Error no. 1045: "Connection denied..." (204127 views)
- Error No. 2005: Unknown MySQL server host... (186644 views)
- Error no. 1251: "Client does not support authentication..." (175303 views)
- Can I use SQLyog with the WINE Windows emulator ... (167143 views)
- What is HTTP-tunneling? (141328 views)
- What Is SSH and SSH-tunneling? (112950 views)
- Introduction to the 'SQLyog Job Agent' (SJA) (111034 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
ID #42
Tags: -
Related entries:
- SQLyog gives you the most options for connecting to MySQL
- Do I need PHP to use SQLyog with MySQL?
- Welcome to the SQLyog FAQ
- SQLyog Version History
- Error messages
You cannot comment on this entry
I am sorry that the FAQ did not solve your problems. Now everyone would notice that this FAQ article is the mostly viewed here. That teells there is a problem. But it is not a problem with SQLyog, the problem is that some *nix distributions have (in an undocumented way) different host and domain configurations. Of course we would like to give better advices on this. But this is the information that we are able to give - and any user being able to give a more precise answer should preferably do so!
Added at: 2007-03-10 10:42
Ok this is nice and all but my thing works perfeclty for 127.0.0.1 because that points the source internaly inside the comp and local host is just a shortened way to do it. My problem is when i try to set it up for my IP adress so as the server break between my LAN networking this error pops in. Ive read through this and have seen it tells just enough to not say anything at all to help me... If u can figured out my problem send me an Email or sumthign cause this is severly drawing my paitence.
Added at: 2007-03-14 01:57
This does not seem to be a networking error. In the test below I run the MySQL server and client on the same host (WinXP professional). When I replace "localhost" with its IP-adress , version 4.1.8-nt works but not 5.0.15-nt .
Is this a MySQL bug?
server version: 5.0.15-nt
==========================
C:\>mysql -u root -h localhost
Welcome to the MySQL monitor.
Your MySQL connection id is 3 to server version: 5.0.15-nt
C:\>mysql -u root -h 192.168.0.4
ERROR 1130 (00000): #HY000Host 'MyHost.lan' is not allowed to connect to this MySQL server
server version: 4.1.8-nt
=========================
D:\>mysql -u root -h localhost
Welcome to the MySQL monitor.
Your MySQL connection id is 6 to server version: 4.1.8-nt
D:\>mysql -u root -h 192.168.0.1
Welcome to the MySQL monitor.
Your MySQL connection id is 7 to server version: 4.1.8-nt
Added at: 2007-04-13 08:45
Hi!
Maybe this topic has so high view count because it is first obstacle in the "getting started" section. When you start MySQL Administrator, there is a Host, user and passw requested. If you installed this on a local machine and dont know the right user or passw or host name, this will result in exactly this error. (1130). A good start is to put localhost as the host, root as the username and the password as specified during the Wizard setup of the DB. Oh yes, I forgot, you have to read the 500 page manual first how to build your DB, tables and queries from command line, before you can continue from here onward
Regards!
Atmapuri
Added at: 2008-06-16 16:43
I have a mySQL database hosted on an external server soemwhere Brooklyn. Its IP is NN.139.34.10 (NN are two digits).
I am trying to connect from home (not in NY) to the DB.
I get an error 1130. In the message box I see that the IP I entered has dashes instead of periods, and my ISP's DNS server id is concatenated to it. For example: NN-139-34-10.bb.netvision.net
Any idea what's causing it and how to OVERCVOME it?
Added at: 2009-12-01 17:42
@Eli .. please do not use the FAQ for asking support. We have Forums for this. You can comment in the FAQ if you want to add information to a FAQ - or if you disagree wiht something written here of course)
Please read the FAQ 'about this FAQ'. Do not use the FAQ for *interactive support*.
And if you face a problem with SQLyog please start a discussion in our Forums instead.
Added at: 2009-12-01 17:51