RE: Security issues

2010-05-22 Thread Martin Gainty

Good Morning Rob-

 

one vulnerability (with UDFs)

http://dev.mysql.com/tech-resources/articles/security_alert.html


a manager considering a enterprise-wide security solution may want to consider 
Oracle Identity Manager (with Glassfish 3.2)

http://under-linux.org/en/content/oracle-introduces-schedule-for-glassfish-556/

 

Does this help?
Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.



 

 From: wult...@gmail.com
 Date: Fri, 21 May 2010 22:50:06 -0700
 Subject: Security issues
 To: mysql@lists.mysql.com
 
 Given the rather serious recent bug fixes I have been thinking a good
 bit about security. Does MySQL AB/Sun/Oracle maintain a page similar
 to http://www.postgresql.org/support/security.html which lists
 security issues and what releases they effected?
 
 -- 
 Rob Wultsch
 wult...@gmail.com
 
 -- 
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe: http://lists.mysql.com/mysql?unsub=mgai...@hotmail.com
 
  
_
The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail.
http://www.windowslive.com/campaign/thenewbusy?tile=multiaccountocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4

Re: Foreign Key Problem

2010-05-22 Thread Victor Subervi
This is just for the sake of future googlers of this thread. The correct
mysql command is:

ursor.execute('create table if not exists Passengers (id int(11)
auto_increment primary key, flights_id int(11) not null, customer_id int(11)
not null, foreign key (flights_id) references Flights (id), foreign key
(customer_id) references Customers (id), name varchar(40), weight int, price
float(6,2)) engine=InnoDB;')

beno


Re: Security issues

2010-05-22 Thread Rob Wultsch
On Sat, May 22, 2010 at 5:44 AM, Martin Gainty mgai...@hotmail.com wrote:
 Good Morning Rob-

 one vulnerability (with UDFs)
 http://dev.mysql.com/tech-resources/articles/security_alert.html

 a manager considering a enterprise-wide security solution may want
 to consider Oracle Identity Manager (with Glassfish 3.2)
 http://under-linux.org/en/content/oracle-introduces-schedule-for-glassfish-556/

 Does this help?
 Martin Gainty

Martin,

Thank you for the reply.

The guys across the street have a single page with cliff notes about
every vulnerability effecting every supported version*. The page I
noted was comprehensive. Martin, what you listed was a page with an
single vuln and a page which looks like a product.

The grass is looking pretty darn green on the other side of the street.

*And they support all the way back to 7.4, which is equivalent to 4.1
era. 2005 is not that long ago.
-- 
Rob Wultsch
wult...@gmail.com

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org



Re: Security issues

2010-05-22 Thread Johnny Withers
You could use CVE, Postgre's security page doesn't seem to sync with their
CVE entries, even though they reference CVE entries on their comprehensive
security page.

http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=postgresql

http://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=mysql

JW

On Sat, May 22, 2010 at 10:51 AM, Rob Wultsch wult...@gmail.com wrote:

 On Sat, May 22, 2010 at 5:44 AM, Martin Gainty mgai...@hotmail.com
 wrote:
  Good Morning Rob-
 
  one vulnerability (with UDFs)
  http://dev.mysql.com/tech-resources/articles/security_alert.html
 
  a manager considering a enterprise-wide security solution may want
  to consider Oracle Identity Manager (with Glassfish 3.2)
 
 http://under-linux.org/en/content/oracle-introduces-schedule-for-glassfish-556/
 
  Does this help?
  Martin Gainty

 Martin,

 Thank you for the reply.

 The guys across the street have a single page with cliff notes about
 every vulnerability effecting every supported version*. The page I
 noted was comprehensive. Martin, what you listed was a page with an
 single vuln and a page which looks like a product.

 The grass is looking pretty darn green on the other side of the street.

 *And they support all the way back to 7.4, which is equivalent to 4.1
 era. 2005 is not that long ago.
 --
 Rob Wultsch
 wult...@gmail.com

 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:http://lists.mysql.com/mysql?unsub=joh...@pixelated.net




-- 
-
Johnny Withers
601.209.4985
joh...@pixelated.net