Hi,

I am working on my first symfony project, and I cannot connect to
mysql. Furthermore, I cannot debug this error (for some reason my
breakpoints do not work), nor can I track down why it is failing. Here
is the exception thrown:

[PropelException]
 [wrapped: connect failed [Native Error: Lost connection to MySQL
server at 'reading initial communication packet', system error: 0]
[User Info: Array]]
stack trace
at ()
in SF_SYMFONY_LIB_DIR\vendor\propel\Propel.php line 499 ...

My parameters appear correct, and I have tried connecting via this
statement with the same parameters without problem:

$db = @ new mysqli($host, $user, $pass, $db);

Can any provide further information on how to debug this problem?

Thank you,
Scott


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to