How to connect to MySql Database

gav_nair71

New Member
Messages
1
Reaction score
0
Points
0
Help! HELP! help! HeLp!



I am on starka server I have created an application which uses my database at words-with-flesh.x10.mx on that server. I am going to connect to it with MySQL ODBC Driver 5.1. What should I put in the server variable.

The connection string is as follows:
DRIVER={MySQL ODBC 5.1 Driver}; SERVER=?????; DATABASE=mydb; UID=myUID;PASSWORD=mypwd; OPTION=3

If there is any other problem with the above please post here.

ThanX a lot for your time
 

steven27

New Member
Messages
2
Reaction score
0
Points
0
Assuming your application will be hosted on the server then Server=localhost.
 
Top