DataLife Engine > Database > phpMyAdmin 2.11.6 / 2.11.7 RC2 - Администрирование
phpMyAdmin 2.11.6 / 2.11.7 RC2 - Администрирование22 июня 2008. Разместил: mafiozzzza |
phpMyAdmin - Веб интерфейс для администрирования БД MySQL2,3|License: GPL phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the WWW. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data and administrate one single database and multiple MySQL servers. phpMyAdmin can manage a whole MySQL server as well as a single database. To accomplish the latter you'll need a properly set up MySQL user who can read/write only the desired database. It's up to you to look up the appropriate part in the MySQL manual. Here are some key features of "phpMyAdmin": · create and drop databases · create, copy, drop, rename and alter tables · do table maintenance · delete, edit and add fields · execute any SQL-statement, even batch-queries · manage keys on fields · load text files into tables · create (*) and read dumps of tables · export (*) data to CSV, XML and Latex formats · administer multiple servers · manage MySQL users and privileges · check referential integrity in MyISAM tables · using Query-by-example (QBE), create complex queries automatically connecting required tables · create PDF graphics of your Database layout · search globally in a database or a subset of it · transform stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link or ... · support InnoDB tables and foreign keys (see FAQ 3.6) · support mysqli, the improved MySQL extension (see FAQ 1.17) · communicate in 47 different languages What's New in 2.11.6 Stable Release: · bug #1903724 [interface] Displaying of very large queries in error message · bug #1905711 [compatibility] Functions deprecated in PHP 5.3: is_a() and get_magic_quotes_gpc() · bug [lang] catalan wrong accented characters · bug #1893034 [Export] SET NAMES for importing with command-line client · [lang] Russian update · bug #1910485 [core] Unsetting the whitelist during the loop · bug #1906980 [Export] Import of VIEWs fails if temp table exists · bug #1812763 [Copy] Table copy when server is in ANSI_QUOTES sql_mode · bug #1918531 [compatibility] Navigation isn't w3.org valid · bug #1926357 [data] BIT defaults displayed incorrectly · patch #1930057 [auth] colon in password prevents HTTP login on CGI/IIS · patch #1929553 [lang] Don't output BOM character in Swedish language file · patch #1895796 [lang] Typo in Japanese lang files · bug #1935652 [auth] Access denied (show warning about mcrypt on login page) · bug #1906983 [export] Reimport of FUNCTION fails · bug #1919808 [operations] Renaming a database fails to handle functions · bug #1934401 [core] Cannot force a language · bug #1944077 [core] Config file containing a BOM · bug #1947189 [scripts] Missing in scripts/signon.php · [lang] Romanian update What's New in 2.11.7 RC2 Development Release: · Welcome to the second release candidate for phpMyAdmin 2.11.7, a bugfix-only release. This rc contains a security fix; an advisory will be published in a few days. |