I'm currently running 3 Solaris servers running MySQL 4.0.20 and PHPMyAdmin 2.11.5 and on one server, when I run a MySQL query through PHPMyAdmin with an error in it, I get a helpful error message along the lines of
MySQL said:
#1054 - Unknown column 'name' in 'field list'
Whereas on the main web server I get this from the same query on the same table.
MySQL said:
#1054 -
I get the error code but no message telling me where the error is which makes debugging queries a lot more time consuming.
I've compared the mysql init files and mysql daemon and can't see where the error reporting is configured. Any ideas?
you do not mention operating system you are using, my answer assumes it's linux / debian. but those hints might be handy with windows as well.
compare both servers - check if mysql has the same language setting. run in mysql:
it can be changed in /etc/mysql/my.cnf:
is it the same on both machines? on debian mysql's textual explanation of errors is kept in /usr/share/mysql.
check regional settings if both machines have the same default language. you can check/change default locales by running
enter code here
dpkg-reconfigure locales