(2019-12-02, 19:28)ronie Wrote: script.module.myconnpy hasn't been updated in a while it seems...
there's a py3 compatible version available on the MySQL website, but i have no idea if it's fully backward compatible to the old version we have.
if you have an addon which uses this module, feel free to test and let us know:
script.module.myconnpy-8.0.18.zip
Good Morning,
Yesterday I was testing it and it seems to work correctly.
I must say that in my addon, I use it only to connect to a MySQL database hosted on the Web and insert data into a table. I mean I haven't tried many more things. But connect and insert without problems.
I must also say that from what I saw on the MySQL website, version 8 of the connector is compatible with versions of MySQL equal to or greater than 5.5, which should be taken into account. For previous versions of BD, you could perhaps use the 1.2 connector that seems to also support Python 3 and can connect with BD versions up to 4.1. Although I think that if that were the case, it would be best to upgrade that MySQL.
If you need me to do a specific test, tell me and I will try to do it.
Thank you very much for your attention.