# connect timeout in seconds# default value is 30sconnect_timeout=30 连接超时 # network timeout in seconds# default value is 30snetwork_timeout=60 网络超时 # the base path to store log filesbase_path=/home/yuqing/fastdfs …
client.conf : # connect timeout in seconds # default value is 30s connect_timeout=30 连接超时 # network timeout in seconds # default value is 30s network_timeout=60 网络超时 # the base path to store log files base_path=/home/yuq…
请看sql_field_string的文档说明: # combined field plus attribute declaration (from a single column) # stores column as an attribute, but also indexes it as a full-text field # # sql_field_string = author 我们不需要attribute属性,不用管.只要在sql_query中选出相应的column就行了,就可以在p…