|
Ehh...
Yeah but watch out for the correct username and correct database name
with cpanel setups its usually like the following, note the _ underline between details, to comfirm just goto your cpanel and select Mysql there you will see the correct information
dbhost = "localhost";
dbuname = "Username_User";
dbpass = "yourpassword";
dbname = "Username_DatabaseName";
prefix = "nuke";
user_prefix = "nuke";
dbtype = "MySQL";
|