How to add mysql JDBC driver in Eclipse so that it can be used by SQL Explorer?

I would like where I have to install the MySQL JDBC driver in Eclipse so that it can be detected and used in SQL Explorer.

To be clear, if possible, I would like to copy the MySQL J connector somewhere inside Eclipse. A solution with an Eclipse installation repository would also be helpful.

enter image description here

+6
source share
3 answers

you can use this tutorial: http://www.od2dev.be/configuring-aptana-to-connect-mysql-databases/

and it works even without the port change part used by mysql

+2
source

Just click the "Change" button and specify the correct location of the jar.

0
source

Source: https://habr.com/ru/post/898063/


All Articles