itoigawabass

itoigawaのブログ

サーバーmemo

2013-07-05

mysqlとphpをアップデートした

mysql-5.6.12

tar zxfv mysql-5.6.12.tar.gz
cd mysql-5.6.12
cmake . -DDEFAULT_CHARSET=utf8 -DDEFAULT_COLLATION=utf8_general_ci
make
make install
/etc/init.d/mysql stop
/etc/init.d/mysql start

php-5.5.0

tar zxfv php-5.5.0.tar.gz
cp php-5.4.14/config.nice php-5.5.0
cd php-5.5.0
./config.nice
make
make install
/etc/init.d/apachectl stop
/etc/init.d/apachectl start

MySql Document
0000-00-00 00:00:00

カテゴリー:mysql
タグ: