Whenever a user logs into their webmail (horde) and changes their preferences (i.e. filters, display options maintenance, etc...) the settings do not save. The problem surfaced after a cpanel upgrade.
I wanted to backup files including the mysql databases to look further into the problem. When I used the following command:
mysqldump --all-databases | gzip > /home/mysqldata.gz
I received the following error which seems it may be the root of my problems:
mysqldump: Can't get CREATE TABLE for table `horde_prefs` (Can't open file: 'horde_prefs.MYI'. (errno: 145))
The file 'horde_prefs.MYI' exists with the following permissions:
-rw-rw---- 1 mysql mysql
At first glance I do not see anything out of the ordinary.
Before I go deeper into finding what is wrong and do something drastic, I was wondering if anyone has seen this problem before and can offer any suggestions?
Thanks for your input!



LinkBack URL
About LinkBacks
Reply With Quote




