ifsnop / mysqldump-php

PHP version of mysqldump cli that comes with MySQL
https://github.com/ifsnop/mysqldump-php
GNU General Public License v3.0
1.25k stars 300 forks source link

Add truncate option #262

Open KevsRepos opened 1 year ago

KevsRepos commented 1 year ago

Just like the add-drop-table but add-truncate-table. Would make sense together with the if-not-exists option.

Though you can workaround with add-drop-table and then simply let the dump completely re-create the tables.

But wouldnt a truncate perform better?