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
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
i use your cli gf to init a project, with the same config i can create dao do , but can't link to my database, i confirm my config is correct
i use default config to link to my local mysql database, when i use your driver, i can't link to my database and the error is [Access denied for user 'root'@'localhost' (using password: YES)"].
But when i use database/sql and https://github.com/go-sql-driver/mysql, i can link to my database success.
I want to know what cause this, and how to solve
What did you see happen?
error is [Access denied for user 'root'@'localhost' (using password: YES)"]
What did you expect to see?
I want to know what cause this, and how to solve.
i want to use your driver to link to mysql
The text was updated successfully, but these errors were encountered:
ok i know why, must create a config.yaml in config or outside? sry i hooked myself, i code my database config in hack/config, i thought it can take effect
Go version
go version go1.22.4 windows/amd64
GoFrame version
2.8.3
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
i use your cli gf to init a project, with the same config i can create dao do , but can't link to my database, i confirm my config is correct
i use default config to link to my local mysql database, when i use your driver, i can't link to my database and the error is [Access denied for user 'root'@'localhost' (using password: YES)"].
But when i use database/sql and https://github.com/go-sql-driver/mysql, i can link to my database success.
I want to know what cause this, and how to solve
What did you see happen?
error is [Access denied for user 'root'@'localhost' (using password: YES)"]
What did you expect to see?
I want to know what cause this, and how to solve.
i want to use your driver to link to mysql
The text was updated successfully, but these errors were encountered: