php - Mysql - unknown variable 'table_cache=64' -
i use mamp pro 3. upgraded mamp's mysql 5.6.24 using script https://gist.github.com/tobi-pb/b9426db51f262d88515c.
after ran mamp pro , mysql cannot started. looked mysql_error.log , found following error:
2015-06-15 01:24:55 13139 [error] /applications/mamp/library/bin/mysqld: unknown variable 'table_cache=64' 2015-06-15 01:24:55 13139 [error] aborting
after google error, know have delete 'table_cache=64' variable my.cnf
(mysql configuration) file. deleted variable /applications/mamp/tmp/mysql/my.cnf
file.
but problem same error still occurs when start mysql again. looked @ my.cnf
file, 'table_cache=64' re-appears automatically again. deleted again automatically appeared again when start mysql.
so how should solve 'table_cache=64' problem?
as mysql 5.1.3 table_cache
changed table_open_cache
. details see https://dba.stackexchange.com/questions/104025/mysql-unknown-variable-table-cache-64
Comments
Post a Comment