1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-29 09:55:45 +00:00
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