potiuk commented on a change in pull request #20102:
URL: https://github.com/apache/airflow/pull/20102#discussion_r763966509



##########
File path: docs/apache-airflow/howto/set-up-database.rst
##########
@@ -238,7 +238,7 @@ In the example below, a database ``airflow_db`` and user  
with username ``airflo
 
 .. code-block:: sql
 
-   CREATE DATABASE airflow_db CHARACTER SET utf8 COLLATE utf8mb4_unicode_ci;
+   CREATE DATABASE airflow_db CHARACTER SET utf8 COLLATE utf8mb3_unicode_ci;

Review comment:
       ```suggestion
      CREATE DATABASE airflow_db CHARACTER SET utf8mb4 COLLATE 
utf8mb4_unicode_ci;
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to