|
|
StellarHost.Com's MySQL Password FAQ
- How do I change my MySQL password?
First, log in to your MySQL database from a shell prompt. Then issue the following command:
set password=password('new_password');
where new_password is the new password you have selected.
Example
set password=password('charlie1');
If you still have questions after reviewing all the appropriate FAQs please do not hesitate to contact our Sales department by filling out our customer service form.
Thank You!
|