سؤال

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

enter image description here

Here is what I want:

enter image description here

Thanks!

لا يوجد حل صحيح

نصائح أخرى

Make sure you have made one of the columns a primary key. This can be done in 'Structure' and if you select a column then click primary this should make give it a unique id.

Just add auto-increment options to any of field

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

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

and restart the mysql engine

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top