set root password for mysql

mysql> SET PASSWORD FOR root@localhost=PASSWORD(’new_password’);

Leave a Reply