Files
freeswitch/w32/Setup/inno_setup/create_fusionpbx.sql
Carlos J. Talbot d2ad55e50d Initial check in for Windows Inno Setup script.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15681 d0543943-73ff-0310-b7d9-9358b9ac24b2
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