Phptheadmin import database table from google spreadsheet

google-spreadsheetsimportMySQLphpmyadmin

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.

Best Answer

Now import the table query again, it will replace the dummy table you created before.

Related Question