I followed the instructions here: http://docs.webfaction.com/user-guide/moving.html?highlight=mysql migration#advanced-migration-guide But I can't actually import data into the new database as is implied by the instructions!
So, how do I import the data? [1]: http://docs.webfaction.com/user-guide/moving.html?highlight=mysql migration#advanced-migration-guide asked 10 Oct '13, 23:22 Arunas bmeyer71 ♦♦ |
OK, I thought this was because of a view issue, but it turns out that since I was importing under a different user than I had exported it under, there was indeed a permissions issue, and I had to edit the sql file to give ownership for the view to the new user. answered 14 Oct '13, 21:03 Arunas |
Ah yes. I figured it out. I have a view in the source database and default permissions don't permit the creation of views. answered 11 Oct '13, 17:03 Arunas |