Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:deadcla_boyz:localhost","deadc la_Bo","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "deadcla_Bo", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("deadcla_boyz");
I've uploaded the PHP-Nuke-7.2
I've done the nuke.sql
I've done the config.php (not sure if correctly)
So why can't I see
www.website.com/admin.php or
www.website.com/index.php???
AND WHAT IS THAT STUFF I PUT AT THE TOP?
It's in my MySQL Account Maintenance under the Database I want to use.