My Version of Dolphine is 7.0.9. My Mysqld is version 5.1.60. My box is Freebsd 7.4
I just installed the 7.0.9 Dolphin on a FreeBSD 7.4 box. Cron keeps sending the following message:
Warning: mysql_query(): Variable 'connect_timeout' is a GLOBAL variable and should be set with SET GLOBAL in /......./public_html/flash/modules/global/inc/db.inc.php on line 51 Segmentation fault (core dumped).
I tried commentig the line containing connect_timeout in the php file.
I then put connect_timeout = 10 (seconds) in my.cnf, and restarted the mysqld daemon.
Now I get only "Segmentation fault (core dumped)" [sent by the cron]
It looks like a bug, maybe in mysqld or in te php file. Should I upgrade mysql to 5.5? What is the highest working version of mysql for Dolphin 7.0.9?
Any help is appreciated.