I recently moved one of my websites to another server and the MySQL queries no longer return any data from the database. I already made sure I changed the login / password etc. so everything should work but it doesn't. It looks like a connection is successfully made to the database and the table is accessed (there is data stored in it) but nothing is returned - I know 100% that there is nothing wrong with the query. Any ideas what could be causing this? By the way, I'm using PHP 5, Apache 2.2 and MySQL 5.
Thanks for any help you can provide.