I tried to reset the debian_sys_maint account as this was one of the issues, I grabbed the password from /etc/mysql/debian.cnf.
After jumping this hurdle, I still get failures because of "max_allowed_packet". I then tried increasing this mysql env variable in /etc/mysql/my.cnf from 16M to 64M, with no luck.
My database is about 12 MB in size, so I'm not sure why it's not working. Besides the change to max_allowed_packet, all I've done is run :
a2enmod rewrite
for Drupal Clean URLs.
I'll try tonight to recreate the problem with a fresh installation of the LAMP appliance.
max_allowed_packet error
I tried to reset the debian_sys_maint account as this was one of the issues, I grabbed the password from /etc/mysql/debian.cnf.
After jumping this hurdle, I still get failures because of "max_allowed_packet". I then tried increasing this mysql env variable in /etc/mysql/my.cnf from 16M to 64M, with no luck.
My database is about 12 MB in size, so I'm not sure why it's not working. Besides the change to max_allowed_packet, all I've done is run :
a2enmod rewrite
for Drupal Clean URLs.
I'll try tonight to recreate the problem with a fresh installation of the LAMP appliance.