I'm trying to create a report using Crystal Reports and that first requires connecting to my local MySQL Database.
I'm using this database connector string:
Driver={MySQL ODBC 5.3.6 Driver};Server=localhost:3306;Database=mcs;User=admin;Password=admin123;Option=3
I get this error:
The connector is installed and the MySQL database is there.