-
Notifications
You must be signed in to change notification settings - Fork 0
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
mysql: Unknown column 'DATETIME_PRECISION' in 'field list' #47
Comments
Thanks for this report! I'd be interested to know which specific old MySQL version this is. If you have a chance, could you run the following SQL query from MySQL Workbench or the MySQL command-line client, to find out the exact version?
Thanks for your help! |
I think this problem occurs with MySQL versions older than 5.6.4 (2011-12-20). One workaround might be to use the MySQL JDBC driver that you can download from Oracle rather than the MariaDB driver that comes bundled with Ultorg:
I suspect this might fix the problem, as I noticed some code in the MySQL JDBC driver that specifically handles this problem for older MySQL versions. |
It's "mysql Ver 14.14 Distrib 5.5.62". The other driver worked, thank you! [Edit:]
|
This bug is now fixed in Ultorg 1.2.6; existing Ultorg users can find the latest release at their old download links. I ended up submitting a patch against the MariaDB JDBC driver; it will be part of their next release. Meanwhile Ultorg ships with a custom build of the JDBC driver for this particular release. Thanks again for this bug report! |
I have a (oldish) mysql database; opening any of the tables gives this error.
The text was updated successfully, but these errors were encountered: