Hey, can some one advice me how to install mysql-connector-odbc to Rocky Linux 9.
Try:
dnf install mariadb-connector-odbc
better would be to use mariadb packages instead of mysql, including for client/server packages.
1 Like
Thank you, this worked.
I did not know that you can connect with this connector to MySQL.
1 Like