stoneatom / stonedb

StoneDB is an Open-Source MySQL HTAP and MySQL-Native DataBase for OLTP, Real-Time Analytics, a counterpart of MySQLHeatWave. (https://stonedb.io)
https://stonedb.io/
GNU General Public License v2.0
862 stars 139 forks source link

feature: change stonedb.cnf to my.cnf #117

Closed hustjieke closed 2 years ago

hustjieke commented 2 years ago

Is your feature request related to a problem? Please describe.

$ ls /stonedb56/install/
bin     cache    data  include         install.sh  log  my.cnf      mysql_server  README        scripts  sql-bench    support-files
binlog  COPYING  docs  INSTALL-BINARY  lib         man  my-new.cnf  mysql-test    reinstall.sh  share    stonedb.cnf  tmp

Describe the solution you'd like

Describe alternatives you've considered

Additional context

RingsC commented 2 years ago

Perhaps, some third-party mysql tool monitor mysql instance via reading my.cnf, therefore, the tools find out configuration file with name my.cnf, stonedb.cnf may lead to an error.