cmu-db / ottertune

The automatic DBMS configuration tool
Other
1.21k stars 311 forks source link

Create A new Session-DBMS can't find the mysql option #383

Closed gaochao-git closed 4 years ago

gaochao-git commented 4 years ago

i'm a MySQL DBA and want tune the MySQL ,but i can't find the option.

mysql> select * from website_dbmscatalog; +-----+------+------------+ | id | type | version | +-----+------+------------+ | 1 | 2 | 9.6 | | 2 | 2 | 9.2 | | 3 | 2 | 9.3 | | 4 | 2 | 9.4 | | 9 | 9 | 5.6 | | 12 | 4 | 12.2.0.1.0 | | 19 | 4 | 19.0.0.0.0 | | 121 | 4 | 12.1.0.2.0 | +-----+------+------------+

gaochao-git commented 4 years ago

thanks for your support!

yangdsh commented 4 years ago

I am sorry but Ottertune does not support tuning Mysql now. Supporting a new DBMS requires a lot of work, which we cannot afford now.

bohanjason commented 4 years ago

Actually we have mysql fixture in our private repo. Will put it in this public repo

gaochao-git commented 4 years ago

@bohanjason ,Thanks a lot !!!

bohanjason commented 4 years ago

reference: issue #401