Quote:
Originally posted by dibap
Hello,
I just started with MySQL. Every time when I want to start an ODBCconnection with MySQL ODBC 3.51 driver the internet connection dialog pops up first. After canceling the connection happens correct. How can I prevent this dialog? The MySQL-Server is in the same Network. The driver should find it immediate.
the database is running on an Win2K computer. The client computer is running WinME. I Set Up an Class C Network. Both computers have fixed IP-adresses with Subnetmask 255.255.255.0.
the parameters for the ODBC-Driver:
Datasourcename: MySQL
Driver: MySQL ODBC 3.51 driver
Host/Server: -IP-adress-
Database: none
User: none
PWD: none
I guess it is only a simple configuration in the Network of Win. Please give me a hint.
dibap
|
1-You are trying to connect via ODBC with what? a
VB app, Access, something else?
2-Have you tried supplying a user and a password?
3-Can you connect to a MySQL database with the mysql client?