sunetdrive/templates/mariadb/05-roundcube.sql.erb

4 lines
204 B
Text
Raw Normal View History

2025-03-26 14:09:24 +01:00
CREATE SCHEMA roundcubemail;
CREATE USER 'roundcube'@'%' IDENTIFIED BY '<%= @roundcube_password %>';
2025-03-26 14:09:24 +01:00
GRANT ALL PRIVILEGES ON roundcubemail.* TO 'roundcube'@'%' IDENTIFIED BY '<%= @roundcube_password %>';