Forums
-
- Forum
- Posts
-
- Installation
- 28,413
- Troubleshooting
- 62,363
- Themes
- 10,408
- Plugins
- 15,321
- Requests & Feedback
- 14,959
- Showcase
- 3,254
-
Can you do it from a command line rather than a web interface to avoid the upload problem?
Can you upload the file and then do something like this on the command line:
mysql -u UserName -p DBName < TheFullTargetFilePath.SQL
-p will prompt for the password on the command line
I imagine there’s probably a -h if you need to specify a different host too.