PowerDesigner reverse engineering import MYSQL database summary (reproduced)

 

Reference Source:
http://blog.csdn.net/chamtianjiao/article/details/7258316
http://blog.csdn.net/tao60/article/details/72834150
http://blog.csdn.net/handsome1234/article / the Details / 51.366 million
http://blog.csdn.net/jeofey/article/details/51132886
current environment:
window 7 64bit
PowerDesigner 16.5 32bit
download resources address odbc and vc2013: http: //download.csdn.net/detail/ly8951677 / 9915074 (also free to download, here are addresses.)
1. install mysql ODBC drivers
official website: HTTPS: //dev.mysql.com/downloads/connector/odbc/
(note down here, if you are 32bit powerdesigner . Download it 32bit.64 download 64bit I suffered losses when the import is performed after PowerDesigner ODBC VC2013 are installed, they reported: sqlstate = im014

2, installation odbc time to forget the screenshots. I Baidu online to fill in the screenshot, exactly the same.

3、

4, here I chose the custom. I want to specify the directory to install. In the D drive

5, select Custom Next will pop up relevant options. Which has a directory of choice. This is omitted in FIG.
6, Install

7. Success

(If installed following error occurs when ODBC)


缺少VC运行库文件。还是2013版本才行。我装了2015照样还是提示。安装详情请查看我另一篇:http://blog.csdn.net/ly8951677/article/details/76335289
8、安装好MySQL Connection ODBC 接着window7系统进行相关配置

9、正常是在数据源(ODBC)点击。我是看人家这样:由于是64位的操作系统,列表中不显示32位的驱动程序,需要用其他方法打开
C:\Windows\SysWOW64 执行文件:odbcad32.exe (验证是可以的。若是说谁验证成功了。说直接点击数据源ODBC也成功劳烦告知下。)

10、

11、

12、下图借用,忘记截图了。填写正确的TCP/IP Server 、User、 Password
点击Database 三角标会弹出相关的库供选择

13、32-obc是在:Data Source Name定义的。

14、如上所示,表示添加成功。点击确定。
15、接下来可以使用PowerDesigner进行操作

16、

17、

18、

19、

 

20、点击确定后。会列出全部数据的表格。我只想要我的某个库。在:<All users>那里选择库

21、这两个button 分别是:Select all & Deselect All
我先Deselct All 然后再选择nc这个库。再Select All 就可以了 。这样我只看nc库中的全表或者某个表

22

23、成功了。不容易

--------------------------------------------------分界线------------------------------------------------------

若是有sql文件的,无需安装MySQL ODBC .直接执行导入就行。导入的SQL文件在

————————————————
版权声明:本文为CSDN博主「ly8951677」的原创文章,遵循 CC 4.0 BY-SA 版权协议,
原文链接:https://blog.csdn.net/ly8951677/article/details/76338460

Guess you like

Origin www.cnblogs.com/wsnan/p/11741567.html