Automatically start MySQL server up at system initial boot time
Configure FreeBSD to start MySQL Server up at system initial boot time
(a) Open /etc/rc.conf file using text editor such as vi:
# vi /etc/rc.conf
(b) Append following line which will enable (start) MySQL server automatically after each reboot:mysql_enable="YES"
(c) Save file and exit to shell prompt.Understanding MySQL service i.e. starting and shutting down MySQL database server
Install MySQL Server using binary package or ports method


