1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-03 01:13:30 +00:00
2009-11-26 04:33:50 +00:00

3 lines
104 B
SQL

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