it
/*!40014
just ensures that the following command is only executed if the version of MySQL is at least 4.00.14 .
it
SET @ OLD_CHARACTER_SET_CLIENT=@ @CHARACTER_SET_CLIENT
stores current MySQL settings. Variables starting with @@ are system variables; variables starting with @ are user-defined variables.
After data import is complete, MySQL will restore to its original state using the operators in the reverse order, for example
;
source share