Having previously used Microsoft's SQL Management Studio, I often used the query syntax check feature, pretty handy especially in a production environment.
Is there a similar feature in phpMyAdmin ?
If not, is there a way to validate the proper syntax of an SQL script without executing it ?
Any help or link to a related would be much appreciated.
The phpMyAdmin i'm using is running on version 4.0.10.10 which does not come with this dynamic query checking (the lattest stable version to this day is 4.5). It seems i'll have to use online tools... Thanks for your help !