PHP MyAdmin: how to enable table design view?

1k Views Asked by At

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?

When I click Structure and relation view, here is what I see:

enter image description here

Still no design view

1

There are 1 best solutions below

7
On

try this

  1. download and install SQLyog from webyog.com/product/sqlyog
  2. run SQLyog, connect to MySQL host from file->new connection
  3. Select your database
  4. click on file->new schema designer, schema designer window will open.
  5. drag and drop tables to schema designer window to design view

you will get the view like following

enter image description here