|
creating tables only once
so i was just experimenting with a free web account with mysql databases, and i noticed that the "CREATE TABLE ... " thing only has to be done once, which makes sense, but if I want to do it only once, should i just load a file that does it, then take down that file? thanks guys.
|