自宅サーバにDatabaseサーバ構築時のメモ
参考
http://www.atmarkit.co.jp/flinux/special/mysql5/mysql5c.html
バージョン
mysql-5.0.18.tar.gzコンパイル、インストール
groupadd mysql useradd -r -g mysql -d /usr/local/var mysql ./configure --with-charset=ujis -with-extra-charsets=all --with-mysqld-user=mysql make make install scripts/mysql_install_db chown -R mysql.mysql /usr/local/var cp support-files/my-medium.cnf /etc/my.cnf
コメントする