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 entered in the account. Here MySQL sees 83.220.144.13, so
the account must be EXACTLY entered as [EMAIL PROTECTED] (unless
it's [EMAIL PROTECTED], which would work for any host)
Showing us your database.yml (with password masked, of course) would help.
On Dec 6, 2007 10:25 AM, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I tried to set up my app on my shared host. So far no problem.
> But as soon as I want to log in my member area I get the well known
> screen that
>
> [PropelException]
> [wrapped: connect failed [Native Error: Access denied for user
> 'web1713'@'83.220.144.13' (using password: NO)] [User Info: Array]]
> stack trace
>
> * at ()
> in SF_ROOT_DIR/lib/symfony/vendor/propel/Propel.php line 489 ...
> 486. try {
> 487. $con = Creole::getConnection($dsn);
> 488. } catch (SQLException $e) {
> 489. throw new PropelException($e);
> 490. }
> 491. self::$connectionMap[$name] = $con;
> 492. }
>
>
> But I'm sure that I used the right connection settings in the
> database.yml.
> They habe MySQL version 5.0.17 running on the server. Could this be a
> problem or should symfony work well with this mysql version?
> If it's not the mysql version what else could be the problem?
>
> Thanks a lot!
> Christian
> >
>
--
- SR
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---