2010-12-13から1日間の記事一覧

mysql プロシージャ作成

http://dev.mysql.com/doc/refman/5.1/ja/stored-procedures.html とりあえず中身はNOW() を呼び出すだけの関数を作る。 作成 mysql> CREATE PROCEDURE hogehoge -> SELECT NOW(); プロシージャ一覧確認 mysql> SHOW PROCEDURE STATUS; プロシージャ詳細確認…

apache のsourceに付属している起動scriptが間違ってる件

build/rpm/httpd.init。statusのとこの${pidfile} の変数が間違ってる $ diff -u httpd.org httpd --- httpd.org 2010-12-09 18:18:51.000000000 +0900 +++ httpd 2010-12-09 18:19:01.000000000 +0900 @@ -116,7 +116,7 @@ if ! test -f ${pidfile}; then e…