MediaCenter Customer Knowledge Base

Our site aims to provide you with an easy way to use MediaCenter's services, with a database that is easily accessible and browsable at any time.

phpMyAdmin

What is phpMyAdmin?

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.

In the case of our sites, the creation of a new database is not provided directly through the phpMyAdmin interface, but can be done through the MySQL (database) settings menu within the Web Hosting Settings interface.

The phpMyAdmin interface can be accessed from a separate menu directly from the Web Hosting Settings:

Features

  • 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 user accounts and privileges
    • manage stored procedures and triggers
  • Import data from SQL
  • Export data to various formats: CSV, SQL, XML, PDF, ISO/TEC 26300 - OpenDocument Text and Spreadsheet, Word
  • Administering multiple servers
  • Creating graphics of your database layout in various formats
  • 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...