Markus Bergholz

Results 292 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=''; ```...

@matt-horwood-mayden do you like to contribute this feature?

Why not keep the alias and just add it to the documentation?

One other possibility rather than introduce a new _control parameter_ might be to documentate any single option for the rules parameter ...

same here ``` BdsDxe: failed to load Boot0001 "UEFI Misc Device" from PciRoot(0x0)/Pci(0xA,0x0): Not Found BdsDxe: loading Boot0002 "UEFI Misc Device 2" from PciRoot(0x0)/Pci(0x5,0x0) BdsDxe: starting Boot0002 "UEFI Misc Device...

I've never used it. But per design, using SSM connection feature will be always slower as using ssh. Because it's using S3 with multiple HTTP requests per TASK. AFAIU, this...