mirror of
https://github.com/koel/koel.git
synced 2026-04-25 08:46:00 +03:00
[GH-ISSUE #54] Error during db migrate #38
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#38
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 @atkawa7 on GitHub (Dec 15, 2015).
Original GitHub issue: https://github.com/koel/koel/issues/54
$ php artisan init
php artisan key:generate
php artisan migrate --force
php artisan db:seed --force
[Symfony\Component\HttpKernel\Exception\HttpException]
@NamPNQ commented on GitHub (Dec 15, 2015):
Are you setting in
.envfile?@juliusvdijk commented on GitHub (Dec 15, 2015):
Copy .env.example to .env and fill in your details.
@jamnab commented on GitHub (Dec 15, 2015):
I get the error
[PDOException]
SQLSTATE[HY000] [2002] No such file or directory
@phanan commented on GitHub (Dec 16, 2015):
Make sure your database credentials work.
@petehouston commented on GitHub (Dec 16, 2015):
@jamnab make sure to run MySQL service, create a database and assign the right permission to the user that is specified under
.envfile@phanan commented on GitHub (Dec 16, 2015):
I'm going to close this issue to clean up the list. Feel free to continue discussing here though.
@jamnab commented on GitHub (Dec 16, 2015):
I solved it by just entering the default values for mysql:
Might be worthwhile to use these defaults settings in the wiki for easier setup.