Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct MySQL backend version in Breeze docs #35161

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions BREEZE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ as follows:

.. code-block:: bash
breeze --python 3.8 --backend mysql --mysql-version 8
breeze --python 3.8 --backend mysql --mysql-version 8.0
.. note:: Note for Windows WSL2 users

Expand All @@ -439,7 +439,7 @@ Try adding ``--builder=default`` to your command. For example:

.. code-block:: bash
breeze --builder=default --python 3.8 --backend mysql --mysql-version 8
breeze --builder=default --python 3.8 --backend mysql --mysql-version 8.0
The choices you make are persisted in the ``./.build/`` cache directory so that next time when you use the
``breeze`` script, it could use the values that were used previously. This way you do not have to specify
Expand Down