mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-21 21:41:46 -07:00
Document how to update pymysql
This commit is contained in:
parent
0f4b116d8b
commit
3976307181
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
# Maintaining this collection
|
# Maintaining this collection
|
||||||
|
|
||||||
Refer to the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst).
|
Refer to the [Maintainer guidelines](https://github.com/ansible/community-docs/blob/main/maintaining.rst).
|
||||||
|
|
||||||
|
## Update pymysql connector
|
||||||
|
|
||||||
|
1. Clone https://github.com/PyMySQL/PyMySQL
|
||||||
|
1. Copy `PyMySQL/pymysql` recursivly into `plugins/module_utils/`
|
||||||
|
1. Update the pymysql version in the readme. The version can be found in `plugins/module_utils/pymysql/__initi__.py`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue