version 1.3, 2018/08/06 21:25:05
|
version 1.4, 2020/09/09 15:50:14
|
Line 22 That's it... almost. Now copy the rc.d s
|
Line 22 That's it... almost. Now copy the rc.d s
|
# cp /usr/pkg/share/examples/rc.d/mysqld /etc/rc.d/ |
# cp /usr/pkg/share/examples/rc.d/mysqld /etc/rc.d/ |
|
|
|
|
and start the MySQL server via the NetBSD's [rc.d(8)](http://netbsd.gw.com/cgi-bin/man-cgi?rc.d+8+NetBSD-current) framework. Only one modification is needed to [rc.conf(5)](http://netbsd.gw.com/cgi-bin/man-cgi?rc.conf+5+NetBSD-current): |
and start the MySQL server via the NetBSD's [[!template id=man name="rc.d" section="8"]] framework. Only one modification is needed to [[!template id=man name="rc.conf" section="5"]]: |
|
|
|
|
# echo "mysqld=yes" >> /etc/rc.conf |
# echo "mysqld=yes" >> /etc/rc.conf |