Thread: Mysql.exe prob
View Single Post
  #2  
Old 07-02-2003, 04:42 PM
Bitmap
Fire Beetle
 
Join Date: Jul 2003
Posts: 1
Default

I was having a similar problem. To solve it, I ran mysql.exe with the following command line:

mysql.exe -u username -ppassword

So, say your username is joe and the password is blow, you would run

mysql.exe -u joe -pblow

I hope this helps.
Reply With Quote