2010年6月26日 星期六

Stuck CD in Mac book Pro

1. Open "Terminal"
2. Enter "drutil eject"

2010年3月22日 星期一

Linux Set Date

Set Date on Linux

Command: date "string" e.g.
# date -s "22 Mar 2009 12:00:00"

2010年2月1日 星期一

Reset/Change the auto_increment

To reset/change the auto_increment in Mysql,

> ALTER TABLE name_of _table AUTO_INCREMENT=123

2010年1月27日 星期三

Remove binary log from Mysql

Save Space - Remove binary log from Mysql

>PURGE BINARY LOGS BEFORE '2010-10-01 00:00:00';