如何将 mysql JDBC 驱动程序添加到 Eclipse 以便 SQL Explorer 使用它?
我想知道我应该在 Eclipse 中的哪里安装 MySQL JDBC 驱动程序,以便 SQL Explorer 可以检测到并使用它。
需要明确的是,如果可能的话,我想将 MySQL J 连接器 复制到Eclipse 内部的某个地方。另外,带有 Eclipse 安装存储库的解决方案也不错。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
检查此驱动程序首选项
Check this Driver Preferences
您可以使用本教程:
http://www.od2dev.be/configuring-aptana-to- connect-mysql-databases/
即使没有更改 mysql 使用的端口,它也可以工作
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
只需单击“编辑”按钮,然后指定 jar 的正确位置。
Just click the Edit button, and specify the correct location of the jar.