Welcome Guest, Not a member yet? Register   Sign In
database connection constantly over 1 second
#5

[eluser]Sweden[/eluser]
Hello!

I will see if I'm able to try it on another PC tomorrow, but all I need to do to replicate this is to set the below settings, so maybe there is something wrong with the machine, but using "plain and simple" script with just the "new PDO..." code connects instantly... Hmm

Code:
$autoload['libraries'] = array('database');

$db['default']['hostname'] = 'mysql:127.0.0.1';
$db['default']['username'] = 'xxx';
$db['default']['password'] = 'xxx';
$db['default']['database'] = 'xxx';
$db['default']['dbdriver'] = 'pdo';


Messages In This Thread
database connection constantly over 1 second - by El Forum - 09-18-2012, 02:45 PM
database connection constantly over 1 second - by El Forum - 09-18-2012, 07:27 PM
database connection constantly over 1 second - by El Forum - 09-19-2012, 07:42 AM
database connection constantly over 1 second - by El Forum - 09-19-2012, 02:49 PM
database connection constantly over 1 second - by El Forum - 09-20-2012, 03:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB