This topic is locked

How to change the database location?

3/21/2008 5:32:59 AM
PHPRunner General questions
N
Norian author

Hello,
I am currently doing some work for a client that has a PHPrunner made database application. The database is on their ISP's mysql server. They are changing their service provider and need to migrate the database. Is there any easy way of simply editing a connection file to point the phprunner to the new database location???
Any help would be much appreciated.
Many thanks.

S
spintz 3/21/2008

In, "include/dbcommon.php", there are 4 lines -
$host="";

$user="";

$pwd="";

$dbname="";
Pretty self-explanatory what each line represents.