Native MYSQL Driver Implementation
Beginning with version 24.4, we will no longer include the MySQL driver in our standard distribution package. This represents a significant change in our driver management approach.
The engine has been updated to automatically detect and utilize the default native MySQL driver when available, providing seamless integration for standard database operations.
As part of this transition, customers will be responsible for obtaining and managing their own native MySQL driver implementations. This gives customers more flexibility and control over their database connectivity solutions.
For proper functionality, the driver installation must follow standard protocol - specifically, the driver files need to be placed in the application's bin folder, consistent with our existing driver management system and similar to the placement of other database drivers.
For new users or existing users creating new MySQL data connections, you will need to obtain the official MySQL driver, place it in your application's bin folder, and follow the standard connection creation procedure.
If you are currently using the MySQL official native driver, this change will not affect your applications.
If you want to use the CData driver for your MySQL connections, you will need to provide your own CData driver and license to maintain functionality.
Comments
0 comments
Please sign in to leave a comment.