Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

mysql/tuning

チューニング

クエリキャッシュの導入

デフォルトでは、クエリキャッシュが導入されていない。my.cnfの[mysqld]の

query_cache_size = 128M

などと記述する。mysqldを再起動。見方は以下。

ちなみにmysqlreportは、CentOSの場合epelリポジトリを追加し、

yum install mysqlreport

でインストール。

mysqlreport --user ユーザ名 --password パスワード

で実行。