Commit 35468667 authored by Julien Muchembled's avatar Julien Muchembled

Mention RocksDB as a possible MySQL engine in neo.conf

parent ca980d33
...@@ -58,7 +58,8 @@ partitions: 12 ...@@ -58,7 +58,8 @@ partitions: 12
# - MySQL: [user[:password]@]database[unix_socket] # - MySQL: [user[:password]@]database[unix_socket]
# Database must be created manually. # Database must be created manually.
# - SQLite: path # - SQLite: path
# engine: Optionnal parameter for MySQL. Can be InnoDB (default) or TokuDB. # engine: Optionnal parameter for MySQL.
# Can be InnoDB (default), RocksDB or TokuDB.
# Admin node # Admin node
[admin] [admin]
...@@ -67,7 +68,7 @@ bind: 127.0.0.1:9999 ...@@ -67,7 +68,7 @@ bind: 127.0.0.1:9999
# common section. # common section.
;logfile: ~/log/admin.log ;logfile: ~/log/admin.log
# Nodes can have their own certicates. # Nodes can have their own certificates.
;cert = admin.crt ;cert = admin.crt
;key = admin.key ;key = admin.key
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment