Stephen Liu wrote:
--- "Dennis P. Nikolaenko" dennis@nikolaenko.ru wrote:
Stephen Liu wrote:
- snip -
>
>
>
Do something like thismysql -u roundcube -p roundcube
show tables; -- to list the existing tables drop database roundcube; -- if you want to start from scratch
Hi Dennis,
mysql> show tables; +---------------------+ | Tables_in_roundcube | +---------------------+ | cache | | contacts | | identities | | messages | | session | | users | +---------------------+
B.R. Stephen L
You have got all the required tables in "roundcube" database. Why
do
you need to "force" mysql.initial.sql?
Because I can't start roundcube on browser.
http://domain.com/mail File 404 Not Found.
If get 404 error it means that something wrong with web server.
Try http://domain.com/mail/index.php, if it is still 404 error, then something wrong with web server config.
Still 404 error
I'm running lighttpd webserver. It is working.
Post your whole lighttpd.conf.