freeswitch/w32/Setup/inno_setup/create_fusionpbx.sql

4 lines
137 B
MySQL
Raw Normal View History

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