diff options
| author | François Freitag <mail@franek.fr> | 2018-11-15 19:54:28 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-11-15 13:54:28 -0500 |
| commit | 9b15ff08ba638a7070fb51c1ab4c01e245556ae8 (patch) | |
| tree | cdeb57ad0b7d68de050dcd3d4eed1c755513f432 /docs/ref/databases.txt | |
| parent | cf915cb5138e0b245393429e141cb741a390a095 (diff) | |
Used auto-numbered lists in documentation.
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 16dd625267..39b3fb9898 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -415,10 +415,10 @@ Refer to the :doc:`settings documentation </ref/settings>`. Connection settings are used in this order: -1. :setting:`OPTIONS`. -2. :setting:`NAME`, :setting:`USER`, :setting:`PASSWORD`, - :setting:`HOST`, :setting:`PORT` -3. MySQL option files. +#. :setting:`OPTIONS`. +#. :setting:`NAME`, :setting:`USER`, :setting:`PASSWORD`, :setting:`HOST`, + :setting:`PORT` +#. MySQL option files. In other words, if you set the name of the database in :setting:`OPTIONS`, this will take precedence over :setting:`NAME`, which would override |
