摘要:
Localhost/index.php出现 错误403 you don't have the permission to access on this server现在已经解决,特将方法与大家分享。希望有用。Apache 里面的conf文件夹,httpd.conf 文件中: Options Foll... 阅读全文
摘要:
mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解决方法权限问题,授权 给 root 所有sql 权限mysql> grant all privileges on *.* to root@"%" identified by ".";Query OK, 0 rows affected (0.00 sec)mysql> flush privileges;Query OK, 0 rows affected (0.00 s 阅读全文