Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
2 answers
234 views

Regex to capture multiple element

I was writting a regex to capture the mysql query execute in proxysql. my expectation of the regex will capture the following commend where email, password, or both of them appear together: SELECT ...
Axen Wong's user avatar
1 vote
1 answer
640 views

ProxySQL data masking for multiple columns

I want to mask sensitive information on multiple columns in a table named my_table using ProxySQL. I've followed this tutorial to successfully mask a single column named column_name in a table using ...
Brian's user avatar
  • 13.6k
0 votes
2 answers
2k views

Cache all SELECTs with ProxySQL

I spent a couple of hours setting up ProxySQL to cache all selects, but there is no hit on the query rule. Rule is set up this way: rule_id = 1 active = 1 match_pattern = ^SELECT(.*)$ cache_ttl = ...
LordMagik's user avatar