If I run the SDK tests with credentials for a non-root user to connect to MariaDB, I get the following error:
FAILED test_api.py::test_api - mariadb.OperationalError: Access denied for user 'user'@'%' to database 'api_test'
If I instead connect to MariaDB as root, the test runs okay. It would be super useful to document the privileges required for non-root MariaDB users.
If I run the SDK tests with credentials for a non-root user to connect to MariaDB, I get the following error:
If I instead connect to MariaDB as
root, the test runs okay. It would be super useful to document the privileges required for non-root MariaDB users.