Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How i can manage connexion to database MySQL ODBC 5.1?

How i can manage connexion to database?

I have theses informations for connection :

DRIVER={MySQL ODBC 5.1 Driver};UID=generix;PWD=gnx;SERVER=10.5.3.33;DATABASE=mantis;PORT=3306;

and I would like to creat new pilote :

ScreenHunter_01 Jul. 16 11.17.gif

ScreenHunter_03 Jul. 16 11.20.gif

ScreenHunter_02 Jul. 16 11.20.gif

But it doesn't work.

I tried differents way, but no succes.

ScreenHunter_04 Jul. 16 11.20.gif

I use a VPN to acces to the database... may be the problem comes from here no?

Someone has an idea?

thanks

stéphane

1 Solution

Accepted Solutions
Not applicable
Author

I've found it. it was a problem with server.

View solution in original post

4 Replies
Not applicable
Author

Hi Stéphane,

from the driver connection string it appears that your database is MySql, but you are trying to create connection to MS SQL database.  Which one is correct?

regards

Not applicable
Author

I downloaded SQL ODBC 5.1 Driver, and tested it again, with no success :,

ScreenHunter_05 Jul. 16 12.01.gif

Not applicable
Author

On the following link is the list of possible issues why that error message occured:

http://wiki.answers.com/Q/What_does_MySQL_error_number_10060_mean

regards

Not applicable
Author

I've found it. it was a problem with server.