Download MySQL Source Code from http://dev.mysql.com/downloads/
shell> groupadd mysql
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> chown -R mysql .
shell> chgrp -R mysql .
shell> bin/mysql_install_db --user=mysql
shell> chown -R root .
shell> chown -R mysql var
shell> bin/mysqld_safe --user=mysql &
----
yum install ncurses-devel
yum install gcc gcc-c++
Recent comments
5 weeks 1 day ago
5 weeks 4 days ago
6 weeks 3 days ago
6 weeks 5 days ago
8 weeks 5 days ago
9 weeks 4 days ago
9 weeks 5 days ago