[symfony-users] Re: Problems with MySQL Connection

2007-12-14 Thread Simon Roby
Maybe your cache has a few permissions wrong (happened to me recently). Try deleting the entire contents of the cache directory then run `symfony fix-perms` to reset permissions. On Dec 14, 2007 9:13 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Now it works. I Had to use localhost instead of

[symfony-users] Re: Problems with MySQL Connection

2007-12-14 Thread [EMAIL PROTECTED]
Hey, perfect... Everything works! Thank you very much! Best regards, Chris --~--~-~--~~~---~--~~ 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

[symfony-users] Re: Problems with MySQL Connection

2007-12-14 Thread [EMAIL PROTECTED]
Now it works. I Had to use localhost instead of the www.domain.de or the ip address. Now I have a new problem. When I test my app online in the development environment (www.domain.de/frontend_dev.php) everything works fine. But when I change to the production development (www.domain.de or

[symfony-users] Re: Problems with MySQL Connection

2007-12-07 Thread [EMAIL PROTECTED]
The exeption I pasted above was a test where I didn't use a password. Here is the exeption which comes when I enter the right password. [wrapped: connect failed [Native Error: Access denied for user 'web1713'@'83.220.144.13' (using password: YES)] [User Info: Array]] My database.yml looks like

[symfony-users] Re: Problems with MySQL Connection

2007-12-07 Thread Alexander Deruwe
On 07 Dec 2007, at 14:53, [EMAIL PROTECTED] wrote: [wrapped: connect failed [Native Error: Access denied for user 'web1713'@'83.220.144.13' (using password: YES)] [User Info: Array]] Seems like you did not tell mysql to accept connections from web1713 to your database. Or maybe you did, but

[symfony-users] Re: Problems with MySQL Connection

2007-12-06 Thread Simon Roby
Are you sure your user is set up properly? The exception mentions password: NO. Is this right? Is this really a non-local passwordless account? If not, you probably have entered something wrong in your database.yml. Also, MySQL requires that the connection comes from the exact host name that is