PDA

View Full Version : Mysql.exe prob


Lord Vector
06-29-2003, 02:40 PM
Help me please!!!!!!!!!!!!
Every time I click on the mysql.exe to edit it it beeps amd closes. What wrong Sniff sniff please help me. :oops:

Bitmap
07-02-2003, 04:42 PM
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.