Hello, couldent find anywhere else to post this
How do i reset Mysql root password couldent find a good guide that i understood
Hello, couldent find anywhere else to post this
How do i reset Mysql root password couldent find a good guide that i understood
What exactly is your problem?
Also this should go in "Emu Questions"
My Mysql password..so i can go in to Navicat db.
How do i reset it?
How do I Reset a MySQL Password?
Dont understand :S
1. Stop the mysqld daemon process.
2. Start the mysqld daemon process with the --skip-grant-tables option.
3. Start the mysql client with the -u root option.
4. Execute the UPDATE mysql.user SET Password=PASSWORD('password') WHERE User='root';
5. Execute the FLUSH PRIVILEGES; command.
I'm trying to figure out how you couldn't find anywhere else to post this :/
Lunar Gaming - Reaching For The Stars