Open Source Tutorials - Open Source Training
Open source training & tutorials from experienced, passionate people
chrome icon firefox icon ie icon opera icon safari icon Sings in these Browsers
A- A A+

By A Web Design

Welcome, Guest
Username Password: Remember me

Importing mysql data into Excel file
(1 viewing) (1) Guest
All your queries regarding
MySQL Installation,
Learning MySQL DBA,
and tonnes more... will be solved in this forum
  • Page:
  • 1
TOPIC:

Importing mysql data into Excel file

Importing mysql data into Excel file 1 year, 10 months ago #64

  • jeanne
hi..I wanted to import data from mysql to excel. How can I do that?

Re:Importing mysql data into Excel file 1 year, 9 months ago #70

  • abott
  • OFFLINE
  • Junior Boarder
  • Posts: 25
  • Karma: 0
Hi.

Exporting data from MySQL into Excel is no problem. There are several ways to do that infact.

Excel is able to read the files created by MySQL's SELECT INTO OUTFILE statmement, so you should be able to do something like:

SELECT * FROM myTable
INTO OUTFILE '/path/to/file.ext'
  • Page:
  • 1
Time to create page: 1.05 seconds
OSV Newsletter


Receive HTML?

NOTE: To prevent subscription to the OSV newsletter, uncheck the checkbox above.
Guest Blog for OSV
Free Ebook Download