Hi... I'm zero in mysql, all i know is import and export and basic stuff like that. I need help to create a database with one table, importing from a .CSV file. My CSV file is like: UIDs,Names 9188406062983693174,name one 1886573034124785781,name two 15056915182967976420,other name And i want the mysql db with these two columns UIDs and Names. How can i do this? In "normal" way i could use this: Thank you!
I somehow managed to do this, but i cant remember. What i can remember is that i used Excel and phpMyAdmin in cPanel. It isn't a easy task, i found it very hard. ROb