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

      <small id='1V8Y2'></small><noframes id='1V8Y2'>

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

      如何在 phpmyadmin 中导出不包含 id 列(AUTO_INCREMENT 列)

      时间:2023-10-11

        <bdo id='gvlke'></bdo><ul id='gvlke'></ul>
          <tbody id='gvlke'></tbody>
        • <tfoot id='gvlke'></tfoot>
              <i id='gvlke'><tr id='gvlke'><dt id='gvlke'><q id='gvlke'><span id='gvlke'><b id='gvlke'><form id='gvlke'><ins id='gvlke'></ins><ul id='gvlke'></ul><sub id='gvlke'></sub></form><legend id='gvlke'></legend><bdo id='gvlke'><pre id='gvlke'><center id='gvlke'></center></pre></bdo></b><th id='gvlke'></th></span></q></dt></tr></i><div id='gvlke'><tfoot id='gvlke'></tfoot><dl id='gvlke'><fieldset id='gvlke'></fieldset></dl></div>
            1. <small id='gvlke'></small><noframes id='gvlke'>

              <legend id='gvlke'><style id='gvlke'><dir id='gvlke'><q id='gvlke'></q></dir></style></legend>

              1. 本文介绍了如何在 phpmyadmin 中导出不包含 id 列(AUTO_INCREMENT 列)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我的数据库结构是:

                `id` int(11) NOT NULL AUTO_INCREMENT,
                `name` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
                `address` varchar(50) COLLATE utf8_unicode_ci NOT NULL,
                `tel` varchar(20) COLLATE utf8_unicode_ci NOT NULL,
                `longitude` int(6) NOT NULL,
                `latitude` int(6) NOT NULL,
                `type` varchar(1) COLLATE utf8_unicode_ci NOT NULL,
                PRIMARY KEY (`id`)  
                

                因为我想备份,但我不想在导出到文件 (.sql) 时包含 id
                我该怎么办?

                As I want to backup, but I don't want to include id when export to file (.sql)
                How can I do?

                推荐答案

                转到 SQL 选项卡并手动编写没有 id 列(SELECT name, address, ... FROMyour_table).然后,一旦您获得带有结果的表格,向下滚动到页面底部,您将在灰色的查询结果操作"字段集中看到导出图标.这应该对你有用.

                Go to SQL tab and manually write your select query without id column (SELECT name, address, ... FROM your_table). Then once you get the table with the results, scroll down to the bottom of the page and you'll see export icon inside the gray "Query results operations" fieldset. This should work for you.

                每个请求的屏幕截图(见最底部):

                Screenshot per request (see very bottom):

                这篇关于如何在 phpmyadmin 中导出不包含 id 列(AUTO_INCREMENT 列)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:Docker:PhpMyAdmin 的上传限制为 2048KiB 下一篇:varchar 和 int mysql 数据类型的默认值

                相关文章

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

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

                    <bdo id='t827X'></bdo><ul id='t827X'></ul>

                    <tfoot id='t827X'></tfoot><legend id='t827X'><style id='t827X'><dir id='t827X'><q id='t827X'></q></dir></style></legend>