mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
filer mysql: adjust scaffolding instructions
This commit is contained in:
parent
0be2d51c96
commit
730a032137
|
@ -73,11 +73,12 @@ dir = "." # directory to store level db files
|
|||
[mysql]
|
||||
# CREATE TABLE IF NOT EXISTS filemeta (
|
||||
# dirhash BIGINT COMMENT 'first 64 bits of MD5 hash value of directory field',
|
||||
# name VARCHAR(65535) COMMENT 'directory or file name',
|
||||
# directory VARCHAR(65535) COMMENT 'full path to parent directory',
|
||||
# name VARCHAR(1000) COMMENT 'directory or file name',
|
||||
# directory TEXT COMMENT 'full path to parent directory',
|
||||
# meta BLOB,
|
||||
# PRIMARY KEY (dirhash, name)
|
||||
# ) DEFAULT CHARSET=utf8;
|
||||
|
||||
enabled = false
|
||||
hostname = "localhost"
|
||||
port = 3306
|
||||
|
|
Loading…
Reference in a new issue