Home
About
Contact
Home
Mega Menu
Technology
_Microsoft
__OOPs vs SOLID
__.NET
__C# Programming
__C# Interview Q & A
__Visual Studio
__Cloud
__Web
__Mobile
__AI
__Power BI
SEO Tips
Dev Security Tips
Trouble Shooting
__Database
__Visual Studio
__TFS Server
__GitHub
__PHP Laravel
__Linux (Ubuntu 18.4)
Home
MySQL
How to change MySQL root password?
How to change MySQL root password?
Arjun
How to change MySQL root password?
Steps by Step
Open MySQL Command Line Client
To remove a password
SET PASSWORD FOR root@localhost=PASSWORD('');
To add a password
SET PASSWORD FOR root@localhost=PASSWORD('root');
Demo image is below
Post a Comment
0 Comments
0 Comments