ptools-local/ptools-init.dat . In this file's RDBMS
section, 5 parameters need to be set to the correct values, such that
database access will work. Hypothetical example settings might look like
this:
RDBMS-Server-Hostname dinosaur RDBMS-Server-Port 3306 RDBMS-Database-Name paleo RDBMS-Username paleocurator RDBMS-Password ********
aic-export/mysql/schema.sql
max_allowed_packet MySQL parameter to allow packets of size 16 Mb or greater.
In the my.cnf MySQL configuration file, you will need a line such as the following:
[mysqld] max_allowed_packet=16M