ogni volta che installo lo script mi da questo tipo di errore "Unable to connect to database. Please check details in configuration file." cosa sbaglio?
mysql
config.php
Codice PHP:
/* MEMCACHE START */
define('MEMCACHE','0'); // Set to 0 for disable caching, 1 for memcaching, 2 for file caching, 3 for memcachier
define('MC_SERVER','localhost'); // Set name of your memcache server
define('MC_PORT','11211'); // Set port of your memcache server
define('MC_USERNAME',''); // Set username of memcachier server
define('MC_PASSWORD',''); // Set password your memcachier server