输入banner图图片脚本导航/分类

mysql只能localhost连接,解决不允许其他机器去访问

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

    flush privileges;

mysql只能localhost连接,解决不允许其他机器去访问

标签: