May 11, 2010 Implementing a database cubes system on MySQL I've already talked about how I solved the problem of managing huge amounts of data in my last post. Now, I'm going to explain how to implement one of the… READ MORE
May 5, 2010 Managing big data sets with MySQL I'm currently working on a database which stores, literally, a million of new data registers every day. They come from several hundred weather stations spread along the world, and need… 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
May 24, 2007 PHP class dbhandler to deal with databases Notice: Article only available in Spanish! Hemos visto en publicaciones anteriores cómo conectar a una base de datos mysql desde php, y cómo usar la función mysql_query para consultar datos.… READ MORE
May 18, 2007 Connecting to a MySQL database from PHP Notice: Article only available in Spanish! El primer paso para trabajar con scripts y aplicaciones en php que conectan con bases de datos mysql, es crear una conexión. Una conexión… READ MORE