Welcome Guest, Not a member yet? Register   Sign In
SQLite Configuration on Windows 7
#4

[eluser]brucebat[/eluser]
I think for "database" you should put the name of your database

Also try "root" for username and password.

Heres my one for MySQL

Code:
$active_group = 'default';
$active_record = TRUE;


$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'root';
$db['default']['password'] = '';
$db['default']['database'] = 'midas1';
$db['default']['dbdriver'] = 'mysql';
$db['default']['dbprefix'] = '';
$db['default']['pconnect'] = TRUE;
$db['default']['db_debug'] = TRUE;
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = '';
$db['default']['char_set'] = 'utf8';
$db['default']['dbcollat'] = 'utf8_general_ci';
$db['default']['swap_pre'] = '';
$db['default']['autoinit'] = TRUE;
$db['default']['stricton'] = FALSE;


Sorry I cant be more of a help, good luck Smile


Messages In This Thread
SQLite Configuration on Windows 7 - by El Forum - 07-01-2011, 10:34 AM
SQLite Configuration on Windows 7 - by El Forum - 07-01-2011, 11:46 AM
SQLite Configuration on Windows 7 - by El Forum - 07-01-2011, 12:35 PM
SQLite Configuration on Windows 7 - by El Forum - 07-01-2011, 01:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB