##// END OF EJS Templates
pull-requests: add merge check that detects WIP marker in title. This will prevent merges in such case....
pull-requests: add merge check that detects WIP marker in title. This will prevent merges in such case. Usually WIP in title means unfinished task that needs still some work. This pattern is present in Gitlab/Github and is already quite common.

File last commit:

r3290:ac4e4e5a default
r4099:c12e69d0 default
Show More
using-mysql.rst
26 lines | 988 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _install-mysql-database:
MySQL or MariaDB
----------------
To use a MySQL or MariaDB database you should install and configure the
docs: added SAML documentation....
r3290 database before installing |RCE|. This is because during |RCE| installation
project: added all source files and assets
r1 you will setup a connection to your MySQL or MariaDB database. To work with
either, use the following steps:
1. Depending on your |os|, install a MySQL or MariaDB database following the
appropriate instructions from the `MySQL website`_ or `MariaDB website`_.
2. Configure the database with a username and password which you will use
docs: added SAML documentation....
r3290 with |RCE|.
3. Install |RCE|, and during installation select MySQL as your database.
project: added all source files and assets
r1 4. Enter the following information during the database setup:
* Your network IP Address
* The port number for MySQL or MariaDB access.
The default port for both is ``3306``
* Your database username
* Your database password
* A new database name
.. _MySQL website: http://www.mysql.com/
.. _MariaDB website: https://mariadb.com/