MySQL common commands (1) Connect MySQL database and modify user password

Source: Internet
Author: User

I'm also testing under Linux, I'm using CentOS, say no more, start the console, enter the command:

[Shell]Plain Text view copy code ?
001 mysql -h localhost -u root -p


Such as
<ignore_js_op>
MySQL command format: mysql-h host address-u user name-P user Password


Exit Enter Exit return


To modify a user password:
Mysqladmin command format:

[Plain Text]Plain Text view copy code ?
001 mysqladmin -u 用户名 -p旧密码 password 新密码


Note:-p old password, here is no space for Oh!

http://tieba.sodu666.com/NcDkEO0O0O/

http://www.sodu666.com/HaiZeiZhiShenJiJinHua/

MySQL common commands (1) Connect MySQL database and modify user password

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.