How to connect MYSQL with another USER using Command line
Quite simple follow thoses Steps:
1) Open Command Prompt (CMD)
2) Locate the BIN of mysql
Exemple:
In CMD type
Cd wamp\bin\mysql\mysql5.5.20\bin\
3) Now type:
mysql -u [username] -p
4) Type the password
5) Now you are connected to the user . Enjoy
1) Open Command Prompt (CMD)
2) Locate the BIN of mysql
Exemple:
In CMD type
Cd wamp\bin\mysql\mysql5.5.20\bin\
3) Now type:
mysql -u [username] -p
4) Type the password
5) Now you are connected to the user . Enjoy
TURN BACK ON THE WEBSITE
Commentaires
Enregistrer un commentaire