This post assumes that you already have installed MySql on your machine. If haven't done it yet, please download the relevant platform version from the Official Mysql Download site.
In-order to logon and invoke the MySql prompt, type the following in Terminal :
mysql -u <username> -p
Enter password : <Type your password here>
Eg:
mysql -u IroncladWriter -p
Enter Pasword: ***
On a successful login, you get the following prompt -
In-order to logon and invoke the MySql prompt, type the following in Terminal :
mysql -u <username> -p
Enter password : <Type your password here>
Eg:
mysql -u IroncladWriter -p
Enter Pasword: ***
On a successful login, you get the following prompt -
No comments:
Post a Comment