Where can I download source for MySQL Connector/J

2019-06-20 07:01发布

问题:

Googling didn't help

回答1:

Funny because copy-pasting "MySQL Connector/J" into Google got me the source code as the first result.

But if you're looking for source code for a free application, the most convenient way I've found is to look up the related package in Ubuntu (or Debian) and download the related source code.

It works best if you're using them, you can simply use aptitude search / apt-get source combo to download it. But if you're using another operating system, you can simply do a Google search like site:packages.ubuntu.com mysql connector/j



回答2:

The source code for MySQL Connector/J can be found on GitHub:

https://github.com/mysql/mysql-connector-j



标签: mysql jdbc