Administration
Update and create timestamps with MySQL
Apr.30, 2009
A lot of relational tables need created and update timestamps columns. I prefer having them for all tables with no exception. However, most of applications I am working on are running MySQL. MySQL has minor limitation on timestamps. Unfortunately you can create only one time stamp column that has DEFAULT NOW() value. Read more to see how to avoid this limitation. (continue reading…)
12 Comments
:database, howto, mysql, timestamp
more...
Ant task to install tomcat service
Apr.28, 2009
If you are familiar to run Apache Tomcat as Windows service, you can install it with the ant task. build.xml file sample under the cut line.
(continue reading…)
2 Comments
:ant, howto, java, service, tomcat, windows
more...