Red Squirrel
No Lifer
Is there a way I can make it so mysqldump wont put the
"use [dbname]" in the dump?
I'm writing a bash script for quickly taking a snap shot of a DB, but I want to be able to easily restore that snapshot to another DB without having to edit the file.
I was unable to find info in the man page.
If this is not possible is there another way to take a snap shot and copy it to another DB name?
"use [dbname]" in the dump?
I'm writing a bash script for quickly taking a snap shot of a DB, but I want to be able to easily restore that snapshot to another DB without having to edit the file.
I was unable to find info in the man page.
If this is not possible is there another way to take a snap shot and copy it to another DB name?