mysql - How does phpmyadmin export data in sections?
大家讲道理
大家讲道理 2017-05-24 11:34:42
0
4
1044

My database has 1.9G, how can I export a file of 100M in batches

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(4)
某草草

Set the number of rows exported each time, such as id1 to id10000

某草草

What, mysql migration. If the version is high enough, just copy and paste the physical files.

PHPzhong

tar czf <Database file directory>|split -b 100m -d -x 1 <Package name>.

某草草

If you just want to back up to other machines, just rsync. My MySQL is now built in a docker container. When working as a master and slave, I can directly rsync to other machines, which is very fast.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template