[symfony-users] How to specify connection port in databases.yml using Doctrine

2010-02-10 Thread Pau Peris
Hi, i'm using Doctrine as default ORM and i'm trying to specify the connection port as i have 2 mysql running instances. The configuration i use to connect is: dsn: 'mysql:host=localhost;dbname=xXxxXx' username: xXXx password: XXx port: 3307 I also tried:

Re: [symfony-users] How to specify connection port in databases.yml using Doctrine

2010-02-10 Thread apm
May be? dsn: 'mysql:host=localhost;dbname=xXxxXx;port=' username: xXXx password: XXx -- You received this message because you are subscribed to the Google Groups symfony users group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from