mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
* MySQL/PgSQL ignore error while create new user because user may already exists. * MySQL on database page use same checkbox like one for PgSQL * MySQL/PgSQL if create user empty try use db user.(may be better use root/postgres without pass) * PgSQL fix `GRANT ALL ON DATABASE dbname` instead of `GRANT ALL ON dbname` * MySQL fix connect string build * MySQL fix use correct password to connect