![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hey there, I've just found a tip for omiting auto-increment column values using mysqldump: mysqldump -u root -pYourPasword database table_name --compact --no- create-info | sed -r "s/\([0-9]*/\(NULL/g" More details on my blog: http://bugfixer.endel.me/2011/06/25/...ing-mysqldump/ Hope it be useful for someone else. |
#3
| |||
| |||
|
|
Hey there, I've just found a tip for omiting auto-increment column values using mysqldump: mysqldump -u root -pYourPasword database table_name --compact --no- create-info | sed -r "s/\([0-9]*/\(NULL/g" More details on my blog: http://iamaspammer.com Hope it be useful for someone else. |
#4
| |||
| |||
|
|
Hey there, I've just found a tip for omiting auto-increment column values using mysqldump: mysqldump -u root -pYourPasword database table_name --compact --no- create-info | sed -r "s/\([0-9]*/\(NULL/g" More details on my blog <REDACTED to prevent propagating crap like this Hope it be useful for someone else. |
#5
| |||
| |||
|
|
Hey there, I've just found a tip for omiting auto-increment column values using mysqldump: mysqldump -u root -pYourPasword database table_name --compact --no- create-info | sed -r "s/\([0-9]*/\(NULL/g" Hope it be useful for someone else. |
![]() |
| Thread Tools | |
| Display Modes | |
| |