Setting root password in mysql
from system command prompt
$ mysqladmin -u root password 'newpassword'
If it's a new installation run mysql_install_db beforehand and follow those instructions. Setting up a new root password and privs can be somewhat tricky.
|