How to Set Up and Test Using Aurora
Environment
Amazon Aurora is a MySQL and PostgreSQL-compatible relational database built for the cloud, combining the performance and availability of traditional enterprise databases with the simplicity and cost-effectiveness of open source databases. Learn more about Amazon Aurora.
Aurora can be accessed via ODBC as any ODBC-compliant RDBMS.
Once you have the Amazon Aurora RDS database set up, download and install Workbench Management Studio 8.0.x and MySQL Connector ODBC 8.0.19 (or later) from MySQL’s website: MySQL Downloads.
Even if you are going to focus on 32-bit for your application, you must also install the 64-bit MySQL Connector ODBC driver because DataFlex Studio and other DataFlex tools are 64-bit.
Connect to Aurora Through Workbench
- Open Workbench.

- Click on the plus sign (+) to add a connection.

- Add connection information:
- Make sure to use the writer address (Amazon RDS information from the AWS site) in the Hostname for the connection.


- Test the connection.
- Click OK to save the connection information.
Creating a Unicode Database
- From the Workbench, select the connection to open (e.g., Aurora RDS).
- Click on "Create a new schema."
- Enter the database details, selecting:
- Charset:
utf8mb4 - Collation:
utf8mb4_general_ci

- Click on "Apply."
- Review the SQL generated.
- Click on "Apply" to proceed with the schema (i.e., database) creation.
Setting Up DSNs in ODBC Administrator
- In the ODBC Administrator, select the MySQL ODBC Unicode driver to create a new data source.

- Enter your server connection information:
- Make sure to set the Character Set setting in the DSN to
utf8mb4.

- Click OK to save the DSN and close the dialog.