Bug #60423 command line client not on start menu
Submitted: 10 Mar 2011 22:08 Modified: 10 Mar 2011 23:02
Reporter: Gayle Baugh Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server: Installing Severity:S3 (Non-critical)
Version:5.5 OS:Windows (2008 server)
Assigned to: CPU Architecture:Any

[10 Mar 2011 22:08] Gayle Baugh
Description:
I used your mysql-5.5.9-winx64.msi to install MySQL on a Windows 2008 64-bit server. The MySLQ Command Line Client does not appear in the Start Menu. I have no idea how to add it. I've tried uninstalling, reinstalling, repairing. Nothing works. 

How to repeat:
Install mysql-5.5.9-winx64.msi on a Windows 2008 64-bit server.
[10 Mar 2011 22:54] Peter Laursen
I was almost 3 months faster than you!
http://bugs.mysql.com/bug.php?id=58952

:-)
[10 Mar 2011 23:02] MySQL Verification Team
Duplicate of bug: http://bugs.mysql.com/bug.php?id=58952.
[10 Mar 2011 23:03] Peter Laursen
so you will need to start it from the comman line somewhat like this

C:\Program Files\MySQL\MySQL Server 5.5\bin>mysql -uroot -p
Enter password: ********
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1
Server version: 5.5.9 MySQL Community Server (GPL)

Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> select 1;
+---+
| 1 |
+---+
| 1 |
+---+
1 row in set (0.00 sec)

mysql>

.. etc.