Security of mysql database
This question already has an answer here:
what happens if i enter a username root
and put the password like this
' or 'x'=='x
you sql statement will be
SELECT count(id) FROM login WHERE user='root' and pass='' or 'x'=='x'
链接地址: http://www.djcxy.com/p/3724.html
下一篇: mysql数据库的安全性