❔ My first time using mySql workbench with c#
im trying to connect mysql to my HabitTrackerand i keep getting "Unable to connect to any of the specified MySql hosts." in the console. Not 100% on what im doing
5 Replies
You're using a
MySqlConnection
, but the connection string tells me it's an SQLite fileoop gotcha
something like this? "server=127.0.0.1;uid=root;pwd=12345;database=test"
ye
yea i had that earlier and i got an access denied for user message ill keep trying
ty
oh. i didnt add '.db' to the sql database lol
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.