Welcome Guest, Not a member yet? Register   Sign In
MySQL Connection Problem
#1

[eluser]Mareshal[/eluser]
I've uploaded my site on a host and I get this error:

Quote:ERROR - 05-09-2009 16:39:43 --&gt; Severity: Warning --&gt; mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 /home/******/public_html/elite/system/database/drivers/mysql/mysql_driver.php 70
ERROR - 05-09-2009 16:39:43 --&gt; Unable to connect to the database

database details are 100% correct

here is database.php
Code:
$active_group = "elite";
$active_record = TRUE;

$db['elite']['hostname'] = "*******";
$db['elite']['username'] = "*******_elite";
$db['elite']['password'] = "elite";
$db['elite']['database'] = "*******_elite";
$db['elite']['dbdriver'] = "mysql";
$db['elite']['dbprefix'] = "ig_elite_";
$db['elite']['pconnect'] = FALSE;
$db['elite']['db_debug'] = TRUE;
$db['elite']['cache_on'] = FALSE;
$db['elite']['cachedir'] = "";
$db['elite']['char_set'] = "utf8";
$db['elite']['dbcollat'] = "utf8_general_ci";

Knows someone what's happening? is the 2nd host with same problem.


Messages In This Thread
MySQL Connection Problem - by El Forum - 09-05-2009, 07:44 AM
MySQL Connection Problem - by El Forum - 09-05-2009, 07:56 AM
MySQL Connection Problem - by El Forum - 09-07-2009, 09:02 PM
MySQL Connection Problem - by El Forum - 09-08-2009, 08:05 AM
MySQL Connection Problem - by El Forum - 09-08-2009, 08:22 AM
MySQL Connection Problem - by El Forum - 09-08-2009, 08:36 AM
MySQL Connection Problem - by El Forum - 09-08-2009, 02:45 PM
MySQL Connection Problem - by El Forum - 09-09-2009, 09:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB