Skip to content
Snippets Groups Projects
Commit 36105d90 authored by Vermaat's avatar Vermaat
Browse files

Update docs with charset=utf8 for MySQL

parent 3e6641f6
No related branches found
No related tags found
No related merge requests found
......@@ -65,13 +65,13 @@ DATABASE_URI
SQLAlchemy database connection URI specifying the database used to store
users, samples, variants, etcetera.
================ =====================================================
================ =============================================================
Database system Example URI
================ =====================================================
================ =============================================================
PostgreSQL ``postgresql://mutalyzer:*****@localhost/mutalyzer``
MySQL ``mysql://mutalyzer:*****@localhost/mutalyzer``
MySQL ``mysql://mutalyzer:*****@localhost/mutalyzer?charset=utf8``
SQLite ``sqlite:////tmp/mutalyzer.db``
================ =====================================================
================ =============================================================
See the SQLAlchemy documentation on
`Engine Configuration
......
......@@ -188,7 +188,7 @@ the Mutalyzer settings file, e.g.:
.. code-block:: python
DATABASE_URI = 'mysql://mutalyzer:*****@localhost/mutalyzer'
DATABASE_URI = 'mysql://mutalyzer:*****@localhost/mutalyzer?charset=utf8'
.. seealso::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment