I config my file like this :
$dbname = \"my_dracos\";
$dbuser = \"Dracos\";
$dbpw = \"xxxxx\";
$dbhost = \"localhost\";
$tablepre = \"xmb_\";
$pconnect = 0;
$cookiepath = \"\"; // \"\" if your installing locally
$cookiedomain = \".dracos.altervista.org\"; // \"\" if your installing locally
$database = \"mysql\";
And when I try to install it that say this :
Warning: Cannot set time limit in safe mode in /membri/Dracos/cinst.php on line 11
Warning: Access denied for user: \'dracos@localhost\' (Using password: NO) in /membri/Dracos/db/mysql.php on line 10
Warning: MySQL Connection Failed: Access denied for user: \'dracos@localhost\' (Using password: NO) in /membri/Dracos/db/mysql.php on line 10
Warning: Access denied for user: \'dracos@localhost\' (Using password: NO) in /membri/Dracos/db/mysql.php on line 12
Warning: MySQL Connection Failed: Access denied for user: \'dracos@localhost\' (Using password: NO) in /membri/Dracos/db/mysql.php on line 12
Warning: MySQL: A link to the server could not be established in /membri/Dracos/db/mysql.php on line 12
Installing XMB 1.6 Magic Lantern
Creating xmb_attachments
Warning: Access denied for user: \'dracos@localhost\' (Using password: NO) in /membri/Dracos/db/mysql.php on line 21
Warning: MySQL Connection Failed: Access denied for user: \'dracos@localhost\' (Using password: NO) in /membri/Dracos/db/mysql.php on line 21
Warning: MySQL: A link to the server could not be established in /membri/Dracos/db/mysql.php on line 21
Access denied for user: \'dracos@localhost\' (Using password: NO)
Could you help me please ?