0

How to check indexes of mysql table

hi i want to check indexes of mysql tables from database . how do i check this.....?

MySQL Add a comment
hobbs
asked Oct 20 2017

Answer

0

follow the syntax i have attached below it may help you...

SHOW INDEX FROM mytable FROM mydatabase;

Add a comment
arunkumarak
asked Oct 20 2017
edited Oct 05 2018
Post your Answer