You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The skeleton is extremely well developed, I like the structure and implementation and your explanation in the video tutorials.
But I am getting this issue.
I use PHP 8, so, I removed faker, php from the require dependencies.
I dont use homebrew.
I created a DB from mysql command.
Then after changing the env file with required db name, user, password, host as localhost (tried with 127.0.0.1 also)
php slim db:migration exectues and results is green
But php slim db:show users gives
Connection refused! not sure how!
Kindly help me with this.
The text was updated successfully, but these errors were encountered:
Hi,
The skeleton is extremely well developed, I like the structure and implementation and your explanation in the video tutorials.
But I am getting this issue.
I use PHP 8, so, I removed faker, php from the require dependencies.
I dont use homebrew.
I created a DB from mysql command.
Then after changing the env file with required db name, user, password, host as localhost (tried with 127.0.0.1 also)
php slim db:migration
exectues and results is greenBut
php slim db:show users
givesConnection refused! not sure how!
Kindly help me with this.
The text was updated successfully, but these errors were encountered: