MySQL

Cast Enum DataType To Array Function

in

Tutorial howto create function that able to extract enum value into array

MySQL Startup Script

MySQL bundled with script to control to start / stop the daemon.

MySQL Daemon Script - Linux

If 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

in

This article describe a simple tutorial, howto store image file in MySQL database with PHP

Enabling query cache to speed up mysql performance

in

Query 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.

Syndicate content