Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My version of phpMyAdmin has lost its 'test' button

I'm running phpMyAdmin version 4.7.0 on a cloud server. I should be able to configure it as I want it (though I find this difficult).

Until a couple of days ago the 'SQL' window showed a button (near the 'GO' button) that allowed me to run a query in the background without actually generating a table of results (instead I got a one line report saying how many lines were affected). I can't recall the name of the button, but it was descriptive of what it did.

I found this useful. Unfortunately it has disappeared (for no obvious reason) and I can't work out how to get it back. Any answers, please?

like image 408
Tim Dawson Avatar asked Sep 21 '25 10:09

Tim Dawson


1 Answers

The button is "Simulate query" but only appears when you are entering a query such as DELETE FROM or UPDATE.

like image 87
Marc Delisle Avatar answered Sep 23 '25 01:09

Marc Delisle