Trying to install a new OpenCMS installation that worked fine with 6.0.4 and I cant get past the database setup.<br><br>Exception is<br><span style="font-weight: bold;">Error executing SQL statement: SELECT @@max_allowed_packet;
</span><br><br>I believe the issue is that even though you can set this in MySQL 3.2 (and i've checked that max_allowed_packet is set by running mysqladmin variables) you cannot select this value in 3.2 only in version 4 and above. This means OpenCMS cannot run on a 
3.2 database (for other business reasons we cannot upgrade our database to mysql 4)