How can we convert between Unix & MySQL time stamps?

UNIX_TIMESTAMP is the command which converts from MySQL time stamp to Unix time stamp

FROM_UNIXTIME is the command which converts from Unix time stamp to MySQL time stamp.