how to upload bulk data on My SQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

how to upload bulk data on My SQL

Post by manojsemwal1 »

hai....

i want to upload bulk data in MySql Table the data would be in MSAcess or May be Excel...

how can i do it in php
litarena
Forum Newbie
Posts: 14
Joined: Tue Sep 01, 2009 3:39 am

Re: how to upload bulk data on My SQL

Post by litarena »

You could try searching for tools that convert Access to mysql. There are tools freely available. Or you could extract the data into a comma separated list and iterate through it uploading the queries.
manojsemwal1
Forum Contributor
Posts: 217
Joined: Mon Jun 29, 2009 4:13 am
Location: India

Re: how to upload bulk data on My SQL

Post by manojsemwal1 »

Thanks for your reply
ok fine that but i want to know that how can upload the data in php.
do u have any script or any reference........
Post Reply