中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MySQL中如何快速更改數據庫名稱

發布時間:2022-02-16 09:42:07 來源:億速云 閱讀:373 作者:iii 欄目:開發技術

本篇內容主要講解“MySQL中如何快速更改數據庫名稱”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“MySQL中如何快速更改數據庫名稱”吧!

MySQL中如何快速更改數據庫名稱

1、新建數據庫centos_old.

mysql > create database centos_old;

2、使用select concat拼成所有rename table的語句。

    mysql -uroot -p -e "select concat('rename table centos.',table_name,' to centos_old.',table_name,';') from information_schema.TABLES where TABLE_SCHEMA='centos';" > rename_mysql_name.sql

打開rename_mysql_name.sql,把第一行刪除。

rename_mysql_name.sql內容大概為:

   rename table centos.wp_commentmeta to centos_old.wp_commentmeta;
   rename table centos.wp_comments to centos_old.wp_comments;
   rename table centos.wp_forum_forums to centos_old.wp_forum_forums;
   rename table centos.wp_forum_groups to centos_old.wp_forum_groups;
   rename table centos.wp_forum_posts to centos_old.wp_forum_posts;
   rename table centos.wp_forum_threads to centos_old.wp_forum_threads;
   rename table centos.wp_forum_usergroup2user to centos_old.wp_forum_usergroup2user;
   rename table centos.wp_forum_usergroups to centos_old.wp_forum_usergroups;
   rename table centos.wp_links to centos_old.wp_links;
   rename table centos.wp_options to centos_old.wp_options;
   rename table centos.wp_postmeta to centos_old.wp_postmeta;
   rename table centos.wp_posts to centos_old.wp_posts;
   rename table centos.wp_term_relationships to centos_old.wp_term_relationships;
   rename table centos.wp_term_taxonomy to centos_old.wp_term_taxonomy;
   rename table centos.wp_terms to centos_old.wp_terms;
   rename table centos.wp_usermeta to centos_old.wp_usermeta;
   rename table centos.wp_users to centos_old.wp_users;

3、執行rename語句

mysql -uroot -p

這樣就完成了centos數據庫名更改為centos_old的操作。

到此,相信大家對“MySQL中如何快速更改數據庫名稱”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

巴青县| 永和县| 德安县| 凤冈县| 中方县| 内黄县| 申扎县| 阜阳市| 合江县| 新化县| 许昌县| 连州市| 抚松县| 当雄县| 夏津县| 喀喇| 于都县| 额敏县| 潜江市| 张掖市| 博白县| 阳泉市| 修水县| 冕宁县| 甘孜| 家居| 涿鹿县| 敖汉旗| 体育| 潮州市| 阳信县| 绵阳市| 方城县| 广饶县| 双江| 东辽县| 石楼县| 兴义市| 大田县| 太原市| 金溪县|