- Joined
- Mar 5, 2013
- Messages
- 1,824
You need to enable it.
In the jail, type:
Then, add these lines:
Optionally, you could also specify the location of the database with this line:
After that, start the service using:
Once you've done these steps, mysql will start automatically in the future upon reboots.
In the jail, type:
Code:
ee /etc/rc.conf
Then, add these lines:
Code:
mysql-enable="YES"
Optionally, you could also specify the location of the database with this line:
Code:
mysql_dbdir="/path/to/db"
After that, start the service using:
Code:
service mysql-server start
Once you've done these steps, mysql will start automatically in the future upon reboots.