Currently, I've got mySQL on my laptop, and I have one particular table in which I have pre-determined values.

Now, I want to be able to enter these values onto the mySQL database on my web server.

I don't want to have to manually enter the values, as that would take forever, since there are about 110 fields I want to enter.

Can mySQL generate a SQL script for me to do this? Or is there some other method for accomplishing this?

TIA