修改是否启用统一认证

update  t_sys_golbal set golbal_value=2 where golbal_key='common.sso';

update  t_sys_golbal set golbal_value=0 where golbal_key='common.sso';

update  t_sys_golbal set golbal_value=0 where golbal_key='common.sso';

mysql -h 127.0.0.1 -uroot -p**************   dsideal_db -P$22066 -e  "${cmd}"

原文地址:https://www.cnblogs.com/littlehb/p/10552454.html