Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mutalyzer
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
mutalyzer
Commits
36105d90
Commit
36105d90
authored
9 years ago
by
Vermaat
Browse files
Options
Downloads
Patches
Plain Diff
Update docs with charset=utf8 for MySQL
parent
3e6641f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/config.rst
+4
-4
4 additions, 4 deletions
doc/config.rst
doc/install.rst
+1
-1
1 addition, 1 deletion
doc/install.rst
with
5 additions
and
5 deletions
doc/config.rst
+
4
−
4
View file @
36105d90
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
doc/install.rst
+
1
−
1
View file @
36105d90
...
...
@@ -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::
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment