On my local development machine, I always delete rows / trimming tables or even dropping tables / databases all the time. However, I constantly receive messages that require confirmation.
1) Where can I edit the phpmyadmin code so that it does not show me javascript confirmation / cancel flags when trying to delete or delete tables,
2) In the new phpmyadmin version, the convenient "empty" and "drop" buttons that were visible while viewing the table now disappeared. How can I get them back?
I tried to do it myself, but the phpmyadmin code is pretty hard to understand. I do not know where their html is stored.
source
share