Markus Bergholz

Results 274 comments of Markus Bergholz

Thanks for reporting @pwrccloud I'm not sure about this error, because your pasted error message is just telling that the `target_origin_id` does not exist. That sounds not like a module...

LGTM @theputta, thx for your first contribution.

Available since proxysql 2.6.0 https://github.com/sysown/proxysql/releases/tag/v2.6.0 * https://proxysql.com/documentation/global-variables/mysql-variables/#mysql-default_authentication_plugin * `set mysql-default_authentication_plugin = 'caching_sha2_password';` Add than a User with empty password `''` and do ```sql UPDATE mysql_users SET password=UNHEX('') WHERE username=''; ```...