增加1条SQL记录报错: Operation failed: There was an error while applying the SQL script to the database. Executing: ', '租房列表', '/appapi/rent/1/v1/prolist', 'POST', 'Data', '{\"page\":1,\"pcount\":\"6080583\"}', 'assertIn', '\"st…
use mysql mysql> select host, user from user; 将相应用户数据表中的host字段改成'%': update user set host='%' where user='root'; ERROR 1062 (23000): Duplicate entry '%-root' for key 'PRIMARY' 不予理会 flush privileges; 重新远程连接OK…