storage engine

  1. K

    What is Relation View and how can we enable it in phpMyAdmin?

    If you want tp create foreign keys in database but you are not able to find the Relation View option then you have to make some changes in your phpMyAdmin. First you have to check the storage engine of your table and set it to InnoDB, its because only InnoDB allow Relation view from which we can...
  2. K

    Steps to set default storage engine for database

    Storage engines are software components which help DBMS to create, read, update and delete. We can also change storage engine for database. By default mysql 5.5 and later storage engine is InnoDB. We can change the default storage engines in my.cnf file. In this file we have to update...
Top