nobaloney
NoBaloney Internet Svcs - In Memoriam †
As part of building a new system Ireplaced mysql's configuration with the one at /usr/share/mysql/my-large.cnf. I started mysql, and decided to rebuild roundcube:
I get this error at the bottom:
I get this error when trying to connect to RoundCube through the browser:
I'm guessing there may be an incompatibility in the config file I installed and the original, so I compared the my.cnf file from a working system (same versions, etc.) with a working roundcube. No difference.
Both working and non-working systems have the same version of mysqld, installed through yuym, and the same versions of apache, installed with mod_ruid, installed the same way.
This is critical; all new servers must run roundcube and some clients including me, use roundcube as default imap system.
Any ideas?
Jeff
Code:
./build clean
./build update
./build roundcube
I get this error at the bottom:
Code:
Roundcube 0.9.5 has been installed successfully.
Executing database schema update.
Updating database schema (2013011000)... [FAILED]
ERROR: Error in DDL upgrade 2013011000: [1050] Table '`da_roundcube`.`system`' already exists
Code:
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
Both working and non-working systems have the same version of mysqld, installed through yuym, and the same versions of apache, installed with mod_ruid, installed the same way.
This is critical; all new servers must run roundcube and some clients including me, use roundcube as default imap system.
Any ideas?
Jeff