phpMyAdmin: Running SQL queries on a database

Let’s learn how to run SQL queries on a database

 

 1)Click the database table you wish to run a SQL query on

 2)Click the SQL button

 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.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How do I backup a MySQL database using compression?

In this section, we will show you how to make a backup (also known as exporting) of your database...

How do I check the size of my database?

Using the below mentioned steps, we will show you how to check the size of your database so you...

I need a different version of PHP/MySQL

If for some reason you cannot install programs on your server like Joomla, Drupal, WordPress,...

How do I optimze mysql in Cpanel?

It is always a good idea to keep your databases' tables optimized. Fortunately, making this...

How do I optimze mysql in plesk ?

It is always a good idea to keep your databases' tables optimized. Fortunately, making this...