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
2 days 9 hours ago
6 days 21 hours ago
1 week 9 hours ago
1 week 3 days ago
2 weeks 1 day ago
5 weeks 4 days ago
5 weeks 5 days ago
6 weeks 2 days ago
6 weeks 2 days ago
12 weeks 1 day ago