1. Open "Terminal"
2. Enter "drutil eject"
2010年6月26日 星期六
2010年3月22日 星期一
2010年2月1日 星期一
Reset/Change the auto_increment
To reset/change the auto_increment in Mysql,
> ALTER TABLE name_of _table AUTO_INCREMENT=123
> 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';
>PURGE BINARY LOGS BEFORE '2010-10-01 00:00:00';
訂閱:
文章 (Atom)