Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > MySQL
|
MySQL General discussion about the MySQL database.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the MySQL section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 15th, 2005, 09:25 PM
Registered User
 
Join Date: Jul 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Converting Excel to Mysql Tutorial

Hi All,

Wondering on how to convert excel spreadsheet to MYSQL database easily without incurring any cost? Visit this web site

http://excel2mysql.f2g.net

for a tutorial. By following simple and intuitive steps, you will be able to get a mysql database. But, get a free copy of phpMyadmin from the internet first. It's simple to get it, just type phpmyadmin at the any search engine.

Thanks.
 
Old July 21st, 2005, 04:47 AM
Registered User
 
Join Date: Jul 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

New Location due to High Volume Traffic

Hi All,

Thanks for visiting my web site. Due to high traffic volume, my web site has been exceeding its maximum bandwidth. Please visit one of the following similar web pages.

http://excel2mysqlforum.f2g.net
http://excel2mysql.f2g.net

Thanks. And sorry for any inconvenience caused.

 
Old May 11th, 2007, 08:31 AM
Registered User
 
Join Date: May 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi ,
I need t import excel into mysql database.
i havse searched your site .I didn't get any help.Kindly let me know how can i do this. Can i get code form any where.
Kindly help
Thanks and Regards,
Narendra


 
Old May 12th, 2007, 07:56 AM
Registered User
 
Join Date: Sep 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to utcursch Send a message via AIM to utcursch Send a message via Yahoo to utcursch
Default

Simply export data from excel as CSV. Than use MySQL command
Code:
LOAD DATA INFILE 'path/file.txt' INTO TABLE your_table;
Check MySQL documentation for more information on LOAD DATA INFILE:
http://dev.mysql.com/doc/refman/5.0/en/load-data.html

ut





Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP/MySQL "Tutorial" onecurlyfry Beginning PHP 1 August 6th, 2008 09:24 PM
Converting excel data to Access using excel VBA ShaileshShinde VB Databases Basics 1 April 26th, 2006 07:57 AM
Converting to MYSQL from sql server 2000 olambe BOOK: ASP.NET Website Programming Problem-Design-Solution 5 March 22nd, 2005 10:59 AM
Converting mysql arrays to strings robertjshillito Beginning PHP 3 February 25th, 2005 04:11 PM
Tutorial of Vb and Mysql tostau Pro VB 6 1 March 26th, 2004 04:54 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.