Welcome Guest, Not a member yet? Register   Sign In
Database Error
#6

[eluser]Ghavin[/eluser]
[quote author="pistolPete" date="1254693873"]Does the native php connection work?
Code:
<?php
$link = mysql_connect('localhost', 'root', 'root');
if (!$link)
{
    echo('Could not connect: ' . mysql_error());
}
else
{
     echo 'Connected successfully';
     mysql_close($link);
}
[/quote]


I see I have tried this and it could not connect so it is dealing with my server it tells me this at the bottom of my PHPmyadmin.

Your PHP MySQL library version 5.0.51a differs from your MySQL server version 5.1.33. This may cause unpredictable behavior.


Messages In This Thread
Database Error - by El Forum - 10-04-2009, 10:37 AM
Database Error - by El Forum - 10-04-2009, 10:49 AM
Database Error - by El Forum - 10-04-2009, 10:55 AM
Database Error - by El Forum - 10-04-2009, 11:04 AM
Database Error - by El Forum - 10-04-2009, 11:10 AM
Database Error - by El Forum - 10-04-2009, 11:14 AM
Database Error - by El Forum - 10-04-2009, 01:14 PM
Database Error - by El Forum - 10-04-2009, 02:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB