ClearDB recomenda usar
mysql
e mysqldump
para importar dados. De Perguntas frequentes
em ClearDB.com:For importing data into your MySQL database, we recommend that you use both the mysql command line client as well as the mysqldump database backup utility.
A sintaxe para importação é algo assim:
$ mysql <dbname> -u <username> -p<password> < <file.sql>