PDOException : SQLSTATE[HY000] [2006] MySQL server has gone away
Hello everyone!
I have a problem which is about the migrations
i just have set up my mySQL database named ‘ausatelhelp_db'
of the .ENV
and when i run php artisan migrate it happends nothibg
i have been googling about that but couldnt find the solution
(i don’t neither receive a single error message)
WELL!!!
after 5 min waiting i have this error message:
PDOException : SQLSTATE[HY000] [2006] MySQL server has gone away
I have a problem which is about the migrations
i just have set up my mySQL database named ‘ausatelhelp_db'
APP_NAME="Ausatel Help"this is the configuration
APP_ENV=local
APP_DEBUG=true
APP_URL=[url=http://localhost]http://localhost[/url]
LOG_CHANNEL=stack
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=8080
DB_DATABASE=ausatelhelp_db
DB_USERNAME=root
DB_PASSWORD=
of the .ENV
and when i run php artisan migrate it happends nothibg
i have been googling about that but couldnt find the solution
(i don’t neither receive a single error message)
WELL!!!
after 5 min waiting i have this error message:
PDOException : SQLSTATE[HY000] [2006] MySQL server has gone away
No any search results
You already invited:
2 Answers
Hettenbach
Upvotes from:
Saleem Hussein
Upvotes from:
(for authentication to proceed, the username and the remote address both must match)
In reality, you have only one root user, but he's allowed to authenticate from three different remote addresses