ASP + mySQL connection problem

Status
Not open for further replies.

rodriguezasociados

New Member
Messages
1
Reaction score
0
Points
0
hello i'm a free account user and i'm trying to connect my website hosted in x10hosting with my mySQL database also hosted in x10hosting but it just doesn't connect. (trying to login an user account)

I use this code for the connection...

sConnection = "DRIVER={MySQL ODBC 3.51 Driver}; Port=3306; SERVER=localhost; DATABASE=v0030542_rodriguez; UID=v0030542_hola; PASSWORD=xxxxxxxxD;"

I have the same code running in another server with no problems, but I need to run it from this hosting for testing, upgrades and learning...

I uploaded all my webpages in public_html folder, is that ok?
idk why it isn't working... : (

thanks for your time and plz help me...
 

papichulo_carioco

Community Advocate
Community Support
Messages
1,400
Reaction score
12
Points
0
hello i'm a free account user and i'm trying to connect my website hosted in x10hosting with my mySQL database also hosted in x10hosting but it just doesn't connect. (trying to login an user account)

I use this code for the connection...

sConnection = "DRIVER={MySQL ODBC 3.51 Driver}; Port=3306; SERVER=localhost; DATABASE=v0030542_rodriguez; UID=v0030542_hola; PASSWORD=xxxxxxxxD;"

I have the same code running in another server with no problems, but I need to run it from this hosting for testing, upgrades and learning...

I uploaded all my webpages in public_html folder, is that ok?
idk why it isn't working... : (

thanks for your time and plz help me...

Use http://yourdomain/cpanel or the port 2082 in your SQL sentence ;)
 
Status
Not open for further replies.
Top