I have several databases that need to be uploaded to mysql. The data is currently in .csv format. I need a tool convert this csv file into a mysql dump .sql file. (I will then upload it from MySQLAdmin)
Does anyone know of an easy way of doing this?
Thanks!