How can I see what SQL queries phpmyadmin runs to execute commands? I want to create a not easy database, first using phpmyadmin, then using php code. But when I create the table with phpmyadmin, it doesn't show the commands it uses to create or select a table.
Is there any way? :)
Thanks!
ps.: mysql version: 5.6.12