步驟1,打開 Navicat Premium ,建立一個新的 mysql 數據庫:
![](http://static.javashuo.com/static/loading.gif)
步驟2,選中剛剛建立的新數據庫 ,雙擊選中後點擊導入嚮導,而後選擇 "ODBC",並點擊下一步 ,以下圖:
![](http://static.javashuo.com/static/loading.gif)
步驟3:數據鏈接屬性選擇:Microsoft OLE DB Provider for SQL Server
![](http://static.javashuo.com/static/loading.gif)
步驟4:
配置鏈接屬性,包括服務器名稱、登陸服務器的用戶名及密碼、並選中要導入的 sql server 數據庫。可見這是測試鏈接成功的,須要關閉 windows 的防火牆,否則會鏈接失敗,也要注意服務器名稱,它多是ip地址,也能夠是 主機名稱,看用戶具體狀況而定mysql
![](http://static.javashuo.com/static/loading.gif)
步驟5:選擇數據表
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
![](http://static.javashuo.com/static/loading.gif)
完成:
![](http://static.javashuo.com/static/loading.gif)