Slashdot Mirror


User: sro

sro's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:The writeup is misleading.... on The World's Most Dangerous Password · · Score: 1

    What, so you read the article?

    You must be new here.

  2. Re:Not a DB guru on MySQL Gets Perl Stored Procedures · · Score: 1

    What you are referring to is actually not stored procedures per se. "Event handling" in RDBMS is based upon triggers and I suspect that is what you are talking about.

    Last time I checked triggers were unsupported in MySQL but the trigger syntax has been supported for quite a while.

    Although I really like MySQL for it's speed and simplicity I can not recommend it to anyone doing serious database programming as the lack of triggers and foreign keys is really holding it back.

  3. Re:Free as in **? on Open Source License Comparison · · Score: 2, Informative

    Check out The Free Software Definition over at gnu.org. sro

  4. Re:Google.com, from non-US anyone ? on Earthlink's Extra HTTP Header · · Score: 1

    I had the same problem a few weeks ago. It seems that Google has recently made some changes to the site in order to display the Google front page based upon nationality or something similiar.

    As my Spanish isn't THAT good I searched frantically for a solution to the problem. On IRC I was told that Google was using my Language Preference.

    You can set this preference in IE in Tools -> Internet Options -> Languages.

    Hope this works.