1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
phpMyAdmin handles the administration of MySQL over the Web. It can
manage a whole MySQL server as well as a single database.
* Intuitive web interface
* Support for most MySQL features:
o browse and drop databases, tables, views, fields and indexes
o create, copy, drop, rename and alter databases, tables, fields
and indexes
o maintenance of server, databases and tables, with proposals on
server configuration
o execute, edit and bookmark any SQL-statement, even batch-queries
o manage MySQL users and privileges
o manage stored procedures and triggers
* Import data from CSV and SQL
* Export data to various formats: CSV, SQL, XML, PDF, ISO/IEC 26300 -
OpenDocument Text and Spreadsheet, Word, Excel, LATEX and others
* Administering multiple servers
* Creating PDF graphics of your database layout
* Creating complex queries using Query-by-example (QBE)
* Searching globally in a database or a subset of it
* Transforming stored data into any format using a set of predefined
functions, like displaying BLOB-data as image or download-link
* And much more...
WWW: http://www.phpmyadmin.net/
|