ok ya i got that to work but now once putting the install link into the browser it is giving me a "page not found/error 404, etc." so it seems that i did something wrong still. i know i changed the config.php correctly unless im supposed to use my site's I.P. address and host number for this part, or leave it default like it is....
// ****** 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;
|