PHP Mysql Upload?

Soldato
Joined
24 Nov 2002
Posts
16,378
Location
38.744281°N 104.846806°W
In phpmyadmin you can upload a full sql dump of the database/tables and add it/replace the tables with this info.

How could one achieve this independantly?

CHeers
 
Hmmm... I could always upload the file (or if textarea, write the file) then import it into mysql then delete it :)

EDIT - that sorts out csv/tab deliminated (with slight modification) what about importing an sql dump? i.e. to write the tables as well as importing data...
 
Last edited:
Back
Top Bottom