mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Use same name for MariaDB database as PostgreSQL
This commit is contained in:
parent
6d0c554406
commit
8286ab3a17
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ format used can be found on `the SQLAlchemy documentation`_.
|
||||||
|
|
||||||
For example, if you're using MariaDB, use a configuration similar to the following::
|
For example, if you're using MariaDB, use a configuration similar to the following::
|
||||||
|
|
||||||
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://user:pass@localhost/dbname'
|
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://user:pass@localhost/mydb'
|
||||||
|
|
||||||
If you're using PostgreSQL, your client must use utf8. Unfortunately,
|
If you're using PostgreSQL, your client must use utf8. Unfortunately,
|
||||||
PostgreSQL default is to use ASCII. Either change your client settings,
|
PostgreSQL default is to use ASCII. Either change your client settings,
|
||||||
|
|
Loading…
Reference in a new issue