Skip to content
New issue

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

Allow MariaDB Connector J to connect to Admin interface #743

Closed
renecannao opened this issue Oct 20, 2016 · 1 comment
Closed

Allow MariaDB Connector J to connect to Admin interface #743

renecannao opened this issue Oct 20, 2016 · 1 comment
Assignees
Milestone

Comments

@renecannao
Copy link
Contributor

renecannao commented Oct 20, 2016

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)
@renecannao renecannao self-assigned this Oct 20, 2016
@renecannao renecannao added this to the v1.3.1 milestone Oct 20, 2016
renecannao added a commit that referenced this issue Oct 28, 2016
Fake reply for:
* SHOW VARIABLES WHERE Variable_name in ('max_allowed_packet','system_time_zone','time_zone','sql_mode')
@renecannao
Copy link
Contributor Author

This is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant