PDA

View Full Version : localhost ?


zoyeb
09-09-2006, 05:30 PM
// ****** 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.
$config['MasterServer']['servername'] = 'localhost';
$config['MasterServer']['port'] = 3306;


are these the correct values ?

guru
09-09-2006, 05:55 PM
not 'localhost', it is 'mysql'.

zoyeb
09-09-2006, 06:35 PM
thanks :) !!

guru
09-09-2006, 08:53 PM
Always welcome