I'm on a plan90 @ ovh

I get the following message:

"Can't connect to local MySQL server through socket '/var/run/mysqld/
mysqld.sock' (2)"

when trying to propel:build-all

dev:
  propel:
    param:
      classname: DebugPDO
test:
  propel:
    param:
      classname: DebugPDO
all:
  propel:
    class: sfPropelDatabase
    param:
      classname: PropelPDO
      dsn: mysql:dbname=########;host:mysql5-52.90
      username: ########
      password: ########
      encoding: utf8
      persistent: true
      pooling: true

however, I can connect to my database using the command line mysql:

mysql -u ######## -h mysql5-52.90 -p########

any ideas,

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

Reply via email to