Import data into MySQL on my Mac.
I have a list of books in an Excel spreadsheet (so I can export it as CSV etc.) and I would like to import them into a MySQL database, on my Mac (running Snow leopard 10.6.6).
In case it is important, the fields are:
Author, Title, Weight, Signed, Hardback, Condition, Genre
I am assuming that I will use terminal, type "mysql" and the go from there.
Can anyone help me? Do I have to create the table first and then load it in?
On my Windows machine I had a tool SQLite3.exe which was front end to MySQL. Is there anything like this for the Mac?
