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

        <tfoot id='MRKF4'></tfoot>
      2. <legend id='MRKF4'><style id='MRKF4'><dir id='MRKF4'><q id='MRKF4'></q></dir></style></legend>

        查找并替换整个mysql数据库

        时间:2023-05-23

        <legend id='820io'><style id='820io'><dir id='820io'><q id='820io'></q></dir></style></legend>

          <bdo id='820io'></bdo><ul id='820io'></ul>

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

              • <tfoot id='820io'></tfoot>
              • <small id='820io'></small><noframes id='820io'>

                • 本文介绍了查找并替换整个mysql数据库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我想在整个数据库中进行查找和替换,而不仅仅是一个表.

                  i would like to do a find and replace inside an entire database not just a table.

                  如何更改下面的脚本以使其正常工作?

                  How can i alter the script below to work?

                   update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');
                  

                  我只使用星号吗?

                   update * set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');
                  

                  推荐答案

                  sqldump到文本文件,查找/替换,重新导入sqldump.

                  sqldump to a text file, find/replace, re-import the sqldump.

                  将数据库转储到文本文件
                  mysqldump -u root -p[root_password] [database_name] >转储文件名.sql

                  在对数据库进行更改后恢复数据库.
                  mysql -u root -p[root_password] [database_name] <转储文件名.sql

                  这篇关于查找并替换整个mysql数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:如何将 mysqldump 的输出拆分为较小的文件? 下一篇:MySQL 导出到 outfile:CSV 转义字符

                  相关文章

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

                    • <bdo id='kF7FW'></bdo><ul id='kF7FW'></ul>

                    <tfoot id='kF7FW'></tfoot>