go-mydumper icon indicating copy to clipboard operation
go-mydumper copied to clipboard

A multi-threaded MySQL backup and restore tool, faster than mysqldump

Results 14 go-mydumper issues
Sort by recently updated
recently updated
newest added

MySQL Version: 5.7.26 OS: macOS Chip: Apple M1 Go Version: 1.16 panic: pkt.read.seq[79]!=pkt.actual.seq[78] (errno 1835) (sqlstate HY000)

Hi , As describle in https://jira.mariadb.org/browse/MDEV-25571 Thanks

hello, I was testing this program with by running MySQL on a docker, tried version 8.0 and above and got the following the error. ``` sec=where keys=[] panic: pkt.read.seq[3]!=pkt.actual.seq[1] (errno...

Hi Guys, I have installed the go-mydumper this tool was really awesome. I have downloaded this tool from git. After installation I am not seeing the mystreamer script in bin...

I first use Dumper to download the scripts and next use Loader, but it seems that it load the view before the table,that throws an error "Table 'xxx' doesn't exist.

when mysql lower_case_table_names = 0,Uppercase table dump all,even if where module Configuration effectiveness eg: # Use this to restrict exported data. These are optional [where] MY_BASE = id >= 3...

myloader ,Doesn't support transaction?

I have the following questions? 1. Can it support only dump some specific tables? 2. Can it only dump the data without the schema sql, and then load the data...

type: feature
type: question

Hi, i am using go-mydumper in mysql 8.0.19 group replication, it failed to restore a table with 70M, i check the mysql error log, it seems too much memory when...