I can get access to the database only with an app that runs on the server.
This connection string works:
Code: Select all
DBE=ODBCDBE;Driver={MySQL ODBC 5.1 Driver};Uid=<myid>;Pwd=<mypwd>;Database=BulletinBoard;Server=LocalHost
Code: Select all
DBE=ODBCDBE;Driver={MySQL ODBC 5.1 Driver};Uid=<myid>;Pwd=<mypwd>;Database=BulletinBoard;Server=192.168.0.50
I tried adding the following to MY.INI:
Code: Select all
bind-address=0.0.0.0
Does anyone have experience with MySQL and ODBCDBE?