0
i lost the root password I put in when I installed Mysql, but I don’t know how to reset/change without knowing the password
0
i lost the root password I put in when I installed Mysql, but I don’t know how to reset/change without knowing the password
1
cmd
inside the window of execute. Inside it navigate to the folder bin of Mysql.
Ex: C:\mysql\bin
using the command cd
.mysqld.exe-u root - skip-grant-tables
cd
.
Typo mysql
and press Enter.use mysql;
to select the database mysql
.UPDATE user SET Password = PASSWORD ( 'NOVA_SENHA') WHERE User = 'root';
Source: Resetting MYSQL root password in WINDOWS XP/server 2003
Browser other questions tagged mysql
You are not signed in. Login or sign up in order to post.