freeswitch/w32/Setup/inno_setup/create_fusionpbx.sql

4 lines
112 B
SQL

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