Connect to MySQL

Status
Not open for further replies.

qweasdyxc

New Member
Messages
1
Reaction score
0
Points
0
Hi,

i can connect to the mysql database with php using 'mysql-starka.x10hosting.com' as hostname.
But when i try to connect to the mysql database from my computer i always get this error:

ERROR 2003 (HY000): Can't connect to MySQL server on 'mysql-starka.x10hosting.com' (10060)

Obviously I cant reach the SQL server at all.

What am i doing wrong?
I hope this is not intended :<

thanks in advance for your help :)
 

descalzo

Grim Squeaker
Community Support
Messages
9,372
Reaction score
326
Points
83
Remote access to mySQL is disabled in both directions.
You cannot access your x10 database directly from your computer or another server.
You cannot access a mySQL on another server from x10.
 

stpvoice

Community Support Rep
Community Support
Messages
5,987
Reaction score
212
Points
63
Hostname is localhost usually, if setting up a cms of forum. Try that.

Edit: Oh, I see. As descalzo said, you can't remotely access MySQL for security reasons.
 
Last edited:
Status
Not open for further replies.
Top