如何将 mysql sql 文件导入到 microsoft visio 2007 中?

发布于 2024-08-10 05:07:55 字数 72 浏览 4 评论 0原文

有谁知道如何将mysql sql文件导入microsoft visio 2007,然后自动生成数据库图表?

多谢。

Does anyone know how to import a mysql sql file into microsoft visio 2007, and then generate a database chart automatically?

Thanks a lot.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小巷里的女流氓 2024-08-17 05:07:55

我已经解决了。

我只是用 sql 文件在 mysql 中创建数据库,然后使用逆向工程构建 visio 图表。

该链接对此很有用。 此处

[编辑]:添加帖子内容。

1.从MySQL站点下载最新的MySQL ODBC连接器。您可以在这里找到它 http://dev.mysql.com/downloads/connector /odbc/5.1.html

  1. 下载后安装连接器。
  2. 现在打开 Microsoft Visio 并打开数据库模型图模板(您可以在软件和数据库组下找到它)。
  3. 从数据库菜单中单击反向工程。您将看到逆向工程向导。
  4. 单击新建按钮。
  5. 选择系统数据源。
  6. 单击“下一步”。
  7. 从列表中选择 MySQL ODBC 驱动程序。
  8. 单击“下一步”,然后单击“完成”。 MySQL 连接器/ODBC 数据源配置窗口将打开。
  9. 为数据源、数据库服务器主机、用户名、密码指定名称,然后选择要进行逆向工程的数据库。请记住,如果您提供了正确的信息,将会显示数据库列表。
  10. 单击“确定”。现在您将在数据源列表中找到数据源。
  11. 选择新创建的数据源,然后单击“下一步”。逆向工程的常规向导将启动。

谢谢。

I have solved it.

I just create database in mysql with sql file, and then i use reverse engineering to build a visio chart.

the link will be useful for that. here

[EDIT]: Add The content of the post.

1.Download the latest MySQL ODBC connector from MySQL site. You may find it here http://dev.mysql.com/downloads/connector/odbc/5.1.html.

  1. After downloading install the connector.
  2. Now open Microsoft Visio and open Database Model Diagram template (you may find it under Software and Database group).
  3. From Database menu click on Reverse Engineer. You will see the Reverse Engineer wizard.
  4. Click on the New button.
  5. Select System Data Source.
  6. Click Next.
  7. Select MySQL ODBC driver from the list.
  8. Click Next and then Finish. MySQL Connector/ODBC Data Source Configuration window will open.
  9. 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.
  10. Click on Ok. Now you will find the data source in Data Source list.
  11. Select the newly created data source and click Next. The regular wizard for reverse engineering will start.

Thanks.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文