Hi,
Following the official documentation and new to ubuntu / MySQL / Bonita I wish to setup a Bonita BPM platform.
I downloaded the Tomcat-bundle and I wish to setup MySQL Database.
But when looking at the official documentation, the Database must be configured, (it is writed literaly everywhere) there is no informations / guide for MySQL database.
Here is the only thing they say for MySQL :
*MySQL
Maximum packet size
MySQL defines a maximum packet size on the server side. The default value for this setting is appropriate for most standard use cases. However, you need to increase the packet size if you see the following error: Error: 1153 SQLSTATE: 08S01 (ER_NET_PACKET_TOO_LARGE) Message: Got a packet bigger than ‘max_allowed_packet’ bytes
You need to update the file my.ini (for Windows) or my.cnf (for Linux) to avoid the ER_NET_PACKET_TOO_LARGE problem. Look for max_allowed_packet setting and increase the value.
For more information, see the MySQL website.
Surrogate characters not supported
MySQL does not support surrogate characters. If you want to use surrogate characters in your processes, you need to use another type of database.*
**
So what should I do ??? There is no informations about creating a DATABASE, a TABLE, and other things, without database I can’t connect Tomcat to MySQL.
Moreover I couldn’t find a way to install MySQL 5.5.27 so I did install the latest version, is this a problem ?**