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

1130 - Host '' is not allowerd to connect to this MySQL server,

是因为缺少访问权限,在MySQL -》User表里

执行

INSERT INTO `user` VALUES (‘%‘, ‘root‘, ‘*81F5E21E35407D884A6CD4A731AEBFB6AF209E1B‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘Y‘, ‘‘, ‘‘, ‘‘, ‘‘, ‘0‘, ‘0‘, ‘0‘, ‘0‘, ‘‘, null);

1130 - Host '' is not allowerd to connect to this MySQL server,

标签: