In mysql we have — , / and /! comments.  This post is mainly about very basic c-style comments. /! : C-Style comments in MySQL We normally see comments in MySQLdump as follows: /!40000 ALTER TABLE a DISABLE KEYS /; Or /!50013 DEFINER=root@localhost SQL SECURITY DEFINER */ These are actually C-Style comments which has embeded […]

The post SQL syntax with /*! c-style comments in MySQLdump first appeared on ..::CHANGE is INEVITABLE::...