New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Connecting to MySQL via ODBC
Connecting to MySQL via ODBC
Hi, I'd like to use my Bubba Two as a database server and use my Windows machine at the front-end via Microsoft Access. To do this I guess I'd need to set up the ODBC data source first but I've tried a few combinations of usernames/passwords etc but with no success. Does anyone know how I can achieve this? Many thanks in advance.
Re: Connecting to MySQL via ODBC
Thanks for the suggestion but I'm afraid it didn't help.
I think I've now sorted the problem. What I did was to edit the configuration file /etc/mysql/my.cnf by commenting out the line "bind-address = 127.0.0.1" and restarting the mysql server. I also had to go into mysql and add a user with "GRANT ALL PRIVILEGES..." etc and it worked.