Login to MySQL Server from UNIX Shell
[user@server]$ mysql -h <hostname> -u <username> -p
Then you’ll be promted for your password, enter it and you’re in.
mysql>
[user@server]$ mysql -h <hostname> -u <username> -p
Then you’ll be promted for your password, enter it and you’re in.
mysql>
comments
No comments yet.
Sorry, the comment form is closed at this time.