Jack Woehr wrote:
Brion Vibber wrote:
MediaWiki knows nothing about it, but php.ini does.
Yes, thank you, Brion!
The combination Apache/PHP/MySQL/MediaWiki has TOO MANY CONFIG FILES!! :-)
Check out this url for a pretty good how-to on configuring/installing Apache, PHP, and MySQL on OpenBSD 3.8:
http://www.freeyourbox.org/tutorials/bsd/obsd3.8_apache_php_mysql.html
For a quick solution, you may just want to try the following to fix your problem:
# mkdir -p /var/www/var/run/mysql # ln -f /var/run/mysql/mysql.sock /var/www/var/run/mysql/mysql.sock
Curtis