Knowledge Base - FAQ
Question: How do I change my MySQL password?There is a "Change Password" link in the phpMyAdmin software available at:
https://www.kattare.com/sqladmin/
Just select your server, log in, and it should be on the main screen in the list of links.
Alternatively, via the command line interface:
set password=password("yourpassword");Last Modified: Nov 23, 2010




