MySQL Forums
Forum List  »  Install & Repo

MySQL on localhost
Posted by: Mario Davirro
Date: April 10, 2010 09:33PM

I'm trying to connect TOAD to my localhost MySQL default database on Windows 7 x64 box, but I'm getting "Can't connect to MySQL server on 'localhost' (10061)". I can run mysqlshow correctly, and I see the "MySQL" service running in the task manager. Any reason why it's not starting? The output from mysqld --console is...

C:\Windows\system32>mysqld --console
100410 23:24:44 [Warning] '--default-character-set' is deprecated and will be re
moved in a future release. Please use '--character-set-server' instead.
100410 23:24:44 [Note] Plugin 'FEDERATED' is disabled.
100410 23:24:44 [Note] Plugin 'InnoDB' is disabled.
100410 23:24:44 [Note] Event Scheduler: Loaded 0 events
100410 23:24:44 [Note] mysqld: ready for connections.
Version: '5.1.45-community' socket: '' port: 0 MySQL Community Server (GPL)


Does anything look wrong? Should I be connecting via named pipe since it's local rather than TCP?

Options: ReplyQuote


Subject
Written By
Posted
MySQL on localhost
April 10, 2010 09:33PM
April 11, 2010 04:52AM
April 11, 2010 06:53AM
April 11, 2010 10:17PM
April 12, 2010 06:30AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.