We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

how to used old database | Forum

Jam
Jam Jan 14 '13
recently i do reinstallation of oxwall software- and my problem now is how to used my old database
Purusothaman Ramanujam
If you already have that database in your sqlserver, just change the database name and password in the ow_include/config.php file.
Nathan Hilton
Nathan Hilton Jan 15 '13
Purusothaman Ramanujam is correct, if you have a database with all the correct tables in it then just correct the details in the ow_include/config.php file.


Make sure you backup the database before anything. So if any problems arise you can just restore it.

Jam
Jam Jan 15 '13
okay thanks guys!..
Purusothaman Ramanujam

Quote from Paul Cuffe define('OW_PASSWORD_SALT', 'xxxxxxxxxxx'); the XXXXXX part is made to secure the passwords, so if you have a new password SALT your old passwords WONT work on the new install!!! so you will need to check that out too

If the old database also used the same salt for sha5 encrying, this step is not required.