no way to compare when less than two revisions

Differences

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


openbsd_mysql [2014/06/03 22:55] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== OpenBSD MySQL ======
  
 +  * [[OpenBSD]]
 +
 +Installing MySQL on OpenBSD is pretty straight forward.  Once you've got the package manager setup, install the package:
 +
 +<code>
 +pkg_add mysql-server
 +</code>
 +
 +And then start the setup:
 +
 +<code>
 +mysql_install_db
 +</code>
 +
 +Because of how the chroot jails are setup, when creating users, grant them access from hostname ''127.0.0.1'' instead of localhost.  This can solve some headaches involved when setting up a web server stack.

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