mirror of
https://github.com/koel/koel.git
synced 2026-04-25 16:56:02 +03:00
[GH-ISSUE #210] Missing database info in .env #148
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#148
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Isaiahjm on GitHub (Jan 31, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/210
I'm pretty new to github. Sorry if I'm doing something wrong by submitting my info as an issue.
Just recently went to do a fresh install of the new release (v2.0.0). running php artisan koel:init would result in a database connection error. After some troubleshooting I opened the .env file inside ~/koel and noticed some database info was missing.
going strictly by the debian tutorial, it should look like this
@conorccamp commented on GitHub (Jan 31, 2016):
I was getting the same error so I commented out DB_CONNECTION and DB_Host. That solved my unable to connect to database error but now I'm facing this one:
[PDOException]
SQLSTATE[HY000] [1045] Access denied for user 'koeluser'@'localhost' (using password: YES)
@Isaiahjm commented on GitHub (Jan 31, 2016):
@cctextur Are you running as root? Also make sure your password for the database is correct depending on how you set it up. I just used the one from the tutorial
$ sudo php artisan koel:init@phanan commented on GitHub (Feb 1, 2016):
I think it's clear in the install guide right before running
php artisan koel:init: