Error 2003: Can't connect to MySQL blah
Everytime I try to run 'mysql.exe' (where I have to enter in 'create database eq', etc) It gives me 'Error 2003: Can't connect to MySQL on localhost' and I have no idea what to do.
Already tried rebooting once, using version 3.23 I think, and trying this on Windows XP. Any help would be appreciated |
same here...
I also have this problem, it happened after i erased my first data files to try to make my server over from scratch because i think i screwed it up the first time, anyways now i cant get into mysql to try to do the source db.sql; command, I have tried uninstalling then reinstalling mysql but it didn't help me
|
same here...
I also have this problem, it happened after i erased my first data files to try to make my server over from scratch because i think i screwed it up the first time, anyways now i cant get into mysql to try to do the source db.sql; command, I have tried uninstalling then reinstalling mysql but it didn't help me
|
mysql.exe is a client. You have to have the mysql server running for the client to be able to connect to it.
|
oops...
I didn't know that, i thought the mysql.exe was the server itself, thanks for the reply, it works now
|
open a command prompt and type:
cd\mysql\bin mysql -u root mysql (mysql should open up now) then start using it. |
All times are GMT -4. The time now is 05:27 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.