Discuss @ Twinfish Tech
How to Reset the Root Password - Printable Version

+- Discuss @ Twinfish Tech (https://discuss.twinfishtech.com)
+-- Forum: LANGUAGE (https://discuss.twinfishtech.com/forumdisplay.php?fid=1)
+--- Forum: MYSQL (https://discuss.twinfishtech.com/forumdisplay.php?fid=2)
+--- Thread: How to Reset the Root Password (/showthread.php?tid=1)



How to Reset the Root Password - tkmuthupandi - 05-13-2026

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');