CentOS source code installation MySQL 5.6.12 database tutorial

Source: Internet
Author: User

1: Download: The current mysql version has reached 5.6.12

Download Address: http://dev.mysql.com/downloads/mysql/

Select "Source Code" and find a (mysql-5.6.12.tar.gz) at the bottom to Download wget.

2: necessary software packages

The code is as follows: Copy code

Yum-y install gcc-c ++ gcc-g77 autoconf automake zlib * fiex * libxml * ncurses-devel libmcrypt * libtool-ltdl-devel * make cmake

3: compile and install

The code is as follows: Copy code

# Groupadd mysql

# Useradd-r-g mysql

# Tar-zxvf mysql-5.6.12.tar.gz

# Cd mysql-5.6.12

# Cmake.

# Make & make install

# Chown-R mysql. mysql/usr/local/mysql

# Cd/usr/local/mysql/scripts

# Mkdir/home/mysql/data

#./Mysql_install_db -- user = mysql -- basedir =/usr/local/mysql -- datadir =/home/mysql/data

After the installation is complete, you are prompted to change the mysql logon password! This process is ignored

The code is as follows: Copy code

# Cd/usr/local/mysql/support-files

# Cp mysql. server/etc/rc. d/init. d/mysql

# Cp my-default.cnf/etc/my. cnf

# Chkconfig-add mysql

# Chkconfig mysql on

# Service mysql start

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.