Documentation
Kattare is dedicated to making your hosting experience as painless as possible.
That means making as much help and documentation available as possible.
If you have a question that you think would be helpful to have here, please
[Submit your Question].
|
|
| Category |
| MySQL |
|
Question
|
Last Modified: Mar 09, 2010
|
| How do I change my MySQL password? |
| Answer |
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");
|
[FAQ Main]
[Submit a Question]
[Back to Category "MySQL"]
|