mysqldump: Got error: 1449: The user specified as a definer ('sa'@'%') does not exist when using LOCK TABLES
解决方法:grant all privileges on *.* to sa@"%" identified by ".";
flush privileges
mysqldump: Got error: 1449: The user specified as a definer ('sa'@'%') does not exist when using LOCK TABLES
解决方法:grant all privileges on *.* to sa@"%" identified by ".";
flush privileges