Replies: 6 comments 8 replies
-
I use only pymysql and mysqldump. |
Beta Was this translation helpful? Give feedback.
-
Am I correct in understanding that mysqlclient support is only needed for servers that don't / can't have PyMySQL installed? If that is the case I'd be happy to see the dropping of mysqlclient support. |
Beta Was this translation helpful? Give feedback.
-
I had issues with mysqlclient because it always tried to connect to a socket when when I set the host to With PyMySQL it worked fine. So I am fine with dropping the support of |
Beta Was this translation helpful? Give feedback.
-
I have to manage some older versions of distributions where Python is especially outdated. This leads to running Ansible partially from a docker container which is a pain. Relying on a Python library (no objections specifically) would add another pain point when it comes to updates on those machines. From an Ansible support POV this is totally reasonable though |
Beta Was this translation helpful? Give feedback.
-
It would be great if the 5% who chose "keep mysqlclient support" could share their reasons. If we decide to drop support for this connector, would switching to PyMySQL be feasible for you, or are there any obstacles? |
Beta Was this translation helpful? Give feedback.
-
I'm closing this pull. the result is clear. |
Beta Was this translation helpful? Give feedback.
-
@Akasurde @Andersson007 @Aohzan @FlorianPerrot @Hramoff @Jorge-Rodriguez @NicolasGoeddel @TimWolla @asarubbo @betanummeric @chriscroome @cwchristerw @danbuntu @dennisurtubia @drzraf @ehudkaldor @eryx12o45 @francescsanjuanmrf @fs30000 @gotmax23 @kmarse @laurent-indermuehle @lkthomas @mario-pranjic @n-cc @rafi0101 @rajcspsg @razerrazer @resuni @robertsilen @sascha-andres @sczelo @tangel0v @tompal3 @wfelipew @yasyx @yosefy @rsicart @fhamme @steveteahan @bmildren @koleo @GhostLyrics @ziegenberg @hubiongithub @eRadical @webknjaz @aminvakil @MrMegaNova @aneustroev @felixfontein
There are considerations to drop support for
mysqlclient
driver incommuniy.mysql
and move forward only withPyMySQL
driver.I've mentioned you here because you've contributed in the near past to
community.mysql
in some form (issue and code commits), so you've identified yourself as an active user of this collection.edit 1
let's keep this poll open for at least one week.
edit 2
dropping means that
mysqlclient
will be still supported for several months.It means that is must be marked as deprecated in the changelog of a major release and one major release later, it will be dropped.
25 votes ·
Beta Was this translation helpful? Give feedback.
All reactions