Unable to see existing table

Hi,

I am trying to connect hapi fhir starter to mysql. It is working properly when i am connecting to my local mysql using root user. However when i am trying to connect hapi fhir starter on the mysql on a test server it was able to automatically generate the tables it needs but afterwards it says that a table does not exist. I checked the database and confirmed that the table does exist. Note that on my local mysql i am using root user and on the test server i am using a custom created user that is granted all permissions and rights for the table created by the root user of the mysql on the test server. Is this a problem with my local copy of hapi fhir starter? Or is this a problem with the mysql in thw test server?

Thanks in advance for the help!