How to change MySQL root password? Posted byarjunpremierDecember 5, 2017Posted inUncategorizedTags:MySQL 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 Share this: Click to share on X (Opens in new window) X Click to share on Facebook (Opens in new window) Facebook Like Loading... Related Published by arjunpremier Software Engineer, Blogger, View more posts