config file conf/tidb.toml contained invalid configuration options: enable-streaming, lower-case-table-names, log.file.log-rotate, performance.feedback-probability, performance.query-feedback-limit, pessimistic-txn.enable, pessimistic-txn.ttl, txn-local-latches, txn-local-latches.capacity, txn-local-latches.enabled; check TiDB manual to make sure this option has not been deprecated and removed from your TiDB version if the option does not appear to be a typo
env: bin/tidb-server: No such file or directory
flag provided but not defined: -initialize-insecure
看了log,应该是这个原因,你用了一些已经过期的参数。你先修改下,把不支持的参数去掉。