---
title: 参数介绍
description: "各应用参数查看/修改方式：- MySQL：在my.cnf配置文件中通过param=value配置，例如“/opt/tools/installed/mysql-8.0.28/my.cnf”。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevps/profiler/tuning/KunpengDevKitCli_0202.html
sourcePath: /source/zh/kunpengdevps/profiler/tuning/KunpengDevKitCli_0202.html
indexId: f4293ab27b4e6ea3d0756593a467b4c0eb9f51a33e3ba4b57bb622482f67d97166
---
# 参数介绍

各应用参数查看/修改方式：- MySQL：在my.cnf配置文件中通过param=value配置，例如“/opt/tools/installed/mysql-8.0.28/my.cnf”。
- openGauss：在postgresql.conf配置文件中通过param=value配置，例如“/opt/tools/installed/openGauss/data/single_node/postgresql.conf”。
- PostgreSQL：在postgresql.conf文件中通过param=value配置，例如“/opt/tools/installed/postgres/pgsql/postgresql.conf”。
- Redis：在standalone配置文件中通过param=value配置，例如“/opt/tools/installed/redis-6.0.20/standalone”。
- RocksDB：通过-param=val拼接至启动命令。
- Vastbase：在postgresql.conf文件中通过param=value配置，例如“/opt/tools/installed/vastbase/data/vastbase/postgresql.conf”。
- Flink：在flink-conf.yaml配置文件中通过param=value配置，例如“/opt/tools/installed/flink/conf/flink-conf.yaml”。
- Hive：通过--hiveconfparam=value拼接至启动命令中。
- Spark：通过--confparam=value拼接至启动命令中。
- Kafka：在server.properties配置文件中通过param=value配置，例如“/opt/tools/installed/kafka_2.13-3.5.2/config/server.properties”。
- TensorFlow Serving：通过--param=value拼接至TensorFlow Serving启动命令中。
