소스 검색

[desktop] Note that MariaDB should use the 'mysql' database engine

Erick Tryzelaar 10 년 전
부모
커밋
a609654627
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      desktop/conf.dist/hue.ini
  2. 1 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 1 - 0
desktop/conf.dist/hue.ini

@@ -398,6 +398,7 @@
     # Note that for sqlite3, 'name', below is a path to the filename. For other backends, it is the database name.
     # Note for Oracle, options={"threaded":true} must be set in order to avoid crashes.
     # Note for Oracle, you can use the Oracle Service Name by setting "port=0" and then "name=<host>:<port>/<service_name>".
+    # Note for MariaDB use the 'mysql' engine.
     ## engine=sqlite3
     ## host=
     ## port=

+ 1 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -405,6 +405,7 @@
     # Note that for sqlite3, 'name', below is a path to the filename. For other backends, it is the database name.
     # Note for Oracle, options={"threaded":true} must be set in order to avoid crashes.
     # Note for Oracle, you can use the Oracle Service Name by setting "port=0" and then "name=<host>:<port>/<service_name>".
+    # Note for MariaDB use the 'mysql' engine.
     ## engine=sqlite3
     ## host=
     ## port=