Your server is probably set up to disallow you from creating databases via a .sql import.

So, either edit your .sql file before you attempt to upload it, and put a # before the CREATE DATABASE `fr201jus_zc1` .... line,
or, when you do your export, select your database from the pulldown on the left, so that all your tables are displayed, and *then* click the "Export" tab. This should cause it to skip building the CREATE DATABASE statement.

FAQ: https://www.zen-cart.com/tutorials/i...hp?article=103