MySQL Database installation

Source: Internet
Author: User

install MySQL
cd/usr/local/src/
wget http://syslab.comsenz.com/downloads/linux/mysql-5.1.40-linux-i686-icc-glibc23.tar.gz
Note: The above address is for 32-bit machines, if your machine is 64-bit, download this package (http://syslab.comsenz.com/downloads/linux/mysql-5.1.40-linux-x86_64- ICC-GLIBC23.TAR.GZ) installation method is the same.
Tar zxvf/usr/local/src/mysql-5.1.40-linux-i686-icc-glibc23.tar.gz
MV Mysql-5.1.40-linux-i686-icc-glibc23/usr/local/mysql
useradd-s/sbin/nologin MySQL
Cd/usr/local/mysql
mkdir-p/data/mysql
chown-r Mysql:mysql/data/mysql
./scripts/mysql_install_db--user=mysql--datadir=/data/mysql
CP support-files/my-large.cnf/etc/my.cnf
CP Support-files/mysql.server/etc/init.d/mysqld
chmod 755/etc/init.d/mysqld
vim/etc/init.d/mysqld #修改datadir

Basedir=/usr/local/mysql

Datadir=/data/mysql


chkconfig--add mysqld
chkconfig mysqld on
Service mysqld Start

This article is from the Linux OPS blog, so be sure to keep this source http://linuxshare.blog.51cto.com/8944591/1671432

MySQL Database installation

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.