|
Re: csv to sql
I believe you can use phpmyadmin to import from csv files to mysql database. Although when you've got lots of csv files this approach can be a bit tedious - I ended up creating a python script for importing data to mysql. After that you could export your data to a .sql file (either using phpmyadmin or sqldump for example) if tha'ts what you want.
__________________
these command lines are like casino slot machines, every time I input commands NOTHING HAPPENS
Last edited by errorxp; 27th May 2012 at 04:01 PM.
|