执行show grants;然后贴出结果(以文本方式,不要贴图)

解决方案 »

  1.   

    mysql> show grants;
    +-------------------------------------------------------------------------------
    ---------------------------------------------------------+
    | Grants for root@localhost
                                                             |
    +-------------------------------------------------------------------------------
    ---------------------------------------------------------+
    | GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' IDENTIFIED BY PASSWORD '*5B8
    1087360E67043FE22BD430E2CFE7C4D7883FD' WITH GRANT OPTION |
    +-------------------------------------------------------------------------------
    ---------------------------------------------------------+
    1 row in set (0.03 sec)mysql>我本身就用的root 权限
      

  2.   

    DOS下能成功插入,难道是workbench 6.0 不能向数据库中添加数据?
      

  3.   

    找到了,右键 select rows 就可以打开添加数据的窗口了
    ^_^