【dbdiff】數據庫比對工具安裝

安裝git

忽略php

安裝visual c++組件(和mysql workbench須要的同樣)

https://www.microsoft.com/en-us/download/details.aspx?id=48145html

通常若是本地以前安裝過mysql,該組件應該已經安裝完成mysql

安裝php,推薦wamp server一鍵安裝以及自動配置

  1. 下載wamp server軟件,可參考:WampServer的下載方法
  2. 官方下載地址:官方地址

若是安裝完成後,失敗,能夠嘗試以下方式解決:c++

  1. 換個網站下載安裝包,多是安裝包的問題;
  2. https://stackoverflow.com/questions/35135587/php-no-php-ini-file

打開瀏覽器,輸入localhost驗證wamp server以及php是否安裝成功

查看php.ini位置,並加入如下配置(放在最頂端便可)git

配置文件位置確認: localhost登陸成功後,最下方有個phpinfo()的tool,點擊進去後搜索php.ini能夠找到路徑,
此處的路徑爲:D:\wamp64\bin\apache\apache2.4.37\bin\php.ini(示例)github

zend_extension=php_opcache.dll
opcache.enable=On
opcache.cli_enable=On

安裝composer

下載地址:https://getcomposer.orgsql

安裝過程當中,若是發現選擇 cmd-line php沒有可選的,則手動選擇一下 php.exe的路徑,能夠在 phpinfo()中查看php的版本;apache

打開cmd,輸入composer -V可以查看到版本信息則安裝成功瀏覽器

下載dbdiff文件夾

https://dbdiff.github.io/DBDiff
(download.zip文件)composer

隨便找個目錄解壓;
可能還須要一個 vender.zip文件(沒有會報錯)

修改配置:.dbdiff文件

server1:
    user: root
    password: xxxx
    port: 30118 # for MySQL this is 3306
    host: 10.254.9.21 # usually localhost or 127.0.0.1
server2:
    user: user
    password: password
    port: port # for MySQL this is 3306
    host: host1 # usually localhost or 127.0.0.1
template: templates/simple-db-migrate.tmpl
type: schema
include: all
nocomments: true

執行比對的語句:

$ ./dbdiff server1.db1:server2.db2

比對結果:

migration.sql
相關文章
相關標籤/搜索