• <bdo id='MUegS'></bdo><ul id='MUegS'></ul>
    1. <tfoot id='MUegS'></tfoot><legend id='MUegS'><style id='MUegS'><dir id='MUegS'><q id='MUegS'></q></dir></style></legend>

      <small id='MUegS'></small><noframes id='MUegS'>

    2. <i id='MUegS'><tr id='MUegS'><dt id='MUegS'><q id='MUegS'><span id='MUegS'><b id='MUegS'><form id='MUegS'><ins id='MUegS'></ins><ul id='MUegS'></ul><sub id='MUegS'></sub></form><legend id='MUegS'></legend><bdo id='MUegS'><pre id='MUegS'><center id='MUegS'></center></pre></bdo></b><th id='MUegS'></th></span></q></dt></tr></i><div id='MUegS'><tfoot id='MUegS'></tfoot><dl id='MUegS'><fieldset id='MUegS'></fieldset></dl></div>

        mysql 系统变量 table_type 不起作用

        时间:2023-10-26
          <legend id='u1hJN'><style id='u1hJN'><dir id='u1hJN'><q id='u1hJN'></q></dir></style></legend>

            <tbody id='u1hJN'></tbody>

          1. <small id='u1hJN'></small><noframes id='u1hJN'>

              <tfoot id='u1hJN'></tfoot>
                  <bdo id='u1hJN'></bdo><ul id='u1hJN'></ul>
                  <i id='u1hJN'><tr id='u1hJN'><dt id='u1hJN'><q id='u1hJN'><span id='u1hJN'><b id='u1hJN'><form id='u1hJN'><ins id='u1hJN'></ins><ul id='u1hJN'></ul><sub id='u1hJN'></sub></form><legend id='u1hJN'></legend><bdo id='u1hJN'><pre id='u1hJN'><center id='u1hJN'></center></pre></bdo></b><th id='u1hJN'></th></span></q></dt></tr></i><div id='u1hJN'><tfoot id='u1hJN'></tfoot><dl id='u1hJN'><fieldset id='u1hJN'></fieldset></dl></div>

                  本文介绍了mysql 系统变量 table_type 不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我无法设置系统变量 table_type.当我尝试这样做时,我收到以下错误.

                  I am unable to set the system variable table_type. When I try to do so I get the following error.

                  mysql> SET table_type=InnoDB;
                  ERROR 1193 (HY000): Unknown system variable 'table_type'
                  

                  我发现在执行SHOW VARIABLES"时未列出table_type".这是设置问题吗?

                  I see that "table_type" is not listed when I do a "SHOW VARIABLES". Is this a setup issue?

                  为了安装 mysql,我只是在 Amazon EC2 实例上执行了sudo yum install mysql mysql-server mysql-libs".

                  To install mysql I just did a "sudo yum install mysql mysql-server mysql-libs" on Amazon EC2 instance.

                  推荐答案

                  来自 文档:

                  这个变量在 MySQL 5.5.3 中被删除了.改用 storage_engine.

                  This variable was removed in MySQL 5.5.3. Use storage_engine instead.

                  反过来说:

                  从 MySQL 5.5.3 开始不推荐使用此变量.请改用 default_storage_engine.

                  This variable is deprecated as of MySQL 5.5.3. Use default_storage_engine instead.

                  因此您应该使用 SET default_storage_engine=InnoDB,这是自 MySQL 5.5.5 以来的默认值.

                  Therefore you should use SET default_storage_engine=InnoDB, which FWIW is the default since MySQL 5.5.5.

                  这篇关于mysql 系统变量 table_type 不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:当EC2微实例上的ubuntu在内存不足时将其杀死时自动重新启动Mysql 下一篇:MySQL 选择:WHERE(现在时间)= BETWEEN tablevalue AND tablevalue

                  相关文章

                  <legend id='kPaSm'><style id='kPaSm'><dir id='kPaSm'><q id='kPaSm'></q></dir></style></legend>
                    <bdo id='kPaSm'></bdo><ul id='kPaSm'></ul>
                  1. <i id='kPaSm'><tr id='kPaSm'><dt id='kPaSm'><q id='kPaSm'><span id='kPaSm'><b id='kPaSm'><form id='kPaSm'><ins id='kPaSm'></ins><ul id='kPaSm'></ul><sub id='kPaSm'></sub></form><legend id='kPaSm'></legend><bdo id='kPaSm'><pre id='kPaSm'><center id='kPaSm'></center></pre></bdo></b><th id='kPaSm'></th></span></q></dt></tr></i><div id='kPaSm'><tfoot id='kPaSm'></tfoot><dl id='kPaSm'><fieldset id='kPaSm'></fieldset></dl></div>

                    1. <tfoot id='kPaSm'></tfoot>

                      <small id='kPaSm'></small><noframes id='kPaSm'>