PhpMyAdmin: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 36: Zeile 36:
# https://docs.phpmyadmin.net/de/latest/
# https://docs.phpmyadmin.net/de/latest/
# https://de.wikipedia.org/wiki/PhpMyAdmin
# https://de.wikipedia.org/wiki/PhpMyAdmin
[[Kategorie:PhpMyAdmin]]
= TMP =
MySQL web administration tool
 
This package allows administering of MySQL or MariaDB with a web interface.
It allows administrators to:
- browse through databases and tables;
- create, copy, rename, alter and drop databases;
- create, copy, rename, alter and drop tables;
- perform table maintenance;
- add, edit and drop fields;
- execute any SQL-statement, even multiple queries;
- create, alter and drop indexes;
- load text files into tables;
- create and read dumps of tables or databases;
- export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;
- administer multiple servers;
- manage MySQL users and privileges;
- check server settings and runtime information with configuration hints;
- check referential integrity in MyISAM tables;
- create complex queries using Query-by-example (QBE), automatically
  connecting required tables;
- create PDF graphics of database layout;
- search globally in a database or a subset of it;
- transform stored data into any format using a set of predefined
  functions, such as displaying BLOB-data as image or download-link;
- manage InnoDB tables and foreign keys;
and is fully internationalized and localized in dozens of languages.
</noinclude>
</noinclude>
[[Kategorie:PhpMyAdmin]]

Version vom 22. Juli 2023, 10:03 Uhr

phpMyAdmin ist eine freie Webanwendung zur Administration von MySQL- und MariaDB-Datenbanken

Beschreibung

  • phpMyAdmin (kurz: pMA) ist eine freie Webanwendung zur Administration von MySQL-Datenbanken und deren Fork MariaDB[1].
  • Die Software ist in PHP implementiert
  • Die meisten Funktionen können ausgeführt werden, ohne selbst SQL-Anweisungen zu schreiben
    • Datensätze auflisten
    • Tabellen anlegen/löschen
    • Spalten hinzufügen
    • Datenbanken anlegen/löschen
    • Benutzer verwalten
  • phpMyAdmin ist unter der GNU General Public License lizenziert und ist auch in vielen Linux-Distributionen enthalten.
  • Es werden derzeit 75 Sprachen unterstützt, wobei die Übersetzung je nach Sprache mehr oder weniger vollständig ist.[2]
  • phpMyAdmin ist weitverbreitet und wird unter anderem von großen Webhosting-Providern verwendet.

Installation

PhpMyAdmin/Installation

Anwendungen

Fehlerbehebung

Konfiguration

Dateien

Siehe auch

Sicherheit

Dokumentation

Man-Pages

Info-Pages

Links

Projekt

  1. https://www.phpmyadmin.net/

Weblinks

  1. https://docs.phpmyadmin.net/de/latest/
  2. https://de.wikipedia.org/wiki/PhpMyAdmin

TMP

MySQL web administration tool

This package allows administering of MySQL or MariaDB with a web interface.

It allows administrators to:

- browse through databases and tables;
- create, copy, rename, alter and drop databases;
- create, copy, rename, alter and drop tables;
- perform table maintenance;
- add, edit and drop fields;
- execute any SQL-statement, even multiple queries;
- create, alter and drop indexes;
- load text files into tables;
- create and read dumps of tables or databases;
- export data to SQL, CSV, XML, Word, Excel, PDF and LaTeX formats;
- administer multiple servers;
- manage MySQL users and privileges;
- check server settings and runtime information with configuration hints;
- check referential integrity in MyISAM tables;
- create complex queries using Query-by-example (QBE), automatically
  connecting required tables;
- create PDF graphics of database layout;
- search globally in a database or a subset of it;
- transform stored data into any format using a set of predefined
  functions, such as displaying BLOB-data as image or download-link;
- manage InnoDB tables and foreign keys;

and is fully internationalized and localized in dozens of languages.