mySQL and ASP.NET

fred070

New Member
Messages
1
Reaction score
0
Points
0
Hello.. I would like to ask how to connect the mySQL database of the x10hosting to the ASP.NET.. i can connect it locally.. but i can't connect it online.

here's the situation, i made a database on my cPanel using mySQL.. and i saw a PHPmyAdmin which can get insert,update,drop etc..the tables from the mySQL database.. now.. i would like to connect that database to my ASP.net how is that.. i don't know what's should i fill up to the 'SERVER HOST', 'PORT', 'USERNAME', 'PASSWORD'.

please help i like coding..:happysad:
 

marasm

New Member
Messages
34
Reaction score
0
Points
0
You should login to the cPanel and use "MySQL Databases" tool to create user and then add the user to the database (using the same tool). Then:

host: "localhost"
port: empty

Username and password - as you entered in MySQL Databases.
 
Top