You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# *If you want to start a TiDB service, NEVER enable this.*
95
95
skip-register-to-dashboard = false
96
96
97
-
# When enabled, usage data (for example, instance versions) will be reported to PingCAP periodically for user experience analytics.
98
-
# If this config is set to `false` on all TiDB servers, telemetry will be always disabled regardless of the value of the global variable `tidb_enable_telemetry`.
99
-
# See PingCAP privacy policy for details: https://pingcap.com/en/privacy-policy/
97
+
# When enabled, usage data (for example, instance versions) will be reported to log periodically for user experience analytics.
98
+
# If this config is set to `false`, telemetry will be always disabled regardless of the value of the global variable `tidb_enable_telemetry`.
100
99
enable-telemetry = false
101
100
102
101
# deprecate-integer-display-length is used to be compatible with MySQL 8.0 in which the integer declared with display length will be returned with
0 commit comments