| Author |
starting MySQL server
|
Tina Mills
Greenhorn
Joined: Feb 23, 2012
Posts: 15
|
|
I was able to start the server yesterday but not today. I'm running this in the cmd prompt. Nothing happens.
cd C:\Users\Tina\Desktop\java\MySQL\mysql-5.5.21-winx64\bin
mysqld –console
I get "ERROR 2003 (HY000): Can't connect to MySQL server on 'localhost' (10061)" when I run this in the cmd prompt.
mysql -u root
How do I start the server?
|
 |
Zeeshan Sheikh
Ranch Hand
Joined: Nov 20, 2011
Posts: 143
|
|
|
I think personal firewall is running on your machine. Please make sure you have opened the TCP port 3306 for connections.
|
 |
Tina Mills
Greenhorn
Joined: Feb 23, 2012
Posts: 15
|
|
I needed another hyphen. This worked. Thank you.
mysqld --console
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
Well done sorting it out . I think I ought to move this discussion to the databases forum.
|
 |
 |
|
|
subject: starting MySQL server
|
|
|