Forgot MySQL Root Password | Reset MySQL Root Password

preview_player
Показать описание
In this video, I'll show you how you can reset MySQL root password if you've forgotten it.
If you forgot your mysql root password, you can reset the MySQL root password by running the mysql server using the --skip-grant-tables.

🌐 Connect with me:

Video Topics:
- Forgot MySQL root password
- Run MySQL without root password
- Run MySQL with skip grant tables
- Reset MySQL root password

When you run mysql with skip-grant-tables options, it does not check for password, so make sure you also use skip-networking so that users cannot connect to the mysql server from outside the server, and run mysql normally after resetting the root password.

If you have any problems resetting the root password of mysql, let me know in the comments below.

#mysql #forgotpassword #resetmysql #mysqlserver
Рекомендации по теме
Комментарии
Автор

it is saying that "ERROR 1524 (HY000): Plugin 'auth_socket' is not loaded". what should i do?

jamesvincentapita
Автор

How can I become root in windows using cmd?

esradurmaz