Difference between revisions of "PMA-phpMyAdmin"

From Hostek.com Wiki
Jump to: navigation, search
(Created page with "__FORCETOC__ ==What is PHPMyAdmin?== phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL with the use of a Web browser. =...")
 
Line 29: Line 29:
  
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]
 +
[[Category:Databases]]

Revision as of 20:03, 25 June 2012


What is PHPMyAdmin?

phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL with the use of a Web browser.

PHPMyAdmin - Video Tutorials

Copying a database table with phpMyAdmin

Creating a table in a database with phpMyAdmin

Deleting fields from database tables with phpMyAdmin

Deleting tables from a database with phpMyAdmin

Exporting database and tables with phpMyAdmin

Becoming familiar with databases and phpMyAdmin

Importing databases and tables with phpMyAdmin

Inserting fields into database tables with phpMyAdmin

Modifying fields in database tables with phpMyAdmin

Running SQL queries on a database with phpMyAdmin

Renaming database tables with phpMyAdmin

Searching through a database with phpMyAdmin