Date: 2004-11-28T16:15:58 Editor: JohannesTextor <[EMAIL PROTECTED]> Wiki: Cocoon Wiki Page: GettingStartedWithCocoonAndHibernate URL: http://wiki.apache.org/cocoon/GettingStartedWithCocoonAndHibernate
no comment Change Log: ------------------------------------------------------------------------------ @@ -38,6 +38,13 @@ * ''Please add links to on-line docs (e.g. for mySQL)'' +* When using mysql, pass the following command line parameter to mysqld or safe_mysqld: + +--log=/location/of/log/file + +This will log all queries sent to mysql. Beware, this file can grow HUGE. It is certainly +not recommended to leave it turned on for a long time. + == Middlegen == [http://boss.bekk.no/boss/middlegen/ Middlegen] extracts Hibernate mapping files from your database. It also correctly generates the mapping relations between tables if you set up foreign key constraints.
