Install MYsql database in Cent 0 S 5

Source: Internet
Author: User

Install
# Groupadd mysql
# Useradd-g mysql

Decompress and compile
# Tar-zxvf mysql-5.0.22.tar.gz
# Cd mysql-5.0.22
#./Configure -- prefix =/usr/local/mysql -- with-charset = gbk
# Make
# Make install
# Cp support-files/my-medium.cnf/etc/my. cnf

Set auto-start
# Cp support-files/mysql. server/etc/rc. d/init. d/mysqld
# Chmod 700/etc/rc. d/init. d/mysqld
# Chkconfig -- add mysqld
# Chkconfig -- level 345 mysqld on

Database Initialization
# Cd/usr/local/mysql
#/Usr/local/mysql/bin/mysql_install_db -- user = mysql
# Chown-R root.
# Chown-R mysql var
# Chgrp-R mysql.
#/Usr/local/mysql/bin/mysqld_safe -- user = mysql &

Start database creation shortcut
#/Etc/rc. d/init. d/mysqld start

# Ln-s/usr/local/mysql/bin/mysql/sbin/mysql
# Ln-s/usr/local/mysql/bin/mysqladmin/sbin/mysqladmin

# PATH = $ PATH:/usr/local/mysql/bin
# Export PATH
# Echo "/usr/local/mysql/lib/mysql">/etc/ld. so. conf
# Ldconfig

Restart
# Reboot

Add a 123456 password to the root user.
Type the following command:
] #/Usr/bin/mysqladmin-u root password 123456

Test Database
# Mysql-u root-p123456
Appears
Mysql>

The installation is successful.

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.