Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Linux]How to Customize Database Driver Packages #3

Unanswered
senkae4server asked this question in Q&A
Discussion options

  1. 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/

  2. Navigate to the lib/mysql directory, cd lib/mysql/.

  3. Create a folder named 5.7 (for version 5.7 as an example)
    mkdir 5.7

  4. 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
  1. 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.

SQLynx_Advanced Settings

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /