Feed Rss



Archive for September, 2008

Sep 25 2008

Backing up a mysql table, using SQL.

category: SQL author:

Today i found a nice and simple way of backing up a mysql table without renaming / exporting. The technique i found creates a new table with the same structure and copy across the data for the current table, sounds simple and it is, take a look at the following. Simply replace the [NEW_TABLE] and [...]