phpMyAdmin supports a wide range of operations with MySQL. The most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions, etc), while you still have the ability to directly execute any SQL statement.
•Intuitive web interface
•Support for most MySQL features:
◦browse and drop databases, tables, views, fields and indexes
◦create, copy, drop, rename and alter databases, tables, fields and indexes
◦maintenance server, databases and tables, with proposals on server configuration
◦execute, edit and bookmark any SQL-statement, even batch-queries
◦manage MySQL users and privileges
◦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...
Chris S wrote :236
Very nice program. It does just about everything you
want it to do. The only part I don`t really like is the lack
of security of the username and password. I will
probably modify it for security purposes.
Thanks for the great post.
rain Mkr wrote :273
Nice script... I`ll use this one.. thanks.- I agree with the
security thing, I`m certain I`ll edit it also...