<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 列)

      How to export in phpmyadmin not include id column (the AUTO_INCREMENT column)(如何在 phpmyadmin 中导出不包含 id 列(AUTO_INCREMENT 列))

        <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 列)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Appending GET parameters to URL from lt;formgt; action(将 GET 参数附加到来自 lt;formgt; 的 URL行动)
                Forcing quot;Save Asquot; dialog via jQuery GET(强制“另存为通过 jQuery GET 对话框)
                PHP - get certain word from string(PHP - 从字符串中获取某个单词)
                How to debug a get request in php using curl(如何使用 curl 在 php 中调试 get 请求)
                get a # from a url in php(从 php 中的 url 获取 #)
                PHP - include() file not working when variables are put in url?(PHP - 将变量放入 url 时,include() 文件不起作用?)

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

                  <tbody id='t827X'></tbody>
                  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>