bash-3.2$ paster setup-app development.ini
...
  File "/usr/lib/python2.5/site-packages/SQLAlchemy-0.5.0rc4-py2.5.egg/
sqlalchemy/engine/strategies.py", line 81, in connect
    raise exc.DBAPIError.instance(None, None, e)
sqlalchemy.exc.OperationalError: (OperationalError) (1045, "Access
denied for user
'admin'@'netblock-68-183-235-157.dslextreme.com' (using password:
YES)") None None

I get that error.

In the same terminal window, i am doing a command line run of 'mysql':

mysql -h db.host.com -u admin -p graph_db, it works fine... but I have
no idea why that is failing.

I did a print cparams in the strategies.py file:
{'passwd': 'pass', 'db': 'graph_db', 'port': 3306, 'host':
'db.host.com', 'user': 'admin', 'client_flag': 2}


Looks right to me. I have no idea what else is causing this. Very
weird. I am using mysql 5.1.25.

How else can I trouble shoot this?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to