to install the mysql connector for python via a binary distribution you need add the mysql yum repository

>> https://dev.mysql.com/doc/refman/8.0/en/linux-installation-yum-repo.html#yum-repo-setup

after that you can issue the following command to see the available packages:

>> sudo yum --disablerepo=\* --enablerepo='mysql*-community*' list available

to install the mysql connector for python issue the following command:

>> sudo dnf install mysql-connector-python3.x86_64

computer2know :: thank you for your visit :: have a nice day :: © 2024