当前位置:Gxlcms > 数据库问题 > 源码安装 mysql5.1

源码安装 mysql5.1

时间:2021-07-01 10:21:17 帮助过:3人阅读

shell> useradd -g mysql mysql
shell> gunzip < mysql-VERSION.tar.gz | tar -xvf -
shell> cd mysql-VERSION
shell> ./configure --prefix=/usr/local/mysql
shell> make
shell> make install
shell> cp support-files/my-medium.cnf /etc/my.cnf
shell> cd /usr/local/mysql
shell> bin/mysql_install_db --user=mysql
shell> chown -R root  .
shell> chown -R mysql var
shell> chgrp -R mysql .
shell> bin/mysqld_safe --user=mysql &

源码安装 mysql5.1

标签:

人气教程排行