Difference between
version 108
and
version 107:
At line 11 changed 1 line. |
%%note __NOTE:__ If you're using MySQL and you want to use transactions (which you probably will) you have to use InnoDB tables. To do this, add the following to your mysql configuration file (my.cnf or c:\Windows\my.ini). The 2nd setting for UTF-8 is needed for 4.1.7+. |
%%note __NOTE:__ If you're using MySQL and you want to use transactions (which you probably will) you have to use InnoDB tables. To do this, add the following to your mysql configuration file (my.cnf or c:\Windows\my.ini). The 2nd setting (for a UTF-8 character set) is needed for 4.1.7+. |
At line 17 added 1 line. |
If you're using PostgreSQL and you get confusing errors about batch processing, try turning it off by adding {{<prop key="hibernate.jdbc.batch_size">0</prop>}} to your applicationContext-hibernate.xml file. |
Back to CreateDAO,
or to the Page History.
|