zoukankan      html  css  js  c++  java
  • ERROR 1449 (HY000): The user specified as a definer ('skip-grants user'@'skip-grants host') does not exist

    导入sql文件时报错:

    ERROR 1449 (HY000): The user specified as a definer ('skip-grants user'@'skip-grants host') does not exist

    解决方式如下(红色字体即为上述括号里的内容)

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

    再次执行source,导入sql文件,不再报错。

    结束。

  • 相关阅读:
    HDU --1251
    POJ -- 2436
    POJ -- 3140
    POJ 3107
    POJ -- 2002
    POJ -- 1655
    lintcode154
    lintcode192
    lintcode582
    lintcode901
  • 原文地址:https://www.cnblogs.com/liusingbon/p/13958515.html
Copyright © 2011-2022 走看看