1. phpMyAdmin,管理mysql的页面工具!2. 远程管理mysql,需要一个远程管理权限的mysql用户!例如:grant all on *.* to root@'%' identified by 'your pass'

解决方案 »

  1.   

    请问在怎么设置啊?好像有个文件叫mysql.user,请问在哪里?具体路径,谢谢!
      

  2.   

    grant all on *.* to root@'%' identified by 'your pass'最好把% 改成远程登录端(不是服务器)的ip,这样安全。
    还有这样授权好象没有grant权限。
      

  3.   

    jxbicestare(香波) 说得对!另,推荐一些第3方工具,管理mysql比较简单!见
    http://expert.csdn.net/Expert/topic/1872/1872219.xml?temp=.1774713
      

  4.   

    grant all on *.* to root@'%' identified by 'password'
    管理数据库的很多,不过大部分人喜欢phpMyAdmin,你在网上搜索一下,很多的.