RedHat 5.8 To install MySQL in rpm mode

Source: Internet
Author: User

I want to install MySQL 5.6.
1. Prepare documents:
1) mysql-client-5.6.24-1.rhel5.x86_64.rpm
2) mysql-server-5.6.24-1.rhel5.x86_64.rpm
2. Remove the MySQL version from the system:

remove mysql*;

3. Install Client:

rpm -ivh Mysql-client-5.6.24-1.rhel5.x86_64.rpm

4. Install the server:

rpm -ivh Mysql-server-5.6.24-1.rhel5.x86_64.rpm

5. Restart the computer:

reboot

6. Reset the root user password:
1) root user's initial password is saved in the/root/.mysql_secret file, open the copy password;
2) log in as root mysql:

-u-p

Paste the password that you just copied.
3) reset root password:

SET PASSWORD=PASSWORD(‘the password you want to use‘);

4) Exit:

quit

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

RedHat 5.8 To install MySQL in rpm mode

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.