MySQL源码包安装
时间:2008-08-03 来源:pop_star
groupadd mysql
useradd -g mysql mysql
tar -zxvf mysql-5.0.45.tar.gz
cd mysql-5.0.45
./configure --prefix=/usr/local/mysql
make
make install
cp support-files/my-medium.cnf /etc/my.cnf
cp support-files/mysql.server /etc/init.d/mysqld
chmod 755 /etc/init.d/mysqld
cd /usr/local/mysql
chown -R mysql.mysql .
./bin/mysql_install_db --user=mysql
chown -R root .
chown -R mysql var
service mysqld start
useradd -g mysql mysql
tar -zxvf mysql-5.0.45.tar.gz
cd mysql-5.0.45
./configure --prefix=/usr/local/mysql
make
make install
cp support-files/my-medium.cnf /etc/my.cnf
cp support-files/mysql.server /etc/init.d/mysqld
chmod 755 /etc/init.d/mysqld
cd /usr/local/mysql
chown -R mysql.mysql .
./bin/mysql_install_db --user=mysql
chown -R root .
chown -R mysql var
service mysqld start
相关阅读 更多 +