Archive for January, 2007
Wednesday 17 January 2007 @ 11:49 am
First make sure you know your mysql root password, you have to replace DATABASEPASSWORD to your mysql root password.
If you have already used RoundCube installation please make sure you remove any traces of it with:
# cd /usr/local/cpanel/base
# rm -rf roundcube*
# mysql -p -e ‘drop database roundcube’;