MySQL login with command line (CLI)
# mysql -h hostname -u username -p
It will prompt you for the password.
Then:
> connect dbname
Posted under MySQL
This post was written by Content Curator on September 17, 2007
# mysql -h hostname -u username -p
It will prompt you for the password.
Then:
> connect dbname
Posted under MySQL
This post was written by Content Curator on September 17, 2007