Merge "Fix incorrect example of mysql connection"
This commit is contained in:
commit
9362f2dbe0
@ -12,7 +12,8 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<dd>{{ ip }}</dd>
|
<dd>{{ ip }}</dd>
|
||||||
<dt>{% trans "Connection Examples" %}</dt>
|
<dt>{% trans "Connection Examples" %}</dt>
|
||||||
<dd>mysql {{ ip }} 3306</dd>
|
<dd>mysql -h {{ ip }} -u {% trans "USERNAME" %} -p</dd>
|
||||||
|
<dd>mysql://{% trans "USERNAME" %}:{% trans "PASSWORD" %}@{{ ip }}:3306/{% trans "DATABASE"%}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</dl>
|
</dl>
|
||||||
|
Loading…
Reference in New Issue
Block a user