phpMyAdmin: Running SQL queries on a database
This tutorial assumes you’ve already logged in to phpMyAdmin
Now let’s learn how to run SQL queries on a database
Click the database table you wish to run a SQL query on
Click the SQL button here
Then type the SQL command you want to execute
Now click Go
That’s it! the SQL command has been executed.
For more information on learning about SQL query syntax, visit the MySQL documentation available here
This is the end of the tutorial. You now know how to run SQL queries on a database using phpMyAdmin.