1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

Fix orthographic mistake

This commit is contained in:
Chaoyi Zha 2016-08-16 14:44:44 -07:00 committed by GitHub
parent 539d7e419d
commit 75f346df5a

View File

@ -178,7 +178,7 @@ 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 soloely this database, please look into MySQL's [GRANT](https://dev.mysql.com/doc/refman/5.7/en/grant.html) directive.
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.
### SQLite