Hi there, I am having some trouble using roundcube.
In the FAQ I found instrucitons: http://help.directadmin.com/item.php?id=206
Unfortunately I am stuck at dropping the table:
Any suggestions on how to approach this issue?
ps
I updated DA August 5th.
Regards
Update:
-I tried to delete the database through phpmyadmin: same timerout error.
-I created a NEW database, I was able to drop this database without any issues at all
>>> Something is wrong with that da_roundcube. It is locked somehow.
DATABASE ERROR: CONNECTION FAILED!
Unable to connect to the database!
Please contact your server-administrator.
In the FAQ I found instrucitons: http://help.directadmin.com/item.php?id=206
Unfortunately I am stuck at dropping the table:
Code:
mysql> DROP DATABASE da_roundcube;
ERROR 2013 (HY000): Lost connection to MySQL server during query
mysql> quit
Bye
[root@vps1 custombuild]# cd /usr/local/directadmin/custombuild
[root@vps1 custombuild]# ./build roundcube
cp: `/var/www/html/roundcube/logs' and `/var/www/html/roundcubemail-1.0.2/logs' are the same file
cp: `/var/www/html/roundcube/temp' and `/var/www/html/roundcubemail-1.0.2/temp' are the same file
Warning: Using a password on the command line interface can be insecure.
Warning: Using a password on the command line interface can be insecure.
Editing roundcube configuration...
Roundcube 1.0.2 has been installed successfully.
Executing database schema update.
Updating database schema (2013011000)... [FAILED]
ERROR: Error in DDL upgrade 2013011000: [1813] Tablespace for table '`da_roundcube`.`system`' exists. Please DISCARD the tablespace before IMPORT.[root@vps1 custombuild]
Any suggestions on how to approach this issue?
ps
I updated DA August 5th.
Regards
Update:
-I tried to delete the database through phpmyadmin: same timerout error.
-I created a NEW database, I was able to drop this database without any issues at all
>>> Something is wrong with that da_roundcube. It is locked somehow.
Last edited: