FreeBSD MYSQL configuration
FreeBSD does not automatically include a default my.cnf
for MySQL. Instead, a set of sample configuration files can be found under /usr/local/share/mysql
. These configuration files include my-small.cnf
, my-medium.cnf
, my-large.cnf
, my-innodb-heavy-4G
, and my-huge.cnf
. The appropriate file can be copied and used as a …