MySQL Forums
Forum List  »  PHP

Re: Unknown MySQL error
Posted by: Thomas Bernthaler
Date: June 09, 2005 11:58AM

Hi,

We were able to fix the issue.

Here is what was the reason for this.

The problem was with the MySQL server.
Something happened there and it "corrupted" the tables. This was not a physical corruption because the tables could be still accessed, but in some tables of some databases it changed the character set flag. In order to fix this we manually reseted the collation of the tables in our MySQL Admin. Probably PHP5 handles the connection collations in an other way so it works fine on the new server.

I'm not sure if this was a hardware problem or software problem.

Best wishes,
Thom

Options: ReplyQuote


Subject
Written By
Posted
June 09, 2005 11:07AM
Re: Unknown MySQL error
June 09, 2005 11:58AM
December 19, 2005 09:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.