Hello,
I host
www.phillyfuture.org on Linode. Been very happy with the service.
I was trying to improve mysql's performance a few hours ago by modifying my.cnf to better utilize the memory on my system .
Now, no matter what I do, I get many variants of the following error:
Warning: Incorrect information in file: './phillyfuture/cache.frm' query: UPDATE cache SET data = 'N;', created = 1269149472, expire = 0, headers = '' WHERE cid = 'variables' in /var/www/www.phillyfuture.org/web/includes/database.mysql.inc on line 174
Here is my memory configuration:
http://pastebin.com/9jHwrgm0
The database uses Innodb.
Here is the my.cnf file (the commented out innodb section is what I was trying to change)
http://pastebin.com/a9dbHuCA
As of right now, the site is down with the error indicated above.
Line 174 in database.mysql.inc is
trigger_error(check_plain(mysql_error($active_db) ."\nquery: ". $query), E_USER_WARNING);
I can login to the database and it appears okay.
/proc/version reports:
Linux version 2.6.18.8-linode22 (
root@build.linode.com) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #1 SMP Tue Nov 10 16:12:12 UTC 2009
And MySQL reports its version is
Server version: 5.0.32-Debian_7etch8-log Debian etch distribution
Thank you in advance for any help or direction you can provide.
Karl