freeswitch/w32/Setup/inno_setup/create_fusionpbx.sql

4 lines
137 B
SQL

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