Skip to content

go run main.go fails #186

Description

@0pcom
[user@linux  ~]$ cd $GOPATH/src/github.com/qor/qor-example
[user@linux  qor-example]$ go run main.go
Failed to find configuration config/application.yml, using example file config/application.example.yml
Failed to find configuration config/smtp.yml, using example file config/smtp.example.yml
Failed to find configuration config/database.yml, using example file config/database.example.yml
WARNING: AssetFS is used before overwrite it!
goroutine 1 [running, locked to thread]:
runtime/debug.Stack(0x2e, 0x0, 0x0)
	/usr/lib/go/src/runtime/debug/stack.go:24 +0x9d
runtime/debug.PrintStack()
	/usr/lib/go/src/runtime/debug/stack.go:16 +0x22
github.com/qor/assetfs.SetAssetFS(0x7fdb390e4910, 0x1b6cbc0)
	/home/user/go/src/github.com/qor/assetfs/assetfs.go:33 +0xc5
github.com/qor/qor-example/config/bindatafs.init.0()
	/home/user/go/src/github.com/qor/qor-example/config/bindatafs/bindatafs.go:26 +0x5d
panic: Error 1698: Access denied for user 'root'@'localhost'

goroutine 1 [running]:
github.com/qor/qor-example/config/db.init.0()
	/home/user/go/src/github.com/qor/qor-example/config/db/db.go:49 +0x716
exit status 2

I followed the earlier steps in the quickstart. I am using mariadb but I don't think that's the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions