esto hay que hacer:
1.- iniciar msql de esta manera
$/usr/bin/mysqld_safe --user=mysql --skip-grant-tables --skip-networking &2.-entrar a mysql como root
$mysql -u root3.- setear el password deseado
mysql> UPDATE mysql.user SET password=PASSWORD(’mi_password’);4.-
mysql>FLUSH PRIVILEGES;listo iniciar el servicio mysql normalmente
No comments:
Post a Comment