|
Re: Bloody MYSQL bollocks! :(
| quote: | Originally posted by Simcut
god I hate bloody mysql, phpmyadmin - its driving me crazy, having a nightmare with it
im trying to import data from a .csv file into a table I have set up but phpmyadmin is bloody having none of it.
Please help moi! AAAAARGH! |
do you know if mysql has a file parser to go through the file to fetch the data ??
if i was confused like that, i would just create a small application to parse through the file (preferably Java with mysql), and then use the database drivers to store the data into the specified tables..
just my 2 cents ..
|