no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


netbsd_mysql [2015/06/01 23:00] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== NetBSD MySQL ======
  
 +  * [[NetBSD]]
 +
 +==== Setup ====
 +
 +  * Data: ''/var/mysql''
 +  * Socket: ''/tmp/mysql.sock''
 +
 +==== Install ====
 +
 +<code>
 +cp /usr/pkg/share/examples/rc.d/mysqld /etc/rc.d
 +mkdir /var/mysql
 +chown mysql:mysql /var/mysql
 +/etc/rc.d/mysql start
 +</code>

Navigation
QR Code
QR Code netbsd_mysql (generated for current page)