VDS Sphera Knowledge Base
| Main / Browse Categories / MySQL / My PhpMyAdmin ValueApp is not working correctly? |
My PhpMyAdmin ValueApp is not working correctly?
|
You may have difficulty using PhpMyAdmin, if you: are trying to use PhpMyAdmin via a unique IP address have turned register_globals off in your PHP configuration are trying to access a domain name that is not pointing at your account yet This can be easily resolved by editing this file: /var/www/html/plugins/PhpMyAdmin/config.inc.php On or around line 56, you will see this code: $cfg['PmaAbsoluteUri'] = "http://$SERVER_NAME/plugins/PhpMyAdmin";The solution is to replace $SERVER_NAME with either the domain name or unique IP address of your account. Examples: $cfg['PmaAbsoluteUri'] = "http://192.168.1.1/plugins/PhpMyAdmin"; $cfg['PmaAbsoluteUri'] = "http://yourdomain.com/plugins/PhpMyAdmin";
User Comments
|
||||||||
Attachments
| No attachments. |
Related Articles
|
|


