| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 5 online users. » 0 Member(s) | 5 Guest(s)
|
|
|
| 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');
|
|
|
|