Hi,
Upon installation of mysql according to instruction I executed the following to set my root password for mysql
/usr/local/mysql/bin/mysqladmin -uroot password secret
where secret is the password.
How can I reset this password for user root since I can't reexecute again.
Thanks.