lemonldap-ng/doc/sources/admin/mysqlminihowto.rst

27 lines
886 B
ReStructuredText
Raw Normal View History

2020-05-14 23:29:41 +02:00
Configure LemonLDAP::NG to use MySQL as main database
=====================================================
LL::NG use 2 internal databases to store its configuration and sessions.
Use MySQL for Lemonldap::NG configuration
-----------------------------------------
Steps:
- :doc:`Prepare the database and the LL::NG configuration file<sqlconfbackend>`
- :doc:`Convert existing configuration<changeconfbackend>`
- Restart all your Apache servers
Use MySQL for Lemonldap::NG sessions
------------------------------------
Steps:
- Choose one of the following:
- :doc:`Using Apache::Session::Browseable::MySQL<browseablesessionbackend>`
(recommended for best performances)
2020-05-18 09:56:39 +02:00
- :doc:`Using Apache::Session::MySQL<sqlsessionbackend>` (if you
2020-05-14 23:29:41 +02:00
choose this option, then read
2020-05-18 09:56:39 +02:00
:ref:`how to increase MySQL performances<performances-apachesession-performances>`)