freeswitch/w32/Setup/inno_setup/create_fusionpbx.sql
2009-11-26 04:33:50 +00:00

4 lines
137 B
SQL

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