mysqldump -h… -u… -p… <DatabaseName> –no-data –triggers
This command will dump all table schemes in your database. Very useful!
Posted by hide1713 on February 15, 2009
mysqldump -h… -u… -p… <DatabaseName> –no-data –triggers
This command will dump all table schemes in your database. Very useful!
Posted in SQL | Leave a Comment »
Posted by hide1713 on February 15, 2009

Posted in Uncategorized | Leave a Comment »
Posted by hide1713 on February 12, 2009
The Unix epoch is 1970-01-01T00:00:00Z. and that time plus 1234567890 seconds is
Fri Feb 13 18:31:30 EST 2009
That’s a really really special time.
Posted in Uncategorized | Leave a Comment »