This topic is locked
[SOLVED]

 Making my reports 'live'

11/8/2013 11:05:25 AM
PHPRunner General questions
S
slotracer author

Hi all,

I have spent a lot of time developing a project and testing it on my Wamp server using Localhost with a test table name(there's only 1 table).

I now need to make this 'live' by using my actual MySQL connection and table name.

Is there an easy way to do this rather than starting again from scratch.

Thanks

Kev

Sergey Kornilov admin 11/8/2013

Create a new 'Server database connection' on 'Output directory' screen in PHPRunner. Point this connection to your live server. Build project and enjoy.

S
slotracer author 11/8/2013



Create a new 'Server database connection' on 'Output directory' screen in PHPRunner. Point this connection to your live server. Build project and enjoy.


Thanks Sergey, I'm not sure how to do that. Could you give a bit more detail please.

Thanks

Sergey Kornilov admin 11/8/2013

Are you able to proceed to the 'Output directory' screen?

Are you able to click 'New' button next to 'Server database connections'?

S
slotracer author 11/8/2013



Are you able to proceed to the 'Output directory' screen?

Are you able to click 'New' button next to 'Server database connections'?


Yes I can do that....

Sergey Kornilov admin 11/8/2013

What's the question then?

S
slotracer author 11/8/2013



What's the question then?


Can I change the table name, globally, in the project.

Sergey Kornilov admin 11/8/2013

No, you cannot change the table name. You can only change MySQL Server address and database name. Table name must be the same.

S
slotracer author 11/8/2013



No, you cannot change the table name. You can only change MySQL Server address and database name. Table name must be the same.


Oh well, back to the drawing board !!!