這篇文章將為大家詳細講解有關MySQL中怎么使用replication修改庫名,文章內容質量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關知識有一定的了解。
十載的納雍網(wǎng)站建設經(jīng)驗,針對設計、前端、開發(fā)、售后、文案、推廣等六對一服務,響應快,48小時及時工作處理。網(wǎng)絡營銷推廣的優(yōu)勢是能夠根據(jù)用戶設備顯示端的尺寸不同,自動調整納雍建站的顯示方式,使網(wǎng)站能夠適用不同顯示終端,在瀏覽器中調整網(wǎng)站的寬度,無論在任何一種瀏覽器上瀏覽網(wǎng)站,都能展現(xiàn)優(yōu)雅布局與設計,從而大程度地提升瀏覽體驗。創(chuàng)新互聯(lián)公司從事“納雍網(wǎng)站設計”,“納雍網(wǎng)站推廣”以來,每個客戶項目都認真落實執(zhí)行。
replication 修改庫名
--replicate-rewrite-db=from_name->to_name
Command-Line Format --replicate-rewrite-db=old_name->new_name
Option-File Format replicate-rewrite-db
Permitted Values
Type string
Tells the slave to translate the default database (that is, the one selected by USE) to to_name if it was from_name on the master. Only statements involving tables are affected (not statements such as CREATE DATABASE, DROP DATABASE, and ALTER DATABASE), and only if from_name is the default database on the master. This does not work for cross-database updates. To specify multiple rewrites, use this option multiple times. The server uses the first one with a from_name value that matches. The database name translation is done before the --replicate-* rules are tested.
If you use this option on the command line and the “>” character is special to your command interpreter, quote the option value. For example:
shell> mysqld --replicate-rewrite-db="olddb->newdb"
適用情況:
比如,master與slave同步test這個庫,但因為需要slave需要將test改名為testbak,master不能改,就需要這個參數(shù)
在my.cnf中加入
binlog-do-db=test
replicate-rewrite-db=test->testbak
重啟mysql,在master的test庫修改東西,看slave的hackers庫是否已經(jīng)修改。查看show slave status是否正常。
關于mysql中怎么使用replication修改庫名就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。
本文標題:mysql中怎么使用replication修改庫名
網(wǎng)頁URL:http://muchs.cn/article14/jpcsge.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供動態(tài)網(wǎng)站、網(wǎng)站策劃、App開發(fā)、微信小程序、網(wǎng)站內鏈、Google
聲明:本網(wǎng)站發(fā)布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經(jīng)允許不得轉載,或轉載時需注明來源: 創(chuàng)新互聯(lián)