Re: (mysqldump) CREATE TABLE IF NOT EXISTS. . .

2006-01-16 Thread Michael Williams
I appreciate the suggestion, but I'm not looking to drop anything. I only want it as a safety net in the event that the table doesn't already exist. I'm doing syncing of sorts, and I want the CREATE TABLE IF NOT EXISTS so as not to throw errors in the event that the table already exists,

Re: (mysqldump) CREATE TABLE IF NOT EXISTS. . .

2006-01-16 Thread Jake Peavy
DROP TABLE IF NOT EXISTS? On 1/16/06, Michael Williams <[EMAIL PROTECTED]> wrote: > > 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' out put "CREATE TABLE IF NOT EXISTS". Any ideas? > > Reg

(mysqldump) CREATE TABLE IF NOT EXISTS. . .

2006-01-16 Thread Michael Williams
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' out put "CREATE TABLE IF NOT EXISTS". Any ideas? Regards, Michael -- MySQL General Mailing List For list archives: http://lists.mysql.com/mys