MySQL
Cast Enum DataType To Array Function
October 29th, 2007 | posted by AnonymousTutorial howto create function that able to extract enum value into array
MySQL Startup Script
October 29th, 2007 | posted by AnonymousMySQL bundled with script to control to start / stop the daemon.
MySQL Daemon Script - Linux
October 21st, 2007 | posted by AnonymousIf we install MySQL manually from download version at MySQL site. It is bundled with script that can control the MySQL daemon. This article describe how to use that script in Linux environment .
Upload image file to MySQL database, PHP Tutorial
October 21st, 2007 | posted by AnonymousThis article describe a simple tutorial, howto store image file in MySQL database with PHP
Enabling query cache to speed up mysql performance
October 20th, 2007 | posted by AnonymousQuery cache can speed up fetching time for frequently used queries. At second query (if data still same ) MySQL know that the query will produce the same result, so MySQL fetch it from memory .. not seeking trough the disk again. This will speed up fetching time.