【数据库遇到的问题】

文章目录

  • 一、MySQL遇到的问题
  • 一、InfluxDb遇到的问题

一、MySQL遇到的问题

1、The user specified as a definer(’skip-grants user@‘skip-grants host’) does not exist
【数据库遇到的问题】_第1张图片

grant all privileges on *.* to 'skip-grants user'@'skip-grants host' identified by "."

1130 - Host ‘SMILE’ is not allowed to connect to this MySQL server

update user set host = '%' where user ='root';

一、InfluxDb遇到的问题

1、修改数据库数据保存策略
【数据库遇到的问题】_第2张图片

你可能感兴趣的:(mysql,数学建模,java)