phpMyAdmin is a database management tool used for mySQL databases. It allows you to easily modify databases with a friendly user interface. Please note that when you try to access phpMyAdmin, it will open in a new window. Some popup blockers may prevent this and should be adjusted accordingly. If you are having […]
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 […]
This tutorial assumes you’ve already logged in to phpMyAdmin Now let’s learn how to delete a table from a database Select the table you wish to delete here Click the Drop button here. Then click OK to confirm The table has been deleted (or dropped) from the database This is the end of the tutorial. […]
This tutorial assumes you’ve already logged in to phpMyAdmin Now let’s learn how to create a table within a database Select the database here Enter a Name for our new table Then enter the number of fields this new table is to have. Click Go Now enter the details of each field within the new table […]
This tutorial assumes you’ve already logged in to phpMyAdmin Now let’s learn how to copy a database table Click the database table you wish to copy Then click the Operations button When copying a table, you can choose to copy the table structure only, the data only, or both. Enter a name for […]