UniController has menu sections titled Apache Utilities and MySQL Utilities which provide useful features, such as single button access to phpMyAdmin and server documentation. The image on the right shows the available menu options. If a menu button is greyed out, it means that that option is currently unavailable. This can be for a number of reasons, such as that a related server (or servers) is not running or the appropriate plugin has not been installed. Utility option buttons (opt1-opt3)
Parameter btntext allows you to set the button text to display. Parameter page allows you to define a page (and paramters) to run when the button is clicked. Server ConsoleThe Server Console opens a command window with environment variables preset and paths configured for Uniform Server utilities. Apart from cosmetics, it is identical to a standard command window (cmd). Note: Full server console details; see Server Console page View wwwView www is a pre-configured button to display the root folder index page in the default/portable browser. It is equivalent to typing the following into a browsers address bar:
Apache searches for an index page in the following order: index.html index.shtml index.html.var index.htm index.php3 index.php index.pl index.cgi Displays the first index page it finds. If an index page is not found a directory (folder) listing is produced. The list of indexes is defined in the Apache configuration file httpd.conf using directive DirectoryIndex Note: Substitute the domain name (localhost) and port (80) as appropriate for the values configured. View sslView ssl is a pre-configured button to display the root folder index page in the default/portable browser. It is equivalent to typing the following into a browsers address bar:
Apache searches for an index page in the following order: index.html index.shtml index.html.var index.htm index.php3 index.php index.pl index.cgi Displays the first index page it finds. If an index page is not found a directory (folder) listing is produced. Note: Substitute the domain name (localhost) and port (443) as appropriate for the values configured. DocumentationThe Documentation button opens the index.html page from which the pages you are reading can be accessed. It follows the structure of the UniController menus. The top level describes commonly used functionality while sub-menus detail the next level of functionality and provide more detailed information. It is self-contained, requiring no external references. This notwithstanding, there is quite a bit of additional information available at The Uniform Server's Wiki site wiki.uniformserver.com MySQL ConsoleThe MySQL utility is a very popular admin tool; Uniform Server Zero XI provides a dedicated menu button (MySQL Console) that directly runs this utility in a console window, commonly refered to as the MySQL prompt. From this window the MySQL server can be administered. Note: Full MySQL console details; see MySQL Console page phpMyAdminphpMyAdmin is a MySQL admininstration tool written in PHP. It allows you to perform tasks such as creating, modifying or deleting databases. You can execute SQL statements and manage users and their permissions. The phpMyAdmin menu button opens the phpMyAdmin index page in the default/portable browser.
Note 1: phpMyAdmin access. By default is accessible only to localhost. AdminerAdminer is a MySQL admininstration tool written in PHP. It allows you to perform tasks such as creating, modifying or deleting databases. You can execute SQL statements and manage users and their permissions. The Adminer menu button opens the Adminer index page in the default/portable browser.
Note 1: Adminer access. By default is accessible only to localhost. phpMyBackupProAlthough the above two admininstration tools allow you to export database data as an SQL query, a dedicated MySQL backup tool may be preferable such as phpMyBackupPro. phpMyBackupPro is a MySQL admininstration tool written in PHP. It allows you to quickly perform database backups. You can create scheduled backups, manage and restore them, download or email them. Installation:
The phpMyBackupPro menu button opens the phpMyBackupPro index page in the default/portable browser.
Note 1: phpMyBackupPro access. By default is accessible only to localhost. Sypex Dumper - Alterntive to phpMyBackupProSypex Dumper is an open source web application for creating and restoring MySQL database backups. The application can work with huge (gigabytes) databases. This is acheived by bypassing the PHP timeout limits using a method that pauses and re-starts the backup job. The Uniform Server Zero Sypex Dumper plugin has been configured for automatic login as admin user and is fully portable. Installation:
Note The Sypex Dumper menu button opens the Sypex Dumper index page in the default/portable browser.
|