Cambiando el password del MySql

Cambiando passwords olvidados en MySql.

1) iniciar mysqld_safe --skip-grant-tables
2) conectarse con mysql -user=root
3) mysql> update user set Password=PASSWORD('nuevo-password');
mysql> flush privileges;
mysql> exit;
4) killall mysqld_safe

Entrar usando el nuevo-password.

Entradas y comentarios feeds. 14 queries. 0.252 seconds.

60921 pages viewed, 16 today
29270 visits, 11 today
FireStats icon Powered by FireStats