ClearDB anbefaler at bruge mysql
og mysqldump
til import af data. Fra Ofte stillede spørgsmål
på 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.
Syntaks for import er noget som dette:
$ mysql <dbname> -u <username> -p<password> < <file.sql>