RSS
 

Recuperando a senha do Mysql

30 mai

Sistema Utilizado: Ubuntu 10.10

sudo /etc/init.d/mysql stop
sudo mysqld --skip-grant-tables &
mysql -u root mysql
UPDATE USER SET Password=PASSWORD('SENHA') WHERE USER='root'; FLUSH PRIVILEGES; exit;

 
No Comments

Posted in Linux, MySQL

 

Tags: , ,

Leave a Reply