Hi folks! This is an faq of "EMS-Hightech"
---------------------------------------------------------------------------------------------------------------
Q: Everytime I try to connect to MySQL on remote Linux server, I get the 'Lost connection to MySQL server during query' error. What's wrong?
A: This error can occur if your Linux glibc requires greater than 128K of stack size to resolve a hostname. It happens primarily on RedHat 8.0 system with MySQL version lower than 4.0.10, but also can happen with another configuration. To solve such issue, add/edit the following line to the [mysqld] section of MySQL configuration file:
set-variable = thread_stack=192k # value must be 192K or higher
----------------------------------------------------------------------------------------------------------------
How should I do that? I've set up a test-SME to test...
Regards
Thomas I