Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with tony2001/pinba docker container #134

Open
drcreazy opened this issue Sep 19, 2016 · 1 comment
Open

Problem with tony2001/pinba docker container #134

drcreazy opened this issue Sep 19, 2016 · 1 comment

Comments

@drcreazy
Copy link

Hi all,

I tried to connect pinboard with pinba docker container tony2001/pinba and got following error:

[PDOException] SQLSTATE[HY000]: General error: 1005 Can't create table 'doctrine_migration_versions' (errno: 13)

Seems to pinba database is read only.
I changed db.name to test and migrations were ran successfully.

Does pinba db really should be read only or there some misconfiguration on my side?

@leoserra
Copy link

Hi all,

I had the same issue here.
[PDOException] SQLSTATE[HY000]: General error: 1005 Can't create table 'doctrine_migration_versions' (errno: 13)

I believe the pinba database is read only.
But I don't know why!
Maybe this database files was binary incompatible with MySQL version at docker.

To solved this, I removed the pinba database (SQL: drop pinba) at mysql docker and run the default_tables.sql to re-create the pinba database.

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

No branches or pull requests

2 participants