On 2012-1-12 06:55, 贾晓磊 wrote:
hi, all:

when i try to make a connection to my mysql-server with salchemy, a
problem as follows appears:

 >>> from sqlalchemy import *
 >>> db=create_engine("mysql://db=drone-005/LN_PABB2,user=pabb,passwd=pabb")

Try this URL: mysql://pabb:pabb@drone-006/LN_PABB2

See http://www.sqlalchemy.org/docs/core/engines.html#database-urls for documentation on database URLs.

Wichert.

--
Wichert Akkerman <wich...@wiggy.net>   It is simple to make things.
http://www.wiggy.net/                  It is hard to make things simple.

--
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 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to