DROP-SQL-BLOCK-RULE
DROP-SQL-BLOCK-RULEβ
Nameβ
DROP SQL BLOCK RULE
Descriptionβ
Delete SQL blocking rules, support multiple rules, separated by ,
grammar:
DROP SQL_BLOCK_RULE test_rule1,...
Exampleβ
Delete the test_rule1 and test_rule2 blocking rules
mysql> DROP SQL_BLOCK_RULE test_rule1,test_rule2;
Query OK, 0 rows affected (0.00 sec)
Keywordsβ
DROP, SQL_BLOCK_RULE