Need help connecting to my MySQL server and setting up my homepage

Status
Not open for further replies.

hyperforce

New Member
Messages
10
Reaction score
0
Points
0
I'm trying to set up my site, and get my database running... ok this is my situation:

I can connect to an FTP account which I created in the FTP manager.
I however can not load it as my front page, so where do I upload my site to then?

I also can't connect to my MySQL database, I can't find any instructions on what server to connect to, any help on these subjects would be greatly apreciated. :happysad:
 

eminemix

Member
Messages
350
Reaction score
0
Points
16
Your website must be uploaded in the www directory . ( /www/ )

You need to get to cpanel to create a database ( Go to MySQL® Databases )
P.S. : The database host is 'localhost' ;
 

galaxyAbstractor

Community Advocate
Community Support
Messages
5,508
Reaction score
35
Points
48
Database host: localhost
Database username: [your cpanelusername]_[your database username]
database password: [your database passeord]
Database name: [your cpanel usernam]_[created database name]

change the things between [] to your info. Pls rep me if you think this is useful.
 

hyperforce

New Member
Messages
10
Reaction score
0
Points
0
thanks for the help :D

I also found out how to add tables now so it should all be good :D
 
Last edited:
Status
Not open for further replies.
Top