| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Thimble Smith | Date: | May 20 1999 4:27am |
| Subject: | Re: best way to wipe info | ||
| View as plain text | |||
On Wed, May 19, 1999 at 09:08:52PM -0700, Xah Lee wrote: > Here's the question again: What is the 'best' (i.e. proper, standard, > scalable, expedient etc.) way to delete all info in a given database but > keeps the schema? (in mysql) I missed out on all of the ignorant answers, so maybe this one's already been sniffed and and pissed on, but it's close enough to what you're doing now that it might be preferable: $ mysqldump --opt --nodata db-name | mysql db-name Tim
| Thread | ||
|---|---|---|
| • best way to wipe info | Xah Lee | 19 May |
| • Re: best way to wipe info | Graeme B. Davis | 19 May |
| • Re: best way to wipe info | Fraser MacKenzie | 19 May |
| • Re: best way to wipe info | glen | 19 May |
| • Re: best way to wipe info | Paul DuBois | 19 May |
| • Re: best way to wipe info | jkraai | 19 May |
| • Re: best way to wipe info | Piet Wesselman | 19 May |
| • Re: best way to wipe info | unknown | 19 May |
| • Re: best way to wipe info | Xah Lee | 20 May |
| • Re: best way to wipe info | Sasha Pachev | 20 May |
| • Re: best way to wipe info | Thimble Smith | 20 May |
| • Re: best way to wipe info | Paul DuBois | 20 May |
| • Re: best way to wipe info | Graeme B. Davis | 20 May |
