2
usrbin
8y

The feeling when someone decided that it was a good idea to give all databases the same name across environments. So you have to:

drop database prod

On your MySQL prompt to restore the test environment from the latest mysqldump.

Never thought naming could be so hard...

Comments
  • 0
    That almost seems as silly as running a 'chroot' command to alias / to some other directory and running 'rm -rf /' just to remove a subdirectory
  • 0
    Personally, I prefer the same name for consistency. But I have lots of apps and lots of databases
Add Comment