[Zope-CVS] CVS: Products/Ape - component.xml:1.9
Shane Hathaway
shane at zope.com
Thu Apr 15 19:18:32 EDT 2004
Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv24037
Modified Files:
component.xml
Log Message:
Better example of a MySQL connection by Elena Schulz
=== Products/Ape/component.xml 1.8 => 1.9 ===
--- Products/Ape/component.xml:1.8 Thu Mar 25 23:59:38 2004
+++ Products/Ape/component.xml Thu Apr 15 19:18:31 2004
@@ -45,7 +45,7 @@
<ape-dbapi-connection db>
connection-class apelib.sql.dbapi.MySQLConnection
module-name MySQLdb
- connect-expression connect(db='ape')
+ connect-expression connect(db='ape', user='me', passwd='pw', host='localhost')
</ape-dbapi-connection>
</ape-storage>
mount-point /sql
More information about the Zope-CVS
mailing list