MySQL Forums
Forum List  »  Router & Proxy

Re: Injecting query when changing data
Posted by: Ronald Poillot
Date: February 03, 2012 01:13PM

No answers :(.

The solution i made that works with insert, delete, truncate and update statements is to prepend the injected querys, like

prepend(2, "commit...)
prepend(3, "update ...)
prepend(1, the_real_query...)
prepend(2, "set autocommit...)
prepend(2, "start transaction...)

With the LOAD DATA and the DROP TABLE statements this solution didn't work :(. Any ideas why?

Greetings,


--
Ronald

Options: ReplyQuote


Subject
Views
Written By
Posted
3185
January 26, 2012 12:21PM
Re: Injecting query when changing data
1715
February 03, 2012 01:13PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.