restoring wordpress database from mysql dump -


is there way correctly restore wordpress database older mysqldumb file (.sql)? can't remember wordpress version, wasn't lower 3.4.2.

at moment whenever try restore this:

mysql -u blogadmin -p new_db < old_db_dump.sql

i no error (at least no error output) , white first page on blog.

white first page means there php error during rendering of page. try enable php error_reporting (or error logging) , see these error messages. depending on error messages can try fix wp scripts version or apply updates db.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -