MySQL Server Adress(es)

Status
Not open for further replies.

Equiflux

New Member
Messages
362
Reaction score
0
Points
0
Hey guys, I'm posting on Behalf of BMX0000198 or whatever the numbers are. But anyways, he needs to know the adresses of x10's MySQL Servers. Meaning for example, something like: mysql1.hostercoaster.com:6606(lol)

Thanks.
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Should just be "localhost", unless your using a remote server..
 

Equiflux

New Member
Messages
362
Reaction score
0
Points
0
I know it's localhost, but he's trying to use the x10 databases from his computer.
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
You would have to add your house's IP address as an allowed host in your cPanel >> MySQL Databases page. If you're on the "free server" the IP address is "72.232.204.42", and you should just be able to specify that and not need the port. (It's set to the default)

So.. An example of this would be to add your IP address into cPanel, then with say.. mysql_connect():
PHP:
$connLink = mysql_connect('72.232.204.42', 'username', 'password');
 
Status
Not open for further replies.
Top