REDHAT5 installing MySQL 5.6

Source: Internet
Author: User

Find the download link on the website

Http://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-5.6.19-1.rhel5.x86_64.rpm-bundle.tar

Wget down

wget Http://dev.mysql.com/get/Downloads/MySQL-5.6/MySQL-5.6.19-1.rhel5.x86_64.rpm-bundle.tar

Extract

TAR-XVF Mysql-5.6.19-1.rhel5.x86_64.rpm-bundle.tar

After that, there are a lot of files, mainly installing server and client

RPM-IVH mysql-server-5.6.19-1.rhel5.x86_64. rpm and Rpm-ivh mysql-client-5.6.19-1.rhel5.x86_64.rpm

Start MySQL

Start

If the error is complete, please remove the MySQL before installing, including the process

1024

Locate the. mysql_secret file under the user directory

VI ~/.mysql_secret

Find the generated random password login

Mysql-u root-pxxxxx

Need to change password for first time login

SET PASSWORD = PASSWORD ('123456')

To change the way root is accessed

 use MySQL

Perform an update operation

Set host = '% ' where user = ' root ';   for key ' PRIMARY '

It's wrong.

mysql> flush Privileges;

Complete, you can connect remotely.

Reference:

http://my.oschina.net/quttap/blog/86665

http://rabbit2013.blog.51cto.com/6658739/1341055

http://blog.csdn.net/yanzi1225627/article/details/8694358

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.