forums › forums › SQLyog › Using SQLyog › Error No. 2003
- This topic is empty.
-
AuthorPosts
-
-
October 25, 2011 at 9:10 am #12482numb3rsMember
Error No. 2003
Can't connect to MySQL Server on'localhost' (10061)
I have MySQL and SQLyog on same machine
Im trying to connect SQLyog to MySQL. Can anyone help me with this
-
October 25, 2011 at 11:04 am #32736sathishMember
Hello,
Please read this FAQ: http://webyog.com/faq/content/23/15/en/error-no-2003-can_t-connect.html
Note that this is a *connection* error and not an *authentication* error (ie: not because user or password is wrong).
First you should check for firewall issues and settings in server configurations like 'skip_networking' and 'bind_address'.
Regards,
Sathish
-
October 25, 2011 at 4:49 pm #32737numb3rsMember'sathish' wrote:
Hello,
Please read this FAQ: http://webyog.com/faq/content/23/15/en/error-no-2003-can_t-connect.html
Note that this is a *connection* error and not an *authentication* error (ie: not because user or password is wrong).
First you should check for firewall issues and settings in server configurations like 'skip_networking' and 'bind_address'.
Regards,
Sathish
-
October 25, 2011 at 5:47 pm #32738numb3rsMember
Sorry repeating post.
I went into my.ini and tried placing a # in front of skip-network and save changes but I was denied access. I went through MySQL folder directory but not by using MySql. If I need to use MySQL can you provide query which would allow me to make the changes needed or access that
my.ini and make the Chang.
-
October 25, 2011 at 7:50 pm #32739numb3rsMember
How do I get to server configuration?
-
October 25, 2011 at 9:24 pm #32740peterlaursenParticipant
'server configuration' and 'my.ini' is the same thing
I f I understand you commented the 'skip-networking' option. Now you are able to *connect* – but not able to *authenticate* . It seems you get another error ' access denied' or 'connection denied'. About this read http://webyog.com/faq/content/23/18/en/error-no-1045-connection-denied.html
“User is not allowed to connect from the actual host. Note that MySQL by default only allows connection from 'localhost'. To specify from where a user may connect SQL wildcards (% and _) can be used. Simply 'someuser@%' means that user 'someuser' may connect from everywhere.”. If you are connecting from a remote host and the remote user is not created you will have to do with any client that can connect (mysql command line, PhpMyAdmin or whatever). Or alternativley use SSH- or HTTP-tunneling. With tunneling you technically connect from 'localhost'.
-
October 25, 2011 at 10:34 pm #32741numb3rsMember
No was not able to comment it out. I went to my MySQL folder….clicked on my.ini (came up as notepad) I put comment in tried to save changes and it said access is denied. So I need to know the correct way to access MySQL configuration. Thanks. I'm a newb.
-
October 26, 2011 at 1:02 am #32742numb3rsMember
I used mysql server instance configuration to make changes. Will try to connect
-
-
AuthorPosts
- You must be logged in to reply to this topic.