faqts : Computers : Programming : Languages : PHP : Database Backed Sites : MySQL

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

13 of 22 people (59%) answered Yes
Recently 4 of 10 people (40%) answered Yes

Entry

How do I connect to MySQL database running on RedHat Linux from a Windows 95' Workstation using ODBC?

Jun 30th, 2000 12:22
tom brown, Ravi Shankar,


get myODBC drivers from www.mysql.com
install them.

make sure your mysql database is allowing access from another host.
ie:edit user or hosts security tables. ('%' in host field means all)

set up odbc connect as usual in control panels.
you will need to enter the server IP address, user name and password and database name.

there are quite a few other settings, but they are not needed.

that's it.

now open access and import/link to you odbc driven database.