MySQL error log indicates some tiny changes needed
Posted: Tue Aug 09, 2011 10:05 pm
Kumba and all those with Vicibox on OpenSuSE. This is not a "required" change, but obviously doesn't hurt and helpful for the future. Easy, too.
changed my.cnf:
and
- Code: Select all
110809 22:21:49 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
110809 22:21:49 [Warning] '--log_slow_queries' is deprecated and will be removed in a future release. Please use ''--slow_query_log'/'--slow_query_log_file'' instead.
1
changed my.cnf:
- Code: Select all
#110809 22:21:49 [Warning] '--skip-locking' is deprecated and will be removed in a future release. Please use '--skip-external-locking' instead.
#skip-locking
skip-external-locking
and
- Code: Select all
#110809 22:21:49 [Warning] '--log_slow_queries' is deprecated and will be removed in a future release. Please use ''--slow_query_log'/'--slow_query_log_file'' instead.
#log_slow_queries
slow_query_log