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

Error on installing #32

Closed
R3ll36 opened this issue Sep 3, 2020 · 5 comments
Closed

Error on installing #32

R3ll36 opened this issue Sep 3, 2020 · 5 comments

Comments

@R3ll36
Copy link

R3ll36 commented Sep 3, 2020

`
In Connection.php line 664:

SQLSTATE[HY000] [2002] No such file or directory (SQL: select * from inform
ation_schema.tables where table_schema = myshop_db and table_name = migrati
ons)

In PDOConnection.php line 31:

SQLSTATE[HY000] [2002] No such file or directory

In PDOConnection.php line 27:

SQLSTATE[HY000] [2002] No such file or directory

Script @php artisan migrate handling the post-create-project-cmd event returned with error code 1`

@aimeos
Copy link
Owner

aimeos commented Sep 4, 2020

Which MySQL version are you using?
It seems your version doesn't support the information_schema tables

@R3ll36
Copy link
Author

R3ll36 commented Sep 4, 2020

Server version: 5.7.26 - MySQL Community Server (GPL)

@aimeos
Copy link
Owner

aimeos commented Sep 4, 2020

Do you see the Information Schema tables in phpmyadmin?

@R3ll36
Copy link
Author

R3ll36 commented Sep 4, 2020

Nope, no tables in database. It's empty as I have just created with phpmyadmin

@aimeos
Copy link
Owner

aimeos commented Sep 4, 2020

Maybe your user doesn't have permission to access the information_schema tables?
https://bugs.mysql.com/bug.php?id=86464

@aimeos aimeos closed this as completed Sep 19, 2020
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