How to add mysql JDBC driver to Eclipse so it can be used by SQL Explorer?
I would like where am I supposed to install MySQL JDBC driver in Eclipse so it can be detected and used by SQL Explorer.
Just to be clear, if possible, I would like开发者_运维知识库 to copy the MySQL J connector to somewhere inside Eclipse. Also a solution with an Eclipse install repository would also be good.
Check this Driver Preferences
you can use this tutorial : http://www.od2dev.be/configuring-aptana-to-connect-mysql-databases/
and it work even without the part of changing the port used by mysql
Just click the Edit button, and specify the correct location of the jar.
精彩评论