How to run SQL Queries with phpMyAdmin

Php

I made this tutorial for all the beginners in mysql and php. It is very simple and you will simple be able to execute queries in phpmyadmin section of your cpanel host admin.

Here is a small tutorial I put together that explains the easiest method.

 

 

1) Login to your phpMyAdmin. You can find the phpmyadmin link in your cpanel section of your server admin. Ask your host if you have problems.
phpqueries

2) Usually you may have to choose appropriate database your tables are located on. Usually if you have many sites installed on your server. In this case just use the dropdown menu and choose the correct database. .
phpqueries

3) The third step should look like this:
phpqueries

4) To execute a SQL query, just click on "SQL" on your navigation bar.
phpqueries

5) Enter your SQL in the appropriate box.
phpqueries

6) Click on button Go.
phpqueries

7) That should do the trick, yes it is that simple.

Good luck!

Add new comment

The content of this field is kept private and will not be shown publicly.

Plain text

  • No HTML tags allowed.
  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.