--- wikisrc/pkgsrc/how_to_install_a_mysql_server.mdwn 2012/02/05 07:14:36 1.2 +++ wikisrc/pkgsrc/how_to_install_a_mysql_server.mdwn 2020/09/09 15:50:14 1.4 @@ -11,7 +11,7 @@ It has the mysql-client as a dependency, If you decide to install via pkgsrc, because of a newer version, just enter: - # cd /usr/pkgsrc/databases/mysql5-server/ + # cd /usr/pkgsrc/databases/mysql56-server/ # make install clean @@ -22,7 +22,7 @@ That's it... almost. Now copy the rc.d s # 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