-- Truppe Steven <[EMAIL PROTECTED]> wrote
(on Thursday, 25 October 2007, 02:20 PM +0200):
> Hi everyone, i have a question about the error message:*
> *
> 
>     *SQLSTATE[HY000] [2013] Lost connection to MySQL server during query*
> 
> The code i'm using does work on my local apache server, but as soon as i
> upload it to the webspace i get this error message all the time. maybe
> the webspace has no mysql_pdo support ? or what modules do i need to use
> Zend_Db ? Are there other error sources that can make this happen ?
> 
> I hope someone can give me a more clearer view on the thing.

The fact that you got that message indicates that the db adapter *does*
exist on that server. 

You should look at the following documentation on the MySQL site:

    http://dev.mysql.com/doc/refman/5.0/en/gone-away.html

My guess is that you need to check your mysql user privileges on the
host.

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to