This document describes how to access a MySQL database from Ruby by using a SOA gateway to create web services from the MySQL tables. It involves installing Ruby and MySQL, populating the MySQL database with sample data, creating a ODBC connection, using the SOA gateway to generate WSDLs and web services from the MySQL tables, and writing a Ruby script to call the web services and retrieve data from the MySQL database via SOAP.