Posts Tagged ‘sql’
HowtoForge: Setting and Changing MySQL Root Password
Posted by Ryan Grange on January 23, 2009
Posted in Articles | Tagged: MySQL, sql, sysadmin | Leave a Comment »
SQL Injection protection addendum
Posted by Ryan Grange on June 1, 2008
Posted in Articles | Tagged: security, sql | Leave a Comment »
Automated SQL Injection Attack Cripples Thousands of Web Sites
Posted by Ryan Grange on January 8, 2008
Here we are just 4 days after my earlier post on protecting yourself from SQL injection and we have news about just such an attack affecting tens of thousands of web sites. Whatever language you’re writing your web sites in, please read up on what you can do to clean your user’s input up before acting on it. The job you save may be your own.
Posted in Articles | Tagged: news, security, sql | Leave a Comment »
Cleaning user input for use in SQL statements
Posted by Ryan Grange on January 4, 2008
Posted in Articles | Tagged: ASP, programming, sql, VBScript, visual basic | 5 Comments »