MySQL import question
November 2, 2006 3:15 PM
Subscribe
What is the easiest way to get this data into a MySQL database?
I've got dated formatted in a text document as such follows...
Name: Joe Smith
Email: joe@smith.com
Address: 1000 Smith Drive
Completed_the_Test: Yes
Name: Jane Jones
Email: jane@jones.com
Address: 1000 Jones Drive
Completed_the_Test: No
etc, etc for about 60 items.
What is the easiest way to get this into a MySQL database without the use of PHPMyAdmin and without typing it in manually? I'm looking to avoid a crazy parsing script but I can write one if need be.
Is there a way to get it into MS Access and then exported as a .csv and then imported over in MySQL?
I've got shell access to the MySQL db.
Thanks!
posted by rlef98 to technology (19 comments total)
1 user marked this as a favorite
posted by chef_boyardee at 3:36 PM on November 2, 2006