Welcome Guest, Not a member yet? Register   Sign In
Log Mysql errors
#1

[eluser]Unknown[/eluser]
there is a way to log all the mysql log? or increse the show error level?

im recibin
A Database Error Occurred
Unable to connect to your database server using the provided settings.


i check the databse.php and all the atributes are ok

$db['default']['hostname'] = "localhost";
$db['default']['username'] = "maternet_db";
$db['default']['password'] = "cagaste";
$db['default']['database'] = "maternet_db";
$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";


Messages In This Thread
Log Mysql errors - by El Forum - 04-14-2009, 08:52 PM
Log Mysql errors - by El Forum - 04-15-2009, 02:04 AM
Log Mysql errors - by El Forum - 04-15-2009, 05:44 AM



Theme © iAndrew 2016 - Forum software by © MyBB