You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
The text was updated successfully, but these errors were encountered:
the error message is "panic: Error 1698: Access denied for user 'root'@'localhost'"
check whether your db has this root account and it is accessible to the given database.
I followed the earlier steps in the quickstart. I am using mariadb but I don't think that's the issue.
The text was updated successfully, but these errors were encountered: