phpmyadmin import database table from google spreadsheet

Posted by phunehehe on Super User See other posts from Super User or by phunehehe
Published on 2009-11-08T18:10:21Z Indexed on 2012/06/30 15:19 UTC
Read the original article Hit count: 202


I'm managing a small website, which allows people to register as members. Previously I used a google form to manage member registration, but now as the number of users becomes quite big I am switching to mysql. Currently I have around 500 members in the database, saved in a google spreadsheet. How can I do a bulk import from a google spreadsheet to a table in mysql? BTW I'm using phpmyadmin, so a solution for phpmyadmin is preferable :)
Thanks.

© Super User or respective owner

Related posts about mysql

Related posts about import