blacklogic.112
09-06-2014, 15:27
Step 1 - Download
*Link: phpmyadmin
Step 2 - Untar or unzip the distribution
*be sure to unzip the subdirectories
*after that rename folder to phpmyadmin
Step 3 - Configuration
*open config.inc.php and set the values to access your database
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
$cfg['Servers'][$i]['user'] = ''; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password
$cfg['Servers'][$i]['only_db'] = ''; // Database name
Step 4 - Upload and..
*upload /phpmyadmin to your server
*point your browser to phpmyadmin (e.g. http://www.domain.com/phpmyadmin/)
*if you see a red error message (The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file!) you have to set the directive in config.inc.php
*open config.inc.php and find/change (change the path to phpmyadmin)
*Link: phpmyadmin
Step 2 - Untar or unzip the distribution
*be sure to unzip the subdirectories
*after that rename folder to phpmyadmin
Step 3 - Configuration
*open config.inc.php and set the values to access your database
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname
$cfg['Servers'][$i]['user'] = ''; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password
$cfg['Servers'][$i]['only_db'] = ''; // Database name
Step 4 - Upload and..
*upload /phpmyadmin to your server
*point your browser to phpmyadmin (e.g. http://www.domain.com/phpmyadmin/)
*if you see a red error message (The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file!) you have to set the directive in config.inc.php
*open config.inc.php and find/change (change the path to phpmyadmin)