[Linux]How to Customize Database Driver Packages #3
Unanswered
senkae4server
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Open the main directory of SQLynx, located in the software folder under sqlynx_3.0.0 (for version 3.0.0 as an example)
cd sqlynx_3.0.0/
Navigate to the lib/mysql directory,
cd lib/mysql/
.Create a folder named 5.7 (for version 5.7 as an example)
mkdir 5.7
Put the corresponding database driver package JAR file into the newly created folder.
Beta Was this translation helpful? Give feedback.
All reactions