aceace001 / SE-Spring2022

1 stars 1 forks source link

#backend func# login, register, logout #5

Open rookiefromgis opened 2 years ago

rookiefromgis commented 2 years ago

I got the MySql DB connection error when running main.go: "sql: unknown driver "mysql" (forgotten import?)"

rookiefromgis commented 2 years ago

Adding the code: import _ "github.com/go-sql-driver/mysql" into file users_db.go, and fix the bug.

rookiefromgis commented 2 years ago

had issues with MySQL connection to Goland when testing in postman