激动香菇

文章
5
资源
0
加入时间
2年10月21天

SQL注入

1、查询数据语句 1 select * from users; 2 select user_id,first_name,last_name from users; 3 desc mysql.user //查看表结构 4 //条件查询 5 select user,password,host from mysql.user where user='root' 6...