This document discusses using R and MySQL together. It introduces RMySQL, a package that allows R to connect to and query MySQL databases using ODBC. It also mentions DBI, another package that provides a common interface for accessing databases from R. The document provides tips on configuring MySQL and lists functions in the RMySQL and DBI packages for working with MySQL from R.Read less