This topic is locked
[SOLVED]

Why can't I see the data in a remote table?

11/20/2021 10:22:24 AM
PHPRunner General questions
J
Jan author

Hi,
I have created a test application. I have connected to my domain. There are a number of records in a table that I can't see.

img alt

img alt

img alt

img alt

img alt

when I add records , they are visible in the application I created, but they are not in the table I ( checked with PhpAdmin )

How is this possible ?

Sergey Kornilov admin 11/20/2021

Your generated application doesn't point to the same database that PHPRunner is connected to. Most likely you have a created a new Server Database Connection and pointed it to a different database.

J
Jan author 11/21/2021

Thanks for the useful information