Replies: 3 comments
-
your database credential are not correct i guess |
Beta Was this translation helpful? Give feedback.
0 replies
-
Your DB_HOST is not valid, make sure you database(mysql) is running. if your DB is on local try to change |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks I found that mysql wasn't running. Once I caught it I was able to migrate. Thanks for your helpOn Jan 26, 2021 4:44 PM, Muhammad Dyas Yaskur <[email protected]> wrote:
Your DB_HOST is not valid, make sure you database(mysql) is running. if your DB is on local try to change 127.0.0.1 to localhost. sometime user not granted on 127.0.0.1 but granted on localhost.
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What could be the cause of migration calls failing right off the bat in a newly created project "composer create-project laravel/laravel example-app" on Windows 10 Pro (new installation.) Turned off the firewall and still fails:
PDOException::("SQLSTATE[HY000] [2002] No connection could be made because the target machine actively refused it"
Beta Was this translation helpful? Give feedback.
All reactions