version 1.5, 2021/09/04 21:07:52
|
version 1.6, 2021/09/05 00:57:14
|
Line 1
|
Line 1
|
Installing a MySQL server is easy. |
Installing a MySQL server is easy. The fastest way is to install the binary package. If you wish to use Apache and PHP, please read the article [[How to install a LAMP Server]]. |
|
|
The fastest way is to install the binary package. This is only recommended if you wish to use your server as a standalone MySQL server, without any other server software like a web server. If you wish to use Apache and PHP, please read the article: [[How to install a LAMP Server]]. |
|
|
|
|
|
It has the mysql-client as a dependency, which has to be installed first. |
|
|
|
# pkg_add -v mysql-client |
|
# pkg_add -v mysql-server |
# pkg_add -v mysql-server |
|
|
|
|