Forum Moderators: phranque
I just want a confirmation.
Is Mysql the online program involved when getting resource id error message.
If yes, then I need to get the same version than the host one. Thank you
First check that the web site is using the correct database hostname, database name, username, and password, and that you are able to log into the database manually using those settings.
If you moved to an older version of MySQL - especially from 4.x to 3.x, then there could be some SQL statements that aren't compatible.
Indeed, I had downloaded a previous version of MySQL (3.x) and got the same error in localhost (I had a 4.x on local). So, I manage to rectify some SQL statements.
But it is somehow hard to find where the error is as the error message does not provide much more information than the short "Resource id#n".