sql database

Status
Not open for further replies.

habjuice hotel

New Member
Messages
4
Reaction score
1
Points
0
how do i get the link to the sql database, as i need it for my server.
i cannot seem to find the link to it
 

carl6969

Community Support Team
Community Support
Messages
6,874
Reaction score
206
Points
63
Go to cPanel - Databases - MySQL Databases
The database host is localhost
 

brinni1

New Member
Messages
145
Reaction score
1
Points
0
If you mean the how to make a mysql database then "http://(enter server name).x10hosting.com:2082/frontend/x3/sql/index.html" e.g if you was lotus then

"http://lotus.x10hosting.com:2082/frontend/x3/sql/index.html" then type a name in "Create New Database" if you need more help post back
 

habjuice hotel

New Member
Messages
4
Reaction score
1
Points
0
i made a database already, i need to know where to find it at so i can enter it in my server.

thanks for the fast replys btw
 
Last edited:

brinni1

New Member
Messages
145
Reaction score
1
Points
0
Are you talking about phpmyadmin or as carl6969 said the database host is "localhost" ?
 

brinni1

New Member
Messages
145
Reaction score
1
Points
0
if your using php then it would be something like this

mysql_connect(localhost,username you created in cpanel,password you created in cpanel);

example

my cpanel username is 1
example i created a mysql username 12
and a password of 43

mysql_connect(localhost,1_12,43);
 
Last edited:

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
You are trying to link it with a server outside x10? I am afraid you will need remote mysql which is only avalible in our paid services.
 
Status
Not open for further replies.
Top