Hi all, Having a bit of mysqldump trouble again. I've looked over the documentation (again) and can't seem to find the flag to make 'mysqldump' output "CREATE TABLE IF NOT EXISTS". Any ideas? Keep in mind, I never want to 'DROP IF EXISTS'. . .I simply want to CREATE if it doesn't exist so as to avoid any potential errors, then proceed to add the necessary data.
Regards, Michael -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]