Page 1 of 1

MySQL Config File Typos and Status Reporting

Posted: Mon 22 Jun 2020, 12:25
by jp734
Trying to setup MySQL for a personal project and found a few things:
1. "/etc/init.d/mysql status" shows "stopped" even when it's active/running.

2. /etc/mysql/my.cnf typo errors:
- key_buffer=16M should be key_buffer_size=16M
- myisam_recover=BACKUP should be myisam_recover_options=BACKUP

Thanks