« Back to Glossary Index

phpMyAdmin is a free, web-based tool for managing MySQL databases through a visual interface, rather than typing raw SQL commands directly. It's typically accessed through a hosting provider's control panel, and it's the standard way to interact directly with a WordPress site's underlying database.

  • Browse and directly edit database tables
  • Run custom SQL queries when needed
  • Export a full database backup
  • Import a database backup, such as when migrating a site
  • Search and replace specific text across the entire database
  • Manually changing a WordPress site's URL after a domain change
  • Resetting a lost admin password directly at the database level
  • Removing malware or spam content injected directly into the database
  • Manually optimizing database tables to improve performance

Directly editing a WordPress database carries real risk — a single incorrect change can break a site significantly. Always take a full, current backup before making any changes directly through phpMyAdmin, and proceed carefully.

« Back to Index
Share This