MySQL
使用できないサーバー変数をmy.cnfに記述した場合、PIDに関するエラーが表示されて、MySQLが起動できない場合があります。
システム変数 [#jc0aba58]
|使用できなくなった|代替変数(代わりに使用可能)| |language |lc_messages_dir, lc_messages| |log_bin_trust_routine_creators |log_bin_trust_function_creators| |myisam_max_extra_sort_file_size|| |record_buffer|read_buffer_size| |sql_log_update|| |table_type|storage_engine|
サーバ変数 [#bb4d7c19]
|使用できなくなった|代替変数(代わりに使用可能)| |–default-character-set, –default-collation |–character-set-server, –collation-server| |–default-table-type |–default-storage-engine| |–delay-key-write-for-all-tables |–delay-key-write=ALL| |–enable-locking, –skip-locking |–external-locking, –skip-external-locking| |–log-bin-trust-routine-creators |–log-bin-trust-function-creators| |–log-long-format|| |–log-update|| |–master-host, –master-user, –master-password, –master-port, –master-connect-retry, –master-ssl, –master-ssl-ca, –master-ssl-capath, –master-ssl-cert, –master-ssl-cipher, –master-ssl-key |CHANGE MASTER TO文| |–safe-show-database|| |–skip-symlink, –use-symbolic-links |–skip-symbolic-links, –symbolic-links| |–sql-bin-update-same|| |–warnings |–log-warnings|
参考サイト:http://www.icoro.com/201109206113.html