@Narcotico said:
**Para aquellos que se les haya jodido el mysql y quieran recuperar otra vez la base de datos. Les tengo la solucion.
Ponemos lo siguiente:
# su -
# /etc/rc.d/init.d/mysql stop
# mysqld_safe --skip-grant-tables &
# mysql -u root
Enter password: (Metemos la pass aqui)Luego de que nos haya salido este anuncio procedemos:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 9082
Server version: 6.0.11-alpha FreeBSD port: mysql-server-6.0.11Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> use mysql;
Nos saldra este anuncio!
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -ADatabase changed
Luego colocamos:
mysql> update user set password=password('AQUI-CONTRASEÑA') where user='root';
mysq> flush privileges;
mysql> exit
ByeY eso es todo muchachos.**
Fuente:
[http://www.cheatforge.net/community/metin2-guide-al-server-privato/104914-guida-recuperare-password-mysql.html][0]">[http://www.cheatforge.net/community/met][1] ... mysql.html
[http://kensai.serveblog.net/?p=711][0]">[http://kensai.serveblog.net/?p=711][2]
[http://blog.yaaqui.com/mysql-como-cambiar-la-contrasena-de-root-del-servidor-de-base-de-datos_articulo_137_89378.html][0]">[http://blog.yaaqui.com/mysql-como-cambi][3] ... 89378.html
MEN El COMANDO ''# /etc/rc.d/init.d/mysql stop'' NO FUNCIONA ME PONE Comand not found .
Asi ... Se mete en virtual pC ?
[0]: <a href=
[1]: http://www.cheatforge.net/community/met
[2]: http://kensai.serveblog.net/?p=711
[3]: http://blog.yaaqui.com/mysql-como-cambi