Carole St. Laurent wrote: > So far I tried: > $ mysql --max_allowed_packet=32M > ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using > password: NO) try that same thing with -u and -p switches $ mysql --max_allowed_packet=32M -u root -p