Convert csv to mysql
Moderator: General Moderators
Convert csv to mysql
What do y'all use to convert csv (comma delimited) files to mysql tables? Isn't phpmyadmin supposed to be able to do this? Mine doesn't give me that option...
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
There's fgetcsv(), there's mysqlimport, LOAD DATA INFILE.. a few other options around here and there...
viewtopic.php?t=22168 for a previous thread...
viewtopic.php?t=22168 for a previous thread...