We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
On this quick Wiki the screenshots are taken from a phpMyAdmin 3.3.9 interface.
This Wiki is for users that are not very familiar with phpMyAdmin. The intend is to show you how to run SQL queries on phpMyAdmin and not to walk you through the entire system.
First steps:
2.After you click the database phpMyAdmin will display you the tables on you database.
3.Click on the SQL tab so that you can enter the input mode.
4.On the TextArea you can start typing your SQL queries to the database. On this example we are quering the complete wp_options table.
wp_options
5.The results are display on a table.
Remeber that you can do all this by using the phpMyAdmin interface, but sometimes there are many records on the table and it is faster to run a query than to find the desire record on thousands of rows.
So if someone ask you to a execute a query on phpMyAdmin you can do it here on this area, be cautios that some people will intend to harm you database since this is an open door to your entire data, please review the query that you are running and always doubt of it.