2 lines
107 B
Plaintext
2 lines
107 B
Plaintext
CREATE USER 'proxysql'@'%' IDENTIFIED BY '<%= @proxysql_password %>';
|
|
GRANT USAGE ON *.* TO 'proxysql'@'%'; |