I have a exel file that i have to import to a Database
I was wandering what is the best way to import the file
There are 8414 records
Import Exel
Moderator: General Moderators
- moiseszaragoza
- Forum Commoner
- Posts: 87
- Joined: Sun Oct 03, 2004 4:04 pm
- Location: Ft lauderdale
- Contact:
Re: Import Exel
Dump it as a CSV file, the use LOAD DATA INFILE in mysql's CLI client.moiseszaragoza wrote:I have a exel file that i have to import to a Database
I was wandering what is the best way to import the file
There are 8414 records
- moiseszaragoza
- Forum Commoner
- Posts: 87
- Joined: Sun Oct 03, 2004 4:04 pm
- Location: Ft lauderdale
- Contact: