[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Strange MySQL defaults
- Subject: Re: [cobalt-users] Strange MySQL defaults
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat Apr 12 08:22:01 2003
- Organization: Front Street Networks LLC
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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