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

Can we dump data without structures? #252

Closed sumonst21 closed 1 year ago

sumonst21 commented 2 years ago

Hello, I was wondering but not seeing the possiblity to dump data without the structures. havn't used it just looked into the Wiki & Readme.

Help would be appricated.

Thanks

sumonst21 commented 2 years ago

Well, I've solved my issue with a solution from 2007 just by imporving that peace of code from mysql to mysqli. however it would be nice to have this feature with mysqldump-php. so letting this issue open to have a review by authors.

garas commented 2 years ago

Did you try 'no-create-info' => true?

sumonst21 commented 2 years ago

Did you try 'no-create-info' => true?

havn't @garas will give it a try and let you know. Thanks for the info. :)

ifsnop commented 1 year ago

The option "no-create-info" does exactly that..