Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 255 Bytes

File metadata and controls

9 lines (9 loc) · 255 Bytes

Linux Compile MySQL C Api Source Codes

>> gcc mysql_me.c  `mysql_config --cflags --libs`

C (time_t) vs MySQL Date Format Interchange

$$ SELECT FROM_UNIXTIME(UNIX_TIMESTAMP(), '%a %b %d %H:%i:%s %x');
$$ Mon Feb 08 19:01:08 2016