Hello,
I’ve just setup under debian13 and when I create SQLresolver, I always have an error to retrieve users. When I create user with this resolver I get an error on JSON…
Is there an problem with python3.13 ?
Thanks for your return.
I correct by pip install mysql-connector-python and change pilote with mysql+mysqlconnector
Note if you have an @ in sql-password, you had to use %40 in password and not @. Event if in web interface.
1 Like
thanks for sharing the solution, we will add a hint.