phpMyAdmin logo

phpMyAdmin

MySQL ve MariaDB icin web arayuzu

DevTool Son: 5.2.2

Introduction

phpMyAdmin is an open-source, web-based MySQL database management tool that allows users to manage MySQL databases through a web browser.

Features

Database Management

  • Create Databases: Easily create new databases by specifying the database name, character set, and collation through phpMyAdmin.
  • Delete Databases: Remove databases that are no longer needed to free up server resources.
  • Import and Export Data: phpMyAdmin supports importing data from local files and exporting database data as SQL files.

Table Operations

  • Create Tables: Create new tables by defining fields, data types, primary keys, and indexes.
  • Edit Table Structure: Modify table structures at any time by adding, deleting, or altering fields.
  • Import and Export Table Data: Export table data as SQL files or import data from SQL files.
  • Optimize and Repair Tables: Perform optimization and repair operations on tables to enhance performance and maintain data integrity.

SQL Queries

  • Execute SQL Queries: Use phpMyAdmin's SQL query editor to execute custom SQL queries for retrieving and modifying database data.
  • Query Builder: Create complex SQL queries using the visual query builder without writing SQL code manually.

User Management

  • Create and Manage Users: Manage database users by assigning permissions and setting passwords.
  • Permission Management: Assign specific permissions to users for databases and tables to ensure data security.

Data Backup and Recovery

  • Database Backup: Regularly back up databases to prevent data loss.
  • Database Restore: Restore databases from backup files to recover data.

Status Monitoring

  • Server Status: Monitor server performance and status, including connections, queries, and performance metrics.
  • Activity Logs: Review MySQL server log files for troubleshooting and diagnostics.

Multilingual Support

  • Multilingual Interface: phpMyAdmin offers support for multiple languages to accommodate diverse user needs.

1Panel ile phpMyAdmin dağıtın

  1. Install 1Panel on your VPS (Linux server).

    # Copy and paste the following command into your terminal and press Enter
    bash -c "$(curl -sSL https://resource.1panel.pro/v2/quick_start.sh)"
  2. Open the 1Panel dashboard, go to App Store.

  3. Search for phpMyAdmin and click Install.

  4. Fill in the required parameters (ports, admin credentials, storage path), then confirm.

  5. After deployment, create a website/reverse proxy in 1Panel if you want a custom domain.

  6. Enable HTTPS (recommended) and keep the app updated from the App Store.