Need Some Informations

Status
Not open for further replies.

darkprom

New Member
Messages
14
Reaction score
0
Points
0
Hello,
I need to fill some blanks to work my site. Here they are;

Database server hostname
Database server username
Database server password
Database schema
the path in which files are installed


I've tried so many combinations but I couldn't find the right one.. I've created a database and user for it then attached them.. I've read some topics about that problem too, but It still doesn't work.. please help me to write these informations correctly..
 
Last edited:

techairlines

x10 Flyer
Community Support
Messages
2,867
Reaction score
165
Points
63
The hostname is 'localhost'

The database name is what you created. Should be something in the format cPanelUsername_DBName

The username is what you created. Should be something in the format cPanelUsername_DBUsername

The password is what you created for that user.

For the schema, is it automatically filled out in your script?

Also, make sure you have given the database user all privileges when you created it and attached it to the database.

The path in which files are installed is where you uploaded your files (such as /forum/ or / for root).
 
Last edited:

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
index.php should work. Remember linux servers are case sensitive.
When i visit your site i get a page with Access Denied
 
Last edited:

vishal

-::-X10 Guru-::-
Community Support
Messages
5,255
Reaction score
192
Points
63
try index.php again .If there is index.html remove it first.Use only one.
 

darkprom

New Member
Messages
14
Reaction score
0
Points
0
It looks like be resolved.. I deleted a file from the main directory and It works now..
thanks for help..
 
Status
Not open for further replies.
Top