Archive for the 'mysql' Category

Date and Time Functions in mysql

Sunday, February 10th, 2008

source:http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html
Date and Time Functions
This section describes the functions that can be used to manipulate temporal values. See Section 9.3, “Date and Time Types”, for a description of the range of values [...]

mysqldump

Wednesday, February 6th, 2008

Name
mysqldump - a database backup program
Synopsis

mysqldump [options] [db_name [tbl_name ...]]

Description
The mysqldump client is a backup program originally written by Igor Romanenko. It can be used to dump a database or a collection of databases for backup or for transferring the data to another SQL server (not necessarily a MySQL server). The dump contains SQL statements [...]