There are many ways.
You can export Microsoft Access tables to a CSV file and import this file into MySQL (a bit complicated, but the fastest way).
You can install MySQL ODBC driver and mount MySQL tables in access
You can save / export the .accdb database to the old access format and find the tutorial for the old version.
Kamil source
share