Hi, I am trying to do a manual install of the 6.13 version. The reason being is the mod I want to use with this site is only compatable up to 6.13. I have installed sites before and know how to create a data base and a data base user. I have edited config files before but the default.settings file is so complicated with so many options not sure what to edit out to create a settings.php file. Tried to watch the video but it didn't load.
Ok, I think I have to make a file called settings.php and then add the following to it.
$db_prefix = array(
* 'default' => 'main_',
* 'users' => 'shared_',
* 'sessions' => 'shared_',
* 'role' => 'shared_',
* 'authmap' => 'shared_',
* );
*
* Database URL format:
* $db_url = 'mysql://username:password@localhost/databasename';
* $db_url = 'mysqli://username:password@localhost/databasename';
* $db_url = 'pgsql://username:password@localhost/databasename';
*/
$db_url = 'mysql://username:password@localhost/databasename';
$db_prefix = '';
# $conf = array(
# 'site_name' => 'My Drupal site',
# 'theme_default' => 'minnelli',
# 'anonymous' => 'Visitor',
# $conf['locale_custom_strings_en'] = array(
# 'forum' => 'Discussion board',
# '@count min' => '@count minutes',
# );