I'm fairly new to FreeBSD, but have had a good success rate to far. I've been able to get Samba up and running, Plex, Webmin, Apache 2.4, and even a Minecraft server. MySQL is being elusive, however. I've tried installing Mysql 5.5 and 5.6 using pkg, neither of which produced a working server. I've now been trying to use ports. MySQL 5.6 builds and seems to install, but the server will not run. Anyone have any pages they could suggest for a step by step install and run?
Here's the extent of the output, the log doesn;t show anything different.
Any help would be greatly appreciated!
[quick edit]
I've been using Linux as a development desktop environment for many years, so I am familiar with *nix environments.
Here's the extent of the output, the log doesn;t show anything different.
Code:
[root@homestor /usr/local]# ./bin/mysqld_safe start
150123 15:38:07 mysqld_safe Logging to '/usr/local/data/mysql//homestor.err'.
150123 15:38:07 mysqld_safe Starting mysqld daemon with databases from /usr/local/data/mysql/
150123 15:38:08 mysqld_safe mysqld from pid file /usr/local/data/mysql//homestor.pid ended
[quick edit]
I've been using Linux as a development desktop environment for many years, so I am familiar with *nix environments.