Quote:
Originally Posted by mike2902
I dont remember putting that there but 127.0.0.1 is in there
$config['Misc']['memcacheserver'][$i] = '127.0.0.1';
|
What does this line say?
PHP Code:
// ****** MASTER DATABASE SERVER NAME AND PORT ******
// This is the hostname or IP address and port of the database server.
// If you are unsure of what to put here, leave the default values.
//
// Note: If you are using IIS 7+ and MySQL is on the same machine, you
// need to use 127.0.0.1 instead of localhost
$config['MasterServer']['servername'] = '#############';
$config['MasterServer']['port'] = 3306;
What else is running on your server and who is your host?