MySQL5和8的驱动jar包
2021-10-08 18:06:02 2.83MB MySQL驱动jar包
1
mysql5.x可用的 最新mysql-connector-java-5.1.47,亲测可用
2021-09-22 10:21:39 4.43MB mysql驱动包 mysql5.x可用 mysql-connector-
1
博文链接:https://qmug.iteye.com/blog/232708
2021-08-31 08:50:22 644KB 源码 工具
1
由于QT由于版权的关系在5.12版后就不再提供MySQL驱动程序,所以用户需要自己编译。 本人成功编译了这个驱动程序,现记录这个编译过程,希望对大家有帮助。(我的系统是64位版本,所有软件都选64位版本)。附件包括编译文档和驱动程序
2021-08-28 20:55:28 1.09MB qt mysql
1
qt的mysql驱动已编译好。解压后,直接放入D:\Qt\Qt5.14.1\5.14.1\mingw73_32\plugins\sqldrivers目录中便可以。
2021-08-27 21:13:09 727KB QT MySQL 驱动
1
Python链接MySQL驱动包,安装之后可以使用Python语言链接MySQL进行数据库操作 # mysqlclient [![Build Status](https://secure.travis-ci.org/PyMySQL/mysqlclient-python.png)](http://travis-ci.org/PyMySQL/mysqlclient-python) This is a fork of [MySQLdb1](https://github.com/farcepest/MySQLdb1). This project adds Python 3 support and bug fixes. I hope this fork is merged back to MySQLdb1 like distribute was merged back to setuptools. ## Install ### Prerequisites You may need to install the Python and MySQL development headers and libraries like so: `sudo apt-get install python-dev libmysqlclient-dev` # Debian / Ubuntu `sudo yum install python-devel mysql-devel` # Red Hat / CentOS On Windows, there are binary wheel you can install without MySQLConnector/C or MSVC. #### Note on Python 3 : if you are using python3 then you need to install python3-dev using the following command : `sudo apt-get install python3-dev` # debian / Ubuntu `sudo yum install python3-devel ` # Red Hat / CentOS `brew install mysql-connector-c` # macOS (Homebrew) ### Install from PyPI `pip install mysqlclient` NOTE: Wheels for Windows may be not released with source package. You should pin version in your `requirements.txt` to avoid trying to install newest source package. ### Install from source 1. Download source by `git clone` or [zipfile](https://github.com/PyMySQL/mysqlclient-python/archive/master.zip). 2. Customize `site.cfg` 3. `python setup.py install` ### Documentation Documentation is hosted on [Read The Docs](https://mysqlclient.readthedocs.io/)
2021-08-21 13:04:38 104KB Python MySQL 驱动 mysqlclient
mysql数据库驱动包mysql-connector-java-5.1.21-bin.jar
2021-08-16 17:26:47 809KB mysql 驱动
1
mysql 驱动包 提供下载 方便他人 mysql-connector-java-5.0.8.jar
2021-08-13 16:09:59 528KB mysql jar
1
Kettle驱动包
2021-08-12 11:12:16 17.76MB Kettle
1
MySQL驱动java版本
2021-08-09 17:33:21 4.74MB jmeter MySQL驱动 java
1