- Forums
- Linux Hosting
- How To Setup MySQL Root Password - Set Change Edit Linux Command
This Page Contains information about How To Setup MySQL Root Password - Set Change Edit Linux Command By unix in category Linux Hosting with 1 Replies. [394], Last Updated: Sat May 18, 2024
unix
Thu Aug 31, 2006
1 Comments
2446 Visits
Setting up your MySQL root password is easy. On a new installation, enter the following command:
CODE:
mysqladmin -u root password your_root_password
* your_root_password is whatever password you want to set to.---------------------------------------------------------------------
If that doesn't work, try this:
CODE:
mysqladmin -h server1.example.com -u root password you_rroot_password
* your_root_password is whatever password you want to set to.
https://www.wallpaperama.com/forums/how-to-setup-mysql-root-password-set-change-edit-linux-command-t339.html