Welcome Guest, Not a member yet? Register   Sign In
Database Error of CI on my online server HELP!!!!!
#6

[eluser]Xeroxeen[/eluser]
[quote author="noideawhattotypehere" date="1377857228"]check your /etc/mysql/my.cnf, see bind-address, maybe somehow it got changed to listen to some other ip?

run this and see if that works, so we know its 100% codeigniters fault:
Code:
<?php
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
if (!$link) {
    die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
?>
[/quote]

Hi run this code.It's showing 'Connected successfully'.So that means there isn't issue in server?What can i do now?


Messages In This Thread
Database Error of CI on my online server HELP!!!!! - by El Forum - 08-30-2013, 12:36 AM
Database Error of CI on my online server HELP!!!!! - by El Forum - 08-30-2013, 01:52 AM
Database Error of CI on my online server HELP!!!!! - by El Forum - 08-30-2013, 02:41 AM
Database Error of CI on my online server HELP!!!!! - by El Forum - 08-30-2013, 03:07 AM
Database Error of CI on my online server HELP!!!!! - by El Forum - 08-30-2013, 06:36 PM
Database Error of CI on my online server HELP!!!!! - by El Forum - 08-30-2013, 10:04 PM
Database Error of CI on my online server HELP!!!!! - by El Forum - 08-31-2013, 02:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB