Changer password root mysql

#/etc/init.d/mysql stop
#mysqld --skip-grant-tables --skip-networking &
# mysql mysql -u root
#sql# UPDATE user SET password=PASSWORD('nouveaumotdepasse') WHERE user="root";
#sql# FLUSH PRIVILEGES;
logout
#/etc/init.d/mysql restart

Leave a Reply

Your email address will not be published. Required fields are marked *