How do I check my InnoDB settings?

后端 未结 4 496
清酒与你
清酒与你 2021-01-11 10:24

Is there a MySQL command that I can execute which will show settings such as innodb_file_format, or a configuration file which I should check?

MySQL ver

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-11 11:00

    show variables like 'inno%' should show up all the innodb settings in effect at the moment you run the query.

    As for files, there should probably be something like /etc/mysql/my.ini or a my.cnf somewhere.

提交回复
热议问题