phpMyAdmin has an upload size limit, so large .sql files often fail. Use one of these instead:
- Compress it: upload a
.sql.gzor.zipin phpMyAdmin's Import tab; compression usually fits under the limit. - Split it: break the dump into smaller files and import each in order.
- File Manager method: upload the
.sqlto your account, then ask us to import it via command line.
Always create the empty target database first under MySQL Databases. For very large files (hundreds of MB or more), the easiest path is to open a ticket with the file uploaded and we will import it for you.