忽略php
https://www.microsoft.com/en-us/download/details.aspx?id=48145html
通常若是本地以前安裝過mysql,該組件應該已經安裝完成mysql
若是安裝完成後,失敗,能夠嘗試以下方式解決:c++
查看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
下載地址:https://getcomposer.orgsql
安裝過程當中,若是發現選擇 cmd-line php
沒有可選的,則手動選擇一下 php.exe的路徑,能夠在 phpinfo()
中查看php的版本;apache
打開cmd,輸入composer -V
可以查看到版本信息則安裝成功瀏覽器
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