Posted by nfantis on 08/09/07 20:07
On Aug 8, 5:44 pm, Reggie <joelregisfo...@hotmail.com> wrote:
> how can i resolve this:
>
> Warning: mysql_connect() [function.mysql-connect]: Lost connection to
> MySQL server during query in /home/fhlinux169/c/clashoff.co.uk/user/
> htdocs/checklogin.php on line 9
> cannot connect
Does your user have privileges in MySQL to do the operation on line 9
of your code (SELECT database?) I believe you get disconnected if you
are not authorized to execute a query.
[Back to original message]
|