Differences

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

Link to this comparison view

freebsd_mysql [2012/08/09 10:21]
freebsd_mysql [2012/08/09 10:21] (current)
Line 1: Line 1:
 +====== FreeBSD MySQL ======
  
 +  * [[FreeBSD]]
 +  * [[FAMP Stack]]
 +  * [[MySQL]]
 +
 +== Installation ==
 +
 +<​code>​
 +cd /​usr/​ports/​databases/​mysql55-client && make install
 +cd /​usr/​ports/​databases/​mysql55-server && make install
 +echo mysql_enable=YES >> /​etc/​rc.conf
 +/​usr/​local/​etc/​rc.d/​mysql-server start
 +mysql_secure_installation
 +</​code>​