1 客户端navicat报错
2解决方案:
mysql> drop user dms_biz@'10.86.87.155';
Query OK, 0 rows affected (0.00 sec)
mysql> grant all on *.* to dms_biz@"%" identified by "infohow";
Query OK, 0 rows affected (0.00 sec)
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
mysql> exit
3 成功截图