I have all the data stored in my MySQL database and I am trying to moving it. I'm creating an install script (PHP) that will create the database on the new machine.
The problem is that when I go to phpMyAdmin and export the database, the views have database/user specific information in the create statement. Is there a simple way to remove them? (or a simpler way to create this script?) or will I have to go and hand retouch them all?
Bookmarks