Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

where can I download mysql command line

for windows,

I am using
mysql workbench
and
mysql ems manager sql manager

I have wamp downloaded on my computer

I did a search for
mysql.exe: no results
mysql: many results
Avatar of alecomba
alecomba

Avatar of Dave Baldwin
Because WAMP is intended to be able to switch versions of MySQL, it does not register the path to 'mysql.exe' because it will change if you change versions of MySQL.  You have to go to "C:\wamp\bin\mysql\mysql5.1.36\bin" to find it and run it.  Put the numbers for your version in place of '5.1.36'.
Avatar of rgb192

ASKER

ftp://mirror.csclub.uwaterloo.ca/mysql/Downloads/MySQLInstaller/mysql-installer-5.5.24.0.msi

this file is very large 198mb, I just want the command line client


I  already have mysql on my computer with wamp
Avatar of rgb192

ASKER

I did not see your comment Dave, I will check your comment
Avatar of rgb192

ASKER

this is a screenshot of windows 7 wamp folder
Avatar of rgb192

ASKER

User generated image
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

thanks
You're welcome.