Saturday 20 May 2017

How to login to MySQL from Linux/unix Shell ?

You can login to MySQL from Linux/unix Shell by running below command on your terminal.
mysql -u root -p 
At the Enter password: prompt, well, enter root's password. You can find further reference by typing mysql --help

1 comment:

Advertisement

Advertisement