Go to the previous topic.    Go to the next topic.

Setting column indexes

Databases typically include several tables and use special flags—called indexes or keys—to reference these tables, ensure uniqueness of data or optimize text search queries. The four types of column indexes (along with their associated phpMyAdmin Action buttons) are:

To set a column index:

  1. In phpMyAdmin, select the table which contains the column on which you want to set an index.
  2. Click the Action button for the type of column index you want to set (primary, index, unique or full text). The feedback box refreshes to describe your action and show you the SQL query that made it happen.