معمولا برای دیتابیس های حجیم از روش زیر استفاده می نمایند
cpanel/directadmin/سی پنل/دایرکت ادمین
Upload the SQL file via FTP Software on your webspace in for example your public_html folder (but do not forget to delete the SQL file (test.sql) after importing)
Open SSH client and login as root
Run the following command (don't forget to change the path and user and database information):
mysql -u databaseuser -p databasename < /home/username/public_html/test.sql
You will get:
"Enter password:" Enter database password.