Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: phpbb -> bbPress success…almost (SQL HELP!)


chrishajer
Participant

@chrishajer

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.

Skip to toolbar