摘要: <?php namespace app\index\controller; use think\Db; use think\Session; use think\Controller; //跨域处理 header('Access-Control-Allow-Origin:*'); header('A 阅读全文
posted @ 2020-03-09 11:51 祈愿仙帝 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 改表法解决 进入MySQL bin目录 执行./mysql -uroot -p mysql>use mysql; mysql>select 'host' from user where user='root'; #查看mysql库中的user表的host值(即可进行连接访问的主机/IP名称) 执行u 阅读全文
posted @ 2020-03-09 11:49 祈愿仙帝 阅读(102) 评论(0) 推荐(0) 编辑