For AutoCAD Map 3D 2015, the recommended version of MySQL is 5.5.
To bring in features from MySQL
You can give the connection any name you like. This name appears in Map Explorer as the name of the feature source.
Optionally, select Remember Password if you want AutoCAD Map 3D to log you in whenever you open this drawing.
To select from a list of data stores, click the down arrow. AutoCAD Map 3D connects to the specified server and instance and lists the available data stores.
If this feature source contains only a single feature class, that feature class is selected automatically. If it contains multiple feature classes, you can do either of the following:
If a feature class contains multiple geometry types,and you select the feature class itself, all geometries are added. To add a subset of geometries, hold your cursor over the feature class name to see the Show Geometry button. Click Show Geometry to see each geometry as a separate choice. Select the ones you want. Each selected geometry is added to map as a separate Display Manager layer.
To bring in a subset of the data, click the down arrow and select Add To Map With Query. To filter data after you’ve added the data to your map, see To Filter Feature Layers.
To use AutoCAD Map 3D 2015 to access FDO data stores that were created in AutoCAD Map 3D 2007 and earlier
cd <MapInstallDir>/Fdo/bin/com
mysql --user=MyUserName --password=MyPasswordMyDatabase <AlterSchemaMySQL.sql> MyLogFile
quit