My SQL XAMPP Reset Mysql Password November 2, 2018 Pramod T P Leave a comment Login to MySQL using the current use details and run the following command. UPDATE mysql.user SET Password=PASSWORD('Root@123') WHERE User='root'; FLUSH PRIVILEGES;