2009-08-21から1日間の記事一覧

yum RPMforgeの設定

http://centossrv.com/rpmforge.shtml 標準リポジトリで入らないブツをyumで入れる設定。 centos5 # yum -y install yum-priorities # rpm -ivh http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm

mysqlの接続タイムアウト

2種類ある?いまいち良くわかんね。 http://dev.mysql.com/doc/refman/4.1/ja/show-variables.html デフォルトで8時間になっているので、サーバによっては増減させたほうが良いかもっていう。 wait_timeout 対話式ではない接続を終了する前に、サーバがアク…

mysql/postgresqlでユーザごとの同時/最大接続数制限

共有サーバでは真面目に考えたほうが良くね?という話になったので調べた。 mysql http://dev.mysql.com/doc/refman/5.1/ja/user-resources.html http://dev.mysql.com/doc/refman/4.1/ja/user-resources.html 各バージョンのmysql見てると、ユーザ個別の値…