Category Archives: MySQL

Import/Restore MySQL Files From the Command Line

Using the command line to import large SQL files into a MySQL database. Continue reading

Posted in MySQL | 1 Comment

Inserting An Array into a MySQL Database Table

A streamlined method of inserting an array of values into a MySQL database with detailed results on success or failure. Continue reading

Posted in MySQL, PHP | 13 Comments

Ridiculously Simple SQL Injection

A real-life example of how I used a common SQL injection technique to gain access to an online ordering system. Continue reading

Posted in MySQL | 3 Comments