Bug #13010 cmd
Submitted: 6 Sep 2005 10:55 Modified: 6 Sep 2005 11:44
Reporter: Mondor Mad Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S4 (Feature request)
Version: OS:
Assigned to: CPU Architecture:Any

[6 Sep 2005 10:55] Mondor Mad
Description:
C:\Documents and Settings\Administrator>mysqlshow
mysqlshow: Can't connect to MySQL server on 'localhost' (10061)

How to repeat:
?

Suggested fix:
?
[6 Sep 2005 11:44] Valeriy Kravchuk
Please, read the http://bugs.mysql.com/how-to-report.php cartefully.

Are sure our MySQL server is started? 

mysqlshow connects with "default"  account:

C:\Documents and Settings\openxs>mysqlshow
mysqlshow: Access denied for user 'ODBC'@'localhost' (using password: NO)

You may need to provide user name and password:

C:\Documents and Settings\openxs>mysqlshow -uroot -p
Enter password: ****
+-----------+
| Databases |
+-----------+
| mysql     |
| test      |
+-----------+