-
Couldn't load subscription status.
- Fork 0
[Linux]How to Customize Database Driver Packages #3
Unanswered
senkae4server
asked this question in
Q&A
-
-
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.
cd 5.7
cp -rf /root/mysql-connector-java-5.1.49.jar
- In adding a data source, you can select MySQL and see the just added driver, and the method for adding other database drivers is the same as above.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment