Search code examples
phpmyadmingoogle-cloud-storagegoogle-cloud-sql

unknown error on import


After looking all over Stackoverflow and Google forums, I can not seem to get the sql file to import from Google Storage. I found a lot of people saying to try 'USE XXX' where XXX is the name of the database but that doesn't seem to work. I saw another say to use BOM with UTF 8 but I could not find how to do that with phpMyAdmin. Any solutions/suggestions would be great.

Database is accessed via phpMyAdmin


Solution

  • The recommended way to produce a dump suitable for import is using mysqldump. The instruction on that are here.