2
0

create_freepbx.sql 104 B

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