We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: