J
|
Jane 10/12/2006 |
Hi, |
W
|
wilco muns author 10/12/2006 |
Hi, PHPRunner projects copy to another server without any problems. Please give me more detailed description of what you're doing.
|
![]() |
Alexey admin 10/12/2006 |
Hi, <m_strConnectionString>mysql;server;username;password;port;database;;1</m_strConnectionString>
|
W
|
wilco muns author 10/12/2006 |
Hi, I see what you saying. Custom views a deleted when you change the connection info. To avoid this you can tweak PHPRunner project file manually after copying the project dir. Open .phpr file with a text editor, find this line there: and modify it to connect another server.
|
J
|
Jane 10/13/2006 |
Hi, |
W
|
wilco muns author 10/14/2006 |
Hi, please ensure that there are all tables in your second database which used in the PHPRunner project.
|
T
|
thesofa 10/14/2006 |
I think the table references in PHPR are case sensitive, perhaps you need to make the tables and cases in the same order, you could do an SQL dump from one and import it into the other, then migrate the data from one to the other too. |
W
|
wilco muns author 10/14/2006 |
I think the table references in PHPR are case sensitive, perhaps you need to make the tables and cases in the same order, you could do an SQL dump from one and import it into the other, then migrate the data from one to the other too.
|