I'm trying to do an sql injection in DVWA with Apache2 and MySQL that would create one more database.
This: 2' union select 1,2' create database kala;#--
does not give me any errors but it also does not create the database.
DVWA security setting is set to low.