DB Import fails on remote host
Permalink
I've exported my db from C5 5.4 on my localhost using the built in BU uitility. When I try to import the sql file at dreamhost using phpmyadmin (it's the only tool available to us) I get the following error:
Error
SQL query:
DROP TABLE AreaGroupBlockTypes;
MySQL said: Documentation
#1051 - Unknown table 'AreaGroupBlockTypes'
Can anyone suggest what I'm doing wrong or suggest a work around?
Thanks,
Doug
Error
SQL query:
DROP TABLE AreaGroupBlockTypes;
MySQL said: Documentation
#1051 - Unknown table 'AreaGroupBlockTypes'
Can anyone suggest what I'm doing wrong or suggest a work around?
Thanks,
Doug
My host uses a cpanel dashboard for accessing the server, what I had to do was backup the database via the cpanel backup wizard not the phpmyadmin and then restore it on my new server via the cpanel using the backup wizard then going to restore > databases > uploading my backup file.
The database is working perfectly. Not sure if this would be of any help since I would assume different hosts use different platforms.