[imp] Mysql question

Hans Novak horde at repcom.de
Fri Jan 21 09:16:08 PST 2005


Sergey Dushenkov schrieb:

> Please, can someone advise on the short procedure on the steps 
> required to cleanup database (delete some tables).
>
> I have linux machine with mysql and I want to delete some tables from 
> Horde database.
> What are the steps to perfom this?

goto console, log into mysql with

mysql -u horde -p
use horde;
drop table table_to_delete;

or the hole databse with

drop database horde;


Hans




More information about the imp mailing list