How do I get edit, copy, delete to show in phpmyadmin?

后端 未结 3 621
时光取名叫无心
时光取名叫无心 2021-02-18 21:15

I can\'t figure out how to get Edit, Copy, Delete to show in phpmyadmin.

\"enter

H

3条回答
  •  死守一世寂寞
    2021-02-18 21:48

    Make sure you have the following in your config.inc.php file of phpmyadmin

     $cfg['RowActionLinksWithoutUnique'] = 'true';
    

    and restart the mysql engine

提交回复
热议问题