Skip to content

Commit

Permalink
Fix database name
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPetrov committed Mar 30, 2017
1 parent 67ad4c3 commit bb79376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/database.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Connection details
+--------------+------------------------------+
| port | 4497 |
+--------------+------------------------------+
| database | rfam |
| database | Rfam |
+--------------+------------------------------+

You can connect to the database on command line:

.. code-block:: bash
mysql --user rfamro --host mysql-rfam-public.ebi.ac.uk --port 4497 --database rfam
mysql --user rfamro --host mysql-rfam-public.ebi.ac.uk --port 4497 --database Rfam
or use MySQL clients such as `MySQL Workbench <http://dev.mysql.com/downloads/workbench/>`_ or `Sequel Pro <http://www.sequelpro.com/>`_.

Expand Down

0 comments on commit bb79376

Please sign in to comment.