MySQL
Basic use case of mySQL.
Install MySQL on linux
Create a new user
Connect to MySQL as root :
Create new user and set a password
Leave the current session :
Connect with the new user :
Check MySQL error logs :
Change password :
Create a database :
Last updated