When I want to add the data to one table, after clicking on a submit button, MySQL shows the message "DBUG: Test signal" and then it says that "this program has performed an illegal operation..." and it closes the connection. I tried to add the data both with a php script and with PhpMyAdmin - everywhere is the same result.
What can I do about it ?
It's really annoying, since i can't continue my work further because of this problem.
Thanks for the advice, maybe i should really try to reinstall MySQL .
I also tried to use 'check table' . But when i typed "CHECK TABLE table_name EXTENDED;" it gave an error that there's something wrong in this query ? Is there ?
Anyway,I found the bug. The problem was that the table didn't have a primary key specified for some reason. But again it's a bit weird that MySQL reacted to this problem in a such way. It could just give an error