I am running a MySQL Database on my local PC which stores data for my Point of Sale system. I am able to work with that database no problem using the POS software as well as my website software. However, when trying to make a connection using ODBC
to allow my bar-code generating software to connect, I get the below error.
I have tried "localhost", "127.0.0.1", and "127.0.0.1:3306" - all give me the same error... Any tips?