1
2
3
|
mysqldump: Couldn 't execute ' SAVEPOINT sp': The MySQL server is running with the --transaction-write- set -extraction!=OFF option so it cannot execute this statement (1290) |
set global transaction_write_set_extraction = 'OFF';
未经允许不得转载:同乐学堂 » MySQL5.7 切不要"乱设" --transaction-write-set-extraction