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:
parent
6e73538257
commit
4fb876a8f6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user