CentOS6.4 install MySQL

Source: Internet
Author: User
Tags install perl

CentOS6.4 install MySQL record choose Linux-Generic instead of Oracle & Ren Hat Linux 6 download the corresponding server and client package, in this I choose 64-bit MySQL-client-5.5.31-2.linux2.6.x86_64.rpmMySQL-server-5.5.31-2.linux2.6.x86_64.rpm download after uploading to Linux, first install MySQL dependency setup, as shown below yum-y install perl yum-y install libaio execute the installation command rpm-ivh MySQL-server-5.5.31-2.linux2.6.x86_64.rpm MySQL-client-5.5.31-2.linux2.6.x86_64.rpm to start MySQLservice mysql start to check if MySQL is started properly (default port: 3306) netstat-nat: Set the mysql password/usr/bin/mysqladmin-u root password 'your new password'. log on to mysqlmysql-p and press enter to enter the 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.