Welcome Guest, Not a member yet? Register   Sign In
I can't connect to mysql
#1

[eluser]mikevu[/eluser]
Hello everyone,
all my code is done in my localhost (my PC). But it is don't connect to mysql in my host when I deploy in my host.
mysql in this is host using port 3307.
This is my database config.
Code:
$db['default']['hostname'] = "localhost";
$db['default']['port'] = "3307";
$db['default']['username'] = "root";
$db['default']['password'] = "xxxroot";
$db['default']['database'] = "vos_xxx";
$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";
Some site in this host is done very well
any one help me?
Thank you so much.


Messages In This Thread
I can't connect to mysql - by El Forum - 12-08-2009, 11:08 PM
I can't connect to mysql - by El Forum - 12-08-2009, 11:18 PM
I can't connect to mysql - by El Forum - 12-08-2009, 11:23 PM
I can't connect to mysql - by El Forum - 12-09-2009, 12:21 AM
I can't connect to mysql - by El Forum - 12-09-2009, 12:25 AM
I can't connect to mysql - by El Forum - 12-09-2009, 02:11 AM
I can't connect to mysql - by El Forum - 12-09-2009, 02:39 AM
I can't connect to mysql - by El Forum - 12-09-2009, 03:05 AM
I can't connect to mysql - by El Forum - 12-09-2009, 04:04 AM
I can't connect to mysql - by El Forum - 12-09-2009, 07:09 AM
I can't connect to mysql - by El Forum - 12-09-2009, 07:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB