Field ’ssl_cipher’ doesn’t have a default value
by thursdasy on Jun.10, 2009, under Electronics, Programming, Quick Fix, Software
If you run into this error while trying to update a host just use the following.
mysql> INSERT INTO user SET Host=’127.0.0.1′,User=’root’,Reload_priv=’Y',ssl_c
ipher=”, Process_priv=’Y', x509_issuer=”, x509_subject=”;



