Yes, happen only with my own module... Apparently www-data is the apache2 user on Ubuntu, i will try to see more in this way ... Thx for your reply !
On 18 nov, 15:34, Thomas Ohms <[email protected]> wrote: > Does this only happen with you own module? > > 2010/11/18 Bor1s <[email protected]> > > > Hello all, i am a beginner on symfony and i try to do the jobeet > > tutorial. > > All seem to be good as far as the final part of day 2 when i try to do > > a new module. > > > When i try to access at my module's url ( > >http://localhost/frontend_dev.php/myModule > > ) i have an connexion error : > > [code]PDO Connection Error: SQLSTATE[28000] [1045] Access denied for > > user 'www-data'@'localhost' (using password: YES)[/code] > > > Even so all work fine; doctrine building all work fine, my database is > > created.. > > Normally my user for mysql is "root" but in error message "www-data" > > is user.. > > > my database.yml : > > [code]all: > > doctrine: > > class: sfDoctrineDatabase > > param: > > dsn: mysql:dbname=mydbname;host=localhost > > username: root > > password: mypwd > > [/code] > > > I don't understand ... can you help me ? > > > -- > > If you want to report a vulnerability issue on symfony, please send it to > > security at symfony-project.com > > > 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]<symfony-users%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/symfony-users?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
