Life Hunter wrote:
On Tue, 7 Oct 2008 20:29:14 +0800 (CST), Stephen Liu satimis@yahoo.com wrote:
--- Life Hunter admin@beyondserv.net wrote:
Yes, and mysql tables too
How to remove them?
DROP TABLE
the_table
;For each table in your roundcube databas
Or you can save yourself a bit of typing and use "drop database roundcube" to drop the whole database with all tables.