I have installed mysql-server-5.1.60 on current/i386,
configured it, and put it in pkg_scripts which now looks like this:
pkg_scripts="postfix postgresql mysql"
But the mysql server doesn't seem to even try to start upon reboot.
THis is how the mysql log looks after a reboot:
120218 21:47:21 [Note] /usr/local/libexec/mysqld: Normal shutdown
120218 21:47:21 [Note] Event Scheduler: Purging the queue. 0 events
120218 21:47:22 InnoDB: Starting shutdown...
(That's the shutdown before. But no attempt to start now.)
If I do '/etc/rc.d/mysql start' manully after boot,
everything works fine. Am I missing somthing?
Jan