ysaito8015 / go-todo-web-app

0 stars 0 forks source link

ローカルでの MySQL への接続がうまく行かない #9

Open ysaito8015 opened 2 months ago

ysaito8015 commented 2 months ago

https://github.com/ysaito8015/go-todo-web-app/pull/6#issuecomment-2365176549

ysaito8015 commented 2 months ago

https://github.com/budougumi0617/go_todo_app/discussions/73

mysql.Comfig.FormatDSN を使うと、次の db.PingContext() で、うまいくかないっぽい

https://github.com/ysaito8015/go-todo-web-app/blob/fbc6122500c3a958dfcf0907e281f6659e13c35a/store/repository.go#L38

fmt.Sprintf() で文字列で渡すとうまく行く