摘要:
```sql select 1,2,3 union select from sc; select from (select 1,2,3 union select from sc)a; select from (select 1,2,3 union select from sc)a; select \ 阅读全文
摘要:
会出现这样的原因,主要都是因为mysql8.0版本的缘故,8.0版本默认编码为utf8mb4 解决方法: MySQL配置文件my.ini中[mysqld]下加这两行 然后又出现了另一个问题:The server requested authentication method unknown to t 阅读全文