create_fusionpbx.sql 112 B

123
  1. CREATE USER 'fusionpbx'@'localhost' IDENTIFIED BY 'fusionpbx';
  2. GRANT ALL ON *.* TO 'fusionpbx'@'localhost';