update ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value 建议使用GRANT语句进行授权,语句如下: grant all privileges on *.* to root@'%' identified by "root"; --------------------------------------------------- GRANT SELECT,INSERT,UPDATE,DELETE,…
摘自: http://renxiangzyq.iteye.com/blog/763837 update ERROR 1364 (HY000): Field 'ssl_cipher' doesn't have a default value 建议使用GRANT语句进行授权,语句如下: grant all privileges on *.* to root@'%' identified by "root"; -----------------------------------------…