We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ea249 commit 5b0ce40Copy full SHA for 5b0ce40
source/connection-troubleshooting.txt
@@ -105,12 +105,12 @@ issues when attempting to connect to MongoDB.
105
For more information about connection strings,
106
see :ref:`Connection URI <golang-connection-uri>` in the Connection Guide.
107
108
-If your connection string contains a database username and database password, ensure that they
+If your connection string contains a username and password, ensure that they
109
are in the correct format.
110
111
.. note::
112
113
- If the database username or database password includes any of the following characters, they
+ If the username or password includes any of the following characters, they
114
must be `percent encoded <https://tools.ietf.org/html/rfc3986#section-2.1>`__:
115
116
.. code-block:: none
0 commit comments