Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有来自我的 MYSQL 数据库的 SQL 文件。我怎样才能快速获得表关系的图片,如下所示:
如果我可以将文件导入软件并输出程序视图,那就太好了。
您必须使用 mysql 实用程序将文件加载到数据库中:
mysql -u root -p db_name < file.sql
然后您可以使用mysql workbench之类的可视化工具打开数据库...