uranusjr commented on code in PR #30549:
URL: https://github.com/apache/airflow/pull/30549#discussion_r1161524412
##########
CONTRIBUTORS_QUICK_START.rst:
##########
@@ -392,15 +392,15 @@ Using Breeze
alt="Accessing local airflow">
</div>
-3. Setup mysql database in
- MySQL Workbench with Host ``127.0.0.1``, port ``23306``, user ``root`` and
password
- blank(leave empty), default schema ``airflow``.
+3. Setup postgresql database in
+ Database Management tool(e.g. DBeaver, DataGrip, etc.) with Host
``127.0.0.1``, port ``25433``, user ``postgres`` and password
+ ``airflow``, default schema ``airflow``.
Review Comment:
```suggestion
3. Setup a PostgreSQL database in your database management tool of choice
(e.g. DBeaver, DataGrip) with host ``127.0.0.1``, port ``25433``,
user ``postgres``, password ``airflow``, and default schema ``airflow``.
```
--
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]