duanji6997 2014-01-28 16:35
浏览 33
已采纳

在phpmyadmin中向用户添加文件权限

I have something like this in phpmyadmin enter image description here

so I need to add the FILE privelege so that I can get the data dump through console, I am logged in as root.Through PHPmyadmin if i click on Edit privileges and then select FILE and save it says enter image description here

Even through console I tried this

  GRANT SUPER ON *.* TO root@DBSERVERNAME IDENTIFIED BY abc2013;

and it says 

ERROR 1470 (HY000): String 'root@DBSERVERNAME' is too long for user name (should be no longer than 16)

Not sure what I am missing,I only have access as root user.

  • 写回答

1条回答 默认 最新

  • dousidan1279 2014-01-28 17:24
    关注

    To enable management and prevent users from breaking some of the management systems within RDS. You are restricted from access certain permissions (FILE and SUPER are not given to users).

    FILE permissions wouldn't make sense anyway since you don't have local access to the RDS instance to load files in the first place.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?