I have a web site that has moved to a new server. I moved the site to a web-server running apache24 and php56. It came from a server with apache24 and php55.
When I use the old external (different host/server) database that runs mysql57 all goes well. But when I try to connect to the database on the mysql56 server I cannot access the data. The connecting goes fine, but no data is returned.
I used phpMyadmin to export the data from the old server and import it to the new. On both servers I use the same credentials. I checked both in PHPMyadmin as in the cli mysql client, the credentials are correct. I can see the database, the tables, and also the data in the tables.
I suspect that the different versions of mysql has to do with this but have no clue how to tackle this problem. Any advice would be appreciated.