mysql / mysql-utilities

MySQL Utilities is a set of easy-to-use scripts intended to make working with MySQL servers easier.
GNU General Public License v2.0
267 stars 161 forks source link

Python2 maintenance period expires after 2020: any plans to port mysql-utilities to Python3? #50

Open realnickel opened 4 years ago

realnickel commented 4 years ago

Clocks are ticking: https://pythonclock.org Many distros are dropping Python2 support.

mysql-utilities are still an optional part of mysql-workbench: https://docs.oracle.com/cd/E17952_01/mysql-utilities-1.5-en/mysql-utils-intro-intro.html

and they lack python3 support out of the box...

celane commented 2 years ago

Completely agree: mysql-utilities are super-useful, but needs to be ported to python3. I forked mysql-utilities to see if I could easily port to python3; used an auto-upgrade tool, and some bug-hunting, got a tiny bit working in python3.

realnickel commented 2 years ago

[...] got a tiny bit working in python3. Do you consider upstreaming your changes (creating a PR)?

zijiwork commented 7 months ago

I'm trying to rewrite it in golang

Slach commented 7 months ago

@zijiwork do you have any links to your reports?