This topic is locked

Database Change

2/6/2008 5:28:11 PM
PHPRunner General questions
M
mrphp author

Hello,
I have a page I created with phpRunner for bussiness contacts database (MySQL). I recently moved the table it was pulling it's information from to a different database. Is there a way to tell phpRunner where that table is now so I don't have to create a new web page?
Thanks.

P
phpwalker 2/6/2008

As long as your table and field names have stayed the same... you should be able to just open your original project file in phpRunner, click the "back" button after you open the project (to get back to the "connect to mySQL" page), and change the settings on this page.
hope that helps,
karen

M
mrphp author 2/7/2008

As long as your table and field names have stayed the same... you should be able to just open your original project file in phpRunner, click the "back" button after you open the project (to get back to the "connect to mySQL" page), and change the settings on this page.

hope that helps,
karen


Thanks Karen, that worked.