sunetdrive/templates/mariadb/03-proxysql.sql.erb

2 lines
107 B
Plaintext
Raw Permalink Normal View History

2023-02-13 09:44:56 +00:00
CREATE USER 'proxysql'@'%' IDENTIFIED BY '<%= @proxysql_password %>';
GRANT USAGE ON *.* TO 'proxysql'@'%';