get the difference between two timestamps in seconds

get the difference between two timestamps in seconds   You could use the TIMEDIFF() and the TIME_TO_SEC() functions as follows: SELECT TIME_TO_SEC(TIMEDIFF(‘2010-08-20 12:01:00’, ‘2010-08-20

Read more

MySQL 5.7 features

MySQL 5.7 features MySQL 5.7 is the best release ever of the world’s most popular open source database and provides

Read more

Replication with Different Master and Slave Storage Engines

Replication with Different Master and Slave Storage Engines It does not matter for the replication process whether the source table

Read more