Plesk Onyx for Linux
kb: technical
ABT: Group A
Applicable to:
- Plesk 12.5 for Linux
- Plesk 12.0 for Linux
- Plesk 11.5 for Linux
症状
Mysql 5.5 を使用しています。Mysql のログに、以下の警告が表示されます。
Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead.
Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
原因
key_buffer
および
myisam-recover
が Mysql 5.5 で廃止され、
myisam-recover
オプションは MySQL 5.5.3 で
myisam-recover-オプションと名称変更されています。
解決策
以下のように my.cnf を修正します。
# egrep "buffer|recover" /etc/mysql/my.cnf
key_buffer_size = 16M
myisam-recover-options = BACKUP
コメント
0件のコメント
サインインしてコメントを残してください。