MySqlserver Connection problem

Status
Not open for further replies.

hrpackage

New Member
Messages
3
Reaction score
0
Points
0
HI ,

I hosted my asp.net application http://www.hrpackage.x10hosting.com/hrpackage/employee1.aspx which is working very fine in onine .

And i have created the database and created the users for database also ,
but the problem is that when i use to connect mysqlserve with hostserver name "mysql-starka.x10hosting.com" and with username i have created its give me the following error could any pls help in that

"mysql error number 2003"
cant connect to my sql server on "mysql-starka.x10hosting.com(10060)"

untitled4.bmp
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Try using 'localhost' as the server name.
 

hrpackage

New Member
Messages
3
Reaction score
0
Points
0
For local host its connecting but i need to access the remote database so that can upload my database
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Remote access in either direction is blocked.

You can use mysql to dump the database (table structure and data) at one end and then import it to the other end.
 

hrpackage

New Member
Messages
3
Reaction score
0
Points
0
ok , but to import we required the data source connection and distinction connection here i m aunale to connect the distinction
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Where is the current DB and where do you want to import it to?

phpMyAdmin as a feature where you can dump the db into a text file. You can also import from a text file. These can also be done via command line if you have shell access at the other end but nothing like phpMyAdmin.
 
Status
Not open for further replies.
Top