Published by exdone
Posted on March 16, 2010
Issues found after upgrading cpanel/php to version 5.3
-Zend optimizer is not currently supported * Sucks
-The mysql Script
/usr/bin/mysql_fix_privilege_tables need to be ran
-modec can not access the database anymore
error:
etc/cron.hourly/modsecparse.pl:
DBI connect(‘modsec:localhost’,’modsec’,…) failed: Access denied for user ‘modsec’@’localhost’ (using password: YES) at /etc/cron.hourly/modsecparse.pl line 19
fix:
nano /etc/cron.hourly/modsecparse.pl
phpMyAdmin click Privileges > M > and edit the user Modsec. Change the password to whatever the password was in the aforementioned modsecparse.pl.