If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Load data

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-04, 11:32
jortiz jortiz is offline
Registered User
 
Join Date: Jun 2003
Posts: 294
Load data

Hello !


Is there a way to load data from a flat file using a kind of free utility, I tried with the sql admin, but I dont know how and i don't know the format of the flat file.


Thanks !
Reply With Quote
  #2 (permalink)  
Old 05-21-04, 12:30
guizai guizai is offline
Registered User
 
Join Date: May 2004
Posts: 6
Have you ever tried Mysqlfont?

This is a GUI software that allows you to access your mysql tables and what not. It also has import/export capabilities.

http://www.mysqlfront.de

I hope this helps and was what you are looking for.
Reply With Quote
  #3 (permalink)  
Old 05-21-04, 12:30
guelphdad guelphdad is offline
Registered User
 
Join Date: Mar 2004
Posts: 440
you can use LOAD DATA INFILE see the manual for details.
you of course will have to figure out the columns before loading any flat file into a database.
Reply With Quote
  #4 (permalink)  
Old 05-21-04, 16:03
jortiz jortiz is offline
Registered User
 
Join Date: Jun 2003
Posts: 294
Is it possible to use LOAD DATA INFILE using sql admin ????
Reply With Quote
  #5 (permalink)  
Old 05-25-04, 07:32
omiossec omiossec is offline
Registered User
 
Join Date: Jan 2003
Location: Paris, France
Posts: 320
__________________
Olivier Miossec
--
http://www.lasso-developpeur.net/
--
Reply With Quote
  #6 (permalink)  
Old 05-25-04, 08:31
jortiz jortiz is offline
Registered User
 
Join Date: Jun 2003
Posts: 294
Thanks man !
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On