Open obucina opened 7 years ago
I have Apigility deployed on HostGator, v1.4.1.
<?php return [ 'db' => [ 'adapters' => [ 'db1@mysql@localhost' => [ 'database' => 'db1', 'driver' => 'PDO_Mysql', 'hostname' => 'localhost', 'username' => 'db1', 'password' => 'pass', 'dsn' => 'mysql:dbname=db1;host=localhost', ], ], ], ];
With given parameters, I am able to connect to database using mysql shell client. However, when trying to create DB connected service, I always get "Error getting db service(s)" error, and cant figure why.
This repository has been closed and moved to laminas-api-tools/api-tools-admin; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-admin/issues/10.
I have Apigility deployed on HostGator, v1.4.1.
With given parameters, I am able to connect to database using mysql shell client. However, when trying to create DB connected service, I always get "Error getting db service(s)" error, and cant figure why.