1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-09 11:42:28 +01:00

Update installation.md

Added MariaDB installation and management guide link
This commit is contained in:
Hitesh Jethva 2021-06-10 15:00:40 +05:30 committed by GitHub
parent 6e73538257
commit 4fb876a8f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,6 +191,8 @@ CREATE DATABASE polrdatabasename;
Remember this database name, as you will need to provide it to Polr during setup.
Additionally, if you wish to create a new user with access to solely this database, please look into MySQL's [GRANT](https://dev.mysql.com/doc/refman/5.7/en/grant.html) directive.
Useful MariaDB installation and management guide by [Atlantic.Net](https://www.atlantic.net/vps-hosting/how-to-manage-databases-in-mariadb-on-ubuntu-18-04/)
### SQLite
You may also use SQLite in place of MySQL for Polr. However, SQLite is not recommended for use with Polr.