- It compresses the MyISAM tables, which reduces their disk or memory usage.
How can we convert between Unix & MySQL timestamps?
- MySQL timestamp can be converted into Unix timestamp using the command UNIX_TIMESTAMP.
- Unix timestamp can be converted into MySQL timestamp using the command FROM_UNIXTIME.