Forums
-
- Forum
- Posts
-
- Installation
- 28,445
- Troubleshooting
- 62,538
- Themes
- 10,431
- Plugins
- 15,344
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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.