Wohoo, MySQL 4!

July 14, 2005 by Oliver
Filed under: Galaxia, PHP 

This is all preparation for installing PHP5 so everyone can actually see Galaxia Reborn :)

php5, mysql, apache]]>

Comments

No Comments on Wohoo, MySQL 4!

  1. jeff on Tue, 19th Sep 2006 3:28 pm
  2. < ![CDATA[hello there,
    i am trying to reproduce a data server that a company uses to present information to its customers via the web. No problem. What they are using right now is Microsoft Access, connecting via ODBC to a server on line. The cool thing that they can do is have several tables linked together. Like if a certain field is updated in one table, it updates the same info automatically in another table. So, i want to reproduce this in MySQL, but i can't seem to find out how. Is there a way to pull this off on the server side ? or does that have to be done on the client side ?
    thanks for any tips.]]>

  3. Oliver on Wed, 20th Sep 2006 8:25 am
  4. < ![CDATA[If you have MySQL 5 or later you can do a quite a lot using triggers, but it's not something I actually used myself:

    http://mysql.org/doc/refman/5.0/en/create-trigger.html>