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. | ||
| + | |||
| + | < | ||
| + | pkg_add mysql-server | ||
| + | </ | ||
| + | |||
| + | And then start the setup: | ||
| + | |||
| + | < | ||
| + | mysql_install_db | ||
| + | </ | ||
| + | |||
| + | Because of how the chroot jails are setup, when creating users, grant them access from hostname '' | ||