mysqldump - Export structure only without autoincrement

    xiaoxiao2021-03-26  21

    stackoverflow

    mysqldump -u root -p -h –opt -d –single-transaction | sed ‘s/ AUTO_INCREMENT=[0-9]*\b//g’ > .sql

    转载请注明原文地址: https://ju.6miu.com/read-660330.html

    最新回复(0)