CentOS6.5 under Install configuration MySQL

Source: Internet
Author: User

CentOS6.5 installation configuration MySQL, the configuration method is as follows:

    1. To install the MySQL database:
      # yum install-y mysql-server MySQL Mysql-deve
    2. View Mysql-server version:
      # Rpm-qi Mysql-server
    3. Initialize MySQL database:
      # Service mysqld Start
    4. To restart the MySQL database:
      #service MySQL Restart
    5. Set MySQL boot up:# chkconfig mysqld on
    6. Set the user name and password for the database:
      # mysqladmin-u root password ' PASSWORD_NEWT '

# # #完成以上步骤即完成来MySQL的配置 # #

Resources:

1, http://www.cnblogs.com/xiaoluo501395377/archive/2013/04/07/3003278.html

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.