The easiest way would be to export the data from your mysql into a
comma-delimited file and then let Word import that.
Doing a Google for "mysql export" raised quite a few results, so there
should be something in there to help you out. Although, realisically
speaking, you might actually want to use mysql to produce a report for you
containing the data you need.