简体   繁体   English

PHP MyAdmin:如何启用表设计视图?

[英]PHP MyAdmin: how to enable table design view?

Am using MySQL php MyAdmin for database maintenace.My tables engine is InnoDB .My problem is that, I dont see table design view.I need to have design view for creating relations and DB structure view.I tried to insert create_tables.sql into my database, now I have some pma_.. tables in my DB, but still no design view.What are the steps, for installing design view? 我正在使用MySQL php MyAdmin进行数据库维护。我的表引擎是InnoDB我的问题是,我没有看到表设计视图。我需要具有用于创建关系和数据库结构视图的设计视图。我试图将create_tables.sql插入到我的数据库中数据库,现在我的数据库中有一些pma_..表,但仍然没有设计视图。安装设计视图的步骤是什么?

When I click Structure and relation view, here is what I see: 当我单击“结构和关系视图”时,将看到以下内容:

在此处输入图片说明

Still no design view 仍然没有设计视图

try this 尝试这个

  1. download and install SQLyog from webyog.com/product/sqlyog webyog.com/product/sqlyog下载并安装SQLyog
  2. run SQLyog, connect to MySQL host from file->new connection 运行SQLyog,从file->new connection连接到MySQL主机
  3. Select your database 选择你的数据库
  4. click on file->new schema designer , schema designer window will open. 单击file->new schema designer ,将打开模式设计器窗口。
  5. drag and drop tables to schema designer window to design view 将表拖放到架构设计器窗口以设计视图

you will get the view like following 您将获得如下所示的视图

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM