Install and configure MySQL under Linux

Source: Internet
Author: User

How to install MySQL5.6 from the MySQL official Yum repository first we need to download the Yum warehouse file from the MySQL developer website, Download MySQL Yum Repositorydownload from the above connection address: Red Hat Enterprise linux 6/oracle Linux 6 (Architecture Independent), RPM package, click to download

When the download is complete, import the Yum library to your local:
sudo yum localinstall mysql-community-release-el6-5. noarch.rpm

Install MySQL official tutorial: http://dev.mysql.com/doc/refman/5.6/en/linux-installation-yum-repo.html

mysql-community-release-el6-5.noarch.rpm This yum library contains MySQL Server,mysql Workbench management tools and ODBC drivers, You can now simply install MySQLServer with the following command:

sudo yum install Mysql-community-server

To start the MySQL service:

Service mysqld Start

Chkconfig--list
Chkconfig mysqld on -set service self-start
Chkconfig--list

Install and configure MySQL under Linux

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.