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
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