MySQL Config File Typos and Status Reporting

Please post any bugs you have found
Post Reply
Message
Author
jp734
Posts: 119
Joined: Sat 29 Mar 2014, 17:59

MySQL Config File Typos and Status Reporting

#1 Post 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

Post Reply