-
Notifications
You must be signed in to change notification settings - Fork 727
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
DB connection failed #348
Comments
@gkjangid can you show the content of your database.php file in the config folder? |
Database.php 'default' => env('DB_CONNECTION', 'mysql'),
|
Update your database.php file to this:
You should not be changing anything on this file. Basically, what happens is, in this statement, for example,
|
@nyrnzn Thanks dear |
you can add like this. https://laravel.com/docs/8.x/migrations#indexes AppServiceProvider.php
|
My .ENV file
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=gitscrumorion
DB_USERNAME=gitscrumorionkp
DB_PASSWORD=gitscrumorionkp_321
But Db connected
The text was updated successfully, but these errors were encountered: