xuty

Results 3 comments of xuty

can not flash original table

Server version: 5.7.27-log MySQL Community Server (GPL) create database flash;use flash; CREATE TABLE `a` (   `id` int(11) DEFAULT NULL ) ENGINE=InnoDB; CREATE TABLE `b` (   `id` int(11) DEFAULT...

I also saw this problem for the first time,This is very difficult to reproduce。 I view the mysqladmin shutdown source code , found that returns when pidfile is disapper. and...