This topic is locked

upload application connection

11/11/2009 6:42:20 AM
PHPRunner General questions
T
tkjerulf author

Hello, im at a point where i need to test my application at my webserver.
on the "connect to mySQL" screen in PHP i type (When working on my local computer):
db: localhost

username: root

pwd: root

database: mytestdb
after uploading and creating a new database using my host, i need

to change above parameters. Looking in dbconnection.php I do not see them,
where should I change the above parameters, after uploading my application?

J
Jane 11/11/2009

Hi,
check connection parameters in the include/dbcommon.php file.

L
lewisekrantz 11/11/2009



Hello, im at a point where i need to test my application at my webserver.
on the "connect to mySQL" screen in PHP i type (When working on my local computer):
db: localhost

username: root

pwd: root

database: mytestdb
after uploading and creating a new database using my host, i need

to change above parameters. Looking in dbconnection.php I do not see them,
where should I change the above parameters, after uploading my application?

L
lewisekrantz 11/11/2009



Hello, im at a point where i need to test my application at my webserver.
on the "connect to mySQL" screen in PHP i type (When working on my local computer):
db: localhost

username: root

pwd: root

database: mytestdb
after uploading and creating a new database using my host, i need

to change above parameters. Looking in dbconnection.php I do not see them,
where should I change the above parameters, after uploading my application?


Altho you can alter dbcommon everytime you generate the file you will save yourself a lot of grief if you name

your database on your localhost the same as your live one and create the same user and password on your localhost.
Doing that will eliminate your having to be thinking about it every time you regen the program