mySQLdump Complete Insert
mySQL Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Mar 28, 2007 |
| Last Updated | Mar 28, 2007 |
| Tags | complete insert |
Introduction
I usually like to add the new fields, but when it's a major upgrade I just start with a fresh, current table. That's where this code comes in handy. You use this to dump the data from the older table. That way it can be inserted into the newer table without any hassles over an incompatible number of fields.
mySQL Snippet:
mySQLdump Complete Insert
Posted on Aug 24, 2008 10:07 pm
Posted on Aug 24, 2008 10:07 pm
huh?
mySQL Snippet:
mySQLdump Complete Insert
Posted on Aug 24, 2008 10:53 pm
Posted on Aug 24, 2008 10:53 pm
Edit: Didn't mean to comment. -.-
mySQL Snippet:
mySQLdump Complete Insert
Posted on Aug 24, 2008 11:00 pm
Posted on Aug 24, 2008 11:00 pm
rofl
mySQL Snippet:
mySQLdump Complete Insert
Posted on Aug 24, 2008 11:08 pm
Posted on Aug 24, 2008 11:08 pm
This is really just a command line call that will give you a dump of your mySQL database. It's helpful for importing older data into a newer structure.









