1
edit
Changes
no edit summary
#Set a password to MySQL server's root user: <b><code><font color=green >/usr/bin/mysqladmin -u root password 'yourpassword'</font></code></b>
#Test the root account: <b><code><font color=green > mysql -u root -p </font></code></b>. Enter your new password. You should enable to login as root.
#Logout the session: <b><code><font color=green >quit</font></code></b>