PHPMyadmin does not show mysql error messages
问题 I installed phpMyAdmin on my site and it works. But when I mistype a query it does not show the mysql error message only the error code. 1064 - I expect the following: 1064 - You have and error in your blah blah... Without an error message it's difficult to know what's wrong. In my php scripts I'm able to get the error message via mysql_error(). But myAdmin shows nothing. I googled a lot but I didn't find anything useful. How can I make it show the error messages? Any ideas? 回答1: Judging by