SQL Injections

2003-10-09 Thread Dwight Trumbower
Are there any SQL injection threats for MySQL less than 4.1?

Dwight Trumbower

T Systems Corp
Custom Database Solutions
[EMAIL PROTECTED]
920-667-4438 

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

Re: SQL Injections

2003-10-09 Thread jabbott

As I understand it, and I confess I am not totally sure I do, sql injection is more of 
a problem in your page code than what database (/version) you run.

--ja

On Thu, 9 Oct 2003, Dwight Trumbower wrote:

 Are there any SQL injection threats for MySQL less than 4.1?
 
 Dwight Trumbower
 
 T Systems Corp
 Custom Database Solutions
 [EMAIL PROTECTED]
 920-667-4438 
 
 

-- 


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



Re: SQL Injections

2003-10-09 Thread mhlists
\As I understand it, and I confess I am not totally sure I do, sql injection is more 
of a problem in your page code than what database (/version) you run.\ 

Absolutely. As I show at http://www.vbmysql.com/articles/sqlinjection.html SQL 
Injection is a flaw in the front-end code, and you are at risk in ANY MySQL version.

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