freeswitch/w32/Setup/inno_setup/create_freepbx.sql

3 lines
104 B
SQL

CREATE USER 'freepbx'@'localhost' IDENTIFIED BY 'freepbx';
GRANT ALL ON *.* TO 'freepbx'@'localhost';