On Fri, 18 Jun 2010, newprog wrote: > Hi i need to connect to mysql from command line... when i used this > command php symfony doctrine:insert-sql > i get this error PDO Connection Error: SQLSTATE[28000] [1045] Access > denied for user 'root'@'localhost' (using password: NO) can any one > help plzz...
Looks like the username you created in MySQL doesn't have correct permissions. You can test using the MySQL command-line: mysql -u root -p -- -- 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 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