Posted by:
miffe
(---.prod-infinitum.com.mx)
I've got server "A" with WAMP installed with 'root' and 'xyz' as user and pass...
Computers "B", "C" and "D" are on the same network... in "C" I run an excel application that exchanges data with an access database, and I am migrating that DB to mysql on server "A"... I downloaded the mysql.com's ODBC connector to establish a DSN to be able to connect from one computer on the network to the database on server A.
The server is on 192.168.1.65, the computer i want to establish the odbc dsn is on 192.168.1.67. The ODBC connector asks for "DSN", "DESCRIPTION", "SERVER", "USER", "PASS", "DATABASE"... so I put the info in.... in server i put localhost (of course this doesnt work because its not on this computer, its on the server, so then I changed it for the IP of the server) I put the user and pass... when pressing database to get the list... it tries to retrieve it using the given information... and it comes up with the error: SQL_ERROR.
I have no bloody idea on what I am doing as you can see
I mean, I know what I want, but I don't know how to get there... Wamp is running on the server and I can see [
localhost] on the server, Ive also got a dyndns account and I can see it online... I can also see the webserver on any other machine on the network by typing [
192.168.1.65] ... but now I need a database connection
Of course if I was running a PHP page on the server I would just connect to "localhost" using "root@localhost" as username and the correct password, no problem... but im on another computer on the same network.
Any methods?
Thanks appreciated...
Miffe
ok man