diff --git a/sandbox/servers/5.7/data.tar.gz b/sandbox/servers/5.7/data.tar.gz old mode 100755 new mode 100644 index fdc0cca0..8402262e Binary files a/sandbox/servers/5.7/data.tar.gz and b/sandbox/servers/5.7/data.tar.gz differ diff --git a/sandbox/servers/5.7/system_idb_tables.sql b/sandbox/servers/5.7/system_idb_tables.sql index cbc80631..a2c7eed8 100644 --- a/sandbox/servers/5.7/system_idb_tables.sql +++ b/sandbox/servers/5.7/system_idb_tables.sql @@ -586,10 +586,9 @@ CREATE TABLE `time_zone_transition_type` ( -- Table structure for table `user` -- -DROP TABLE IF EXISTS `user`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; -CREATE TABLE `user` ( +CREATE TABLE IF NOT EXISTS `user` ( `Host` char(60) COLLATE utf8_bin NOT NULL DEFAULT '', `User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '', `Select_priv` enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N',