PHPMyAdmin

From Site5Wiki

Jump to: navigation, search

PHPMyAdmin is the control panel and GUI interaction that we have installed for you to manage your MySQL databases.

Subpages:

Contents

[edit] Information and Manuals

This tutorial is aimed at programmers, analysts, and designers of dynamic Web sites who want to learn the basics of SQL. I will use the MySQL database server and its powerful phpMyAdmin interface. The latter is an excellent tool for learning SQL.

[edit] Localization

Different languages are available for PHPMyAdmin, and its MySQL database management:

[edit] Versioning

[edit] Management and Usage

[edit] From within SiteAdmin

SiteAdmin: MySQL and PHPMyAdmin access
SiteAdmin: MySQL and PHPMyAdmin access

As seen in this screenshot, from within SiteAdmin, click the menu entry MySQL Databases, then click the drop-down choice PHPMyAdmin.
PHPMyAdmin will then open in a new window/tab for you.


[edit] From within Site5, in general: Tips and tricks

  • From with your already-installed scripts:
    • WP-PHPMyAdmin in action within a Site5-WordPress installation
      WP-PHPMyAdmin in action within a Site5-WordPress installation
      WordPress has a plugin, Image:Plugin.png WP-PHPMyAdmin, that allows full usage and management from within your WordPress installation.


Once logged into your WordPress installation, click Manage, then click the submenu PHPMyAdmin.



  • By using the server's own scripts:
    • .htaccess tweaking, thanks to Image:Ranger.png B&T:
If you would like an easy way to have phpmyadmin.yourdomain.tld automatically go to a secure page for PHPMyAdmin, just put these three lines at the top of your .htaccess file:

RewriteEngine On
RewriteCond %{HTTP_HOST} ^phpmyadmin\.

RewriteRule ^(.*)$ https://yourserver.site5.com:2083/3rdparty/phpMyAdmin/index.php [L]


Substitute yourserver with the name of your site5 server.

One more fine point: If you are using MultiSite, you will need to put that code in the primary domain name's .htaccess file.

source: tips-scripts.com/phpmyadmin
This code is available via .txt file download as well from this wiki: Image:Page_red.png pmaaccess.txt (download)

Personal tools