I've searched the documentation and Google but can't find the answer.

How do I disable the multiple statements processing in v4.1.x?

I don't want the user to be able to send more than one statement (like it was in 4.0.x).

ie:  SELECT * FROM table; DROP TABLE table;

would generate a SQL error.

I would imagine there's a server-wide variable that would disable this, as well as possibly a per-connection variable of some sort. MySQL is running under Win2K and clients connect via the JDBC driver.


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to