Download List

프로젝트 설명

XOOPSの統合パッケージを開発するプロジェクトです。

System Requirements

System requirement is not defined

Released at 2007-07-20 13:35
hack_patch check_mysql_010 (1 files Hide)

Release Notes

これは LAMP アプリケーション への機能追加です。
1つの databese 内の全てのテーブルの対して、sql "CHECK TABLE" を実行します
XOOPS や その他の web アプリケーションで利用できます。

修復機能はありません。
phpMyAdmin などの管理ツールをご利用ください。

● インストール
"check_mysql.php" を my_special のような任意のディレクトリにコピーする
email, database などのパラメータを定義する

● 使用方法
web:
check_mysql.php?pass=your_password
command:
php -q -f check_mysql.php [your_password]

● 同封したファイル
- check_mysql.php

● 参照
http://dev.mysql.com/doc/refman/4.1/jp/check-table.html

=== English ===
This is addtional in LAMP application.
this program executes sql "CHECK TABLE" in all tables of one databese.
you can use in XOOPS and other web application.

this program dont have the repair feature.
plase use admin tool like phpMyAdmin.

* install
copy "check_mysql.php" in your special directory like my_special
define some parameter, email, database

* usage
web:
check_mysql.php?pass=your_password
command:
php -q -f check_mysql.php [your_password]

* enclosed files
- check_mysql.php

* refference
http://dev.mysql.com/doc/refman/4.1/en/check-table.html

Changelog

No Changelogs