When exporting DB/table from one server to another timezone offset in TIMESTAMP values is lost. For example, if source server is in UTC+11 and TIMESTAMP value is '2021-10-07 09:00:00', when the record ...
When exporting databases as SQL files, HeidiSQL inserts the following line at the beginning of the SQL file which causes MySQL to issue warnings. /*!40101 SET NAMES utf8 */; The warning that is issued ...