Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 2
» Latest member: tkmuthupandi
» Forum threads: 1
» Forum posts: 1

Full Statistics

Online Users
There are currently 5 online users.
» 0 Member(s) | 5 Guest(s)

Latest Threads
How to Reset the Root Pas...
Forum: MYSQL
Last Post: tkmuthupandi
1 hour ago
» Replies: 0
» Views: 7

 
  How to Reset the Root Password
Posted by: tkmuthupandi - 1 hour ago - Forum: MYSQL - No Replies

How to Reset the Root Password


SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPass');


run this Query in Query window
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPass');

Print this item