Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Cant fetch table/view list - "Error getting db service(s)" #380

Open
obucina opened this issue Nov 21, 2017 · 1 comment
Open

Cant fetch table/view list - "Error getting db service(s)" #380

obucina opened this issue Nov 21, 2017 · 1 comment

Comments

@obucina
Copy link

obucina commented Nov 21, 2017

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.

@weierophinney
Copy link
Member

This repository has been closed and moved to laminas-api-tools/api-tools-admin; a new issue has been opened at laminas-api-tools/api-tools-admin#10.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants