mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #193] error when logging in for the first time #138
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#138
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 @matthewdias on GitHub (Jan 17, 2016).
Original GitHub issue: https://github.com/koel/koel/issues/193
@phanan commented on GitHub (Jan 18, 2016):
You're not providing the error message, but yes, you're using wrong database credentials. Please read the installation guide.
@hansaliyad1 commented on GitHub (Jan 21, 2016):
@phanan I have the same issue. Hope you can help me to solve the problem. I am seeing the same error mentioned above.
@matthewdias commented on GitHub (Jan 21, 2016):
I realized later that you need to setup a database yourself and add credential for it in the config. This is specified in the guide, but it does not tell you how to do it.
@hansaliyad1 commented on GitHub (Jan 22, 2016):
@matthewdias ...Do I have to setup complete database? Where can I find credentials and other stuff? Can you please tell more details?
@matthewdias commented on GitHub (Jan 22, 2016):
use mysql or something similar to create a database, and add a user with credentials that you choose. then just fill in the config file with the database name, username, and password that you created.