Hi Eugene,

Good to hear from you.  Should I use this on the creation or the restore?  A
s in:

mysqldump --verbose --add_drop-table --all-databases > backup_06082006.sql

or 

mysql --add_drop-table < backup_06082006.sql

or maybe

mysql < --add_drop-table backup_06082006.sql


or maybe something else??

Thank you,

Ben


At 16:53 2006/06/09 +0400, you wrote:
> 
> 
> Ben Burford wrote:
> > Hello,
> > 
> > Do I need to delete the table 'Indian'??????
> 
> Try --add_drop-table option
> man mysqldump
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>  



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to