February 25, 2009 Creating Triggers in MySQL from PHP On my last project, I needed to create tables periodically on a database, to partition data in several identical tables, named according to the year quarter. Instead of using MySQL… READ MORE
February 9, 2009 Avoid deletions with triggers and MySQL Some times, we store valuable data that we would never want to lose. This is a particular fact when working with data for scientific, statistical purposes, like environmental analysis. In… READ MORE