Change MySQL Root Password on Windows | Simplest Query | Eyes On All

Опубликовано: 16 Ноябрь 2024
на канале: EyesOnAll
160
12

Hello friends , Today we are going to show you how to change password of MySQL with easiest method ever.

The query is :-
USE MYSQL;
UPDATE MYSQL.USER SET PASSWORD = PASSWORD("YourPwd") WHERE USER = "ROOT";

Then you have to restart your PC for changes.

If your problem is not solved or you are facing any error or issue, then please let us know in comment section.

Like and share the video and subscribe to our channel for more videos.