I created the table on localhost added, an "admin" user with a hard to crach md5 as password.
Using the mysql/mariadb client I was able to come up with a query that runs and produces a row of this kind:
1, "admin", <the md5 of the pass I want>.
Even if I inject that query + query end magic in user name and the pass i want in password, I'm still unable to login as "admin".
Can I talk details, privately, with someone? My logic tells me that what I do should work, but apparent it's not working.
Thank you for understanding!