[DUG-TO] mysql config on osx

Andre Molnar andre at becircle.com
Wed Jul 1 00:26:33 EDT 2009


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






More information about the DUG-TO mailing list