ClearDB khuyên bạn nên sử dụng mysql
và mysqldump
để nhập dữ liệu. Từ Câu hỏi thường gặp
trên 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.
Cú pháp để nhập giống như sau:
$ mysql <dbname> -u <username> -p<password> < <file.sql>