[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Strange MySQL defaults



On Saturday 12 April 2003 11:45, bib wrote:
> Hello Gerald,
> Many thanks for your tip.
> Next on, what if I remove the <blank> user account and what if I remove the
> 'test' database ? Will everything still be allright with mySQL behaviour ?
> Kindest regards
> Bertrand

You should be able to remove/add users
and you should be able to remove/add databases.

If you want to be 'safe' dump the database before you fool with it.
mysqldump --all-databases > all_databases.sql

Then you can always restore if if you have to,
mysql -uuser -ppass < all_databases.sql

Gerald
-- 
http://frontstreetnetworks.com | http://store.raqware.com
Front Street Networks LLC      |  Phone: 203-785-0699
229 Front Street, Ste #C, New Haven, CT 06513-3203