Brion Vibber wrote:
On Feb 28, 2004, at 12:44, Timwi wrote:
- When I load the downloaded SQL dump into MySQL, does it matter if I
have already created the indices for the table, or is this detrimental?
Loading the dump drops any existing table of the same name and creates a new one. It doesn't matter what you've created, it'll be gone.
Have you read the rest of my posting? It's not gone, even if I delete the entire database and re-create it.
Timwi