I need to install one script to my web hosting account. I need to configure config.php file by writting the next details: DB Host Name DB Name DB Username DB Password Site Name Site Password What informations I need to write for this?! Thank you.
You need to create a database first so you have the above information to enter into the config file. I can handle it for you if need be. See footer. Nigel
I know all this. I want just to be sure what informations I must enter into this file, as I was stated above, since when I was installing some script recently, I was not suceed. Thank you.
database host name should be localhost the other info is what you used to create the database itself. hope that helps, Nigel
Is the "Site Name" domain of the website?! Also, what is "Site Password", is that password for login into Cpanel?! Thank you.
Well when you are configuring a script to be installed, Usually it will be of this format : DB Host Name : Your database host name (usually localhost) DB Name : Database Name (The database you want the script data to be stored/acessed to) DB Username : Username for the Database DB Password : Password for Database Site Name : The Name You want To be displayed in the scripts Header,Title and Homepage links Site Password : The password you put to access Admin Section of that script (not Cpanel pass) Hope this helps
which script u r installing? just open ur config file and edit db info. but leave local host as it is.
In cpanel you will find an option "MySQL® Databases"(with a "dolphin" image). There you will find all the information listed , like DB Host Name ,DB Name ,DB Username . Password of the users will not be displayed. If you don't remember the user password , you can create database, new user and password there.