I have only just installed FreeBSD (latest stable release) and am trying to set up a hosting server using Wordpress. The prerequisites are (L)AMP.
Apache seems to have been successfully installed, as does PHP, both using ports, but I'm stuck trying to get the MySQL server working. I have followed various links but it seems they are out of date. I tried using ports but that didn't work so did a deinstall and tried using
What do I need to do to get it working?
Running
Any help would be appreciated.
Apache seems to have been successfully installed, as does PHP, both using ports, but I'm stuck trying to get the MySQL server working. I have followed various links but it seems they are out of date. I tried using ports but that didn't work so did a deinstall and tried using
pkg install mysql56-server
.What do I need to do to get it working?
Running
/usr/local/etc/rc.d/mysql-server start
results in:
Code:
WARNING: failed precmd routine for mysql
Any help would be appreciated.