You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/sipcapture/sql/homer_user.sql

5 lines
248 B

CREATE USER 'homer_user'@'localhost' IDENTIFIED BY 'homer_password';
GRANT ALL ON homer_configuration.* TO 'homer_user'@'localhost';
GRANT ALL ON homer_statistic.* TO 'homer_user'@'localhost';
GRANT ALL ON homer_data.* TO 'homer_user'@'localhost';