--- wikisrc/pkgsrc/how_to_install_a_mysql_server.mdwn 2021/09/04 21:07:52 1.5 +++ wikisrc/pkgsrc/how_to_install_a_mysql_server.mdwn 2021/09/05 00:57:14 1.6 @@ -1,11 +1,5 @@ -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