mysql 数据库逆向工程到visio(zz)
时间:2010-05-24 来源:sss0213
Sometimes we need to reverse engineer our database. Microsoft Visio has an option for reverse engineering. But by default it does not support MySQL or in other words you cannot reverse engineer a MySQL database. I have faced this problem and got the solution and sharing here with you.
The steps involved in this process are described below:
- Download the latest MySQL ODBC connector from MySQL site. You may find it here http://dev.mysql.com/downloads/connector/odbc/5.1.html.
- After downloading install the connector.
- Now open Microsoft Visio and open Database Model Diagram template (you may find it under Software and Database group).
- From Database menu click on Reverse Engineer. You will see the Reverse Engineer wizard.
- Click on the New button.
- Select System Data Source.
- Click Next.
- Select MySQL ODBC driver from the list.
- Click Next and then Finish. MySQL Connector/ODBC Data Source Configuration window will open.
- Give a name to the datasouce, database server host, user name, password and select the database you want to reverse engineer. Remember, the list of database will be shown if you have provided correct information.
- Click on Ok. Now you will find the data source in Data Source list.
- Select the newly created data source and click Next. The regular wizard for reverse engineering will start.
相关阅读 更多 +
- 系统休眠文件删除后果 如何删除计算机的休眠文件 2025-04-22
- 站群服务器是什么意思 站群服务器的作用 站群服务器和普通服务器的区别 2025-04-22
- jQuery插件有何作用 jQuery插件的使用方法 2025-04-22
- jQuery插件有哪些种类 简单的jQuery插件实例 2025-04-22
-