We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin module should reply to this query:
SHOW VARIABLES WHERE Variable_name in ('max_allowed_packet','system_time_zone','time_zone','sql_mode');
See #204 (comment) for further details
A possible answer could be:
mysql> SHOW VARIABLES WHERE Variable_name in ('max_allowed_packet','system_time_zone','time_zone','sql_mode'); +--------------------+--------------------------------------------+ | Variable_name | Value | +--------------------+--------------------------------------------+ | max_allowed_packet | 4194304 | | sql_mode | STRICT_TRANS_TABLES,NO_ENGINE_SUBSTITUTION | | system_time_zone | UTC | | time_zone | SYSTEM | +--------------------+--------------------------------------------+ 4 rows in set (0.00 sec)
The text was updated successfully, but these errors were encountered:
Allow MariaDB ConnectorJ to connect to Admin #743
a177439
Fake reply for: * SHOW VARIABLES WHERE Variable_name in ('max_allowed_packet','system_time_zone','time_zone','sql_mode')
This is fixed
Sorry, something went wrong.
renecannao
No branches or pull requests
Admin module should reply to this query:
See #204 (comment) for further details
A possible answer could be:
The text was updated successfully, but these errors were encountered: