Logging in to PHPMyAdmin directly
admin | Aug 18, 2009 | Comments 1
Issue :
How to login to PHPMyAdmin directly (without logging in to the cPanel interface) ?
Solution :
This can be achieved by the following steps :
First, download and untar the latest version in to your public_html folder.
wget http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/2.11.9.5/phpMyAdmin-2.11.9.5-english.tar.gz
tar -zxvf phpMyAdmin-2.11.9.5-english.tar.gz
cd phpMyAdmin-2.11.9.5-english
mv phpMyAdmin-2.11.9.5-english phpMyAdmin
Then, create a file named config.inc.php and put the following entries in it .
vi config.inc.php
———
$i=0;
$i++;
$cfg['Servers'][$i]['user'] = 'example_test'; //database username
$cfg['Servers'][$i]['password'] = 'qazplm123'; // use here your password
$cfg['Servers'][$i]['auth_type'] = 'config';
?>
———-
Now, you would be able to access it as http://domainname.com/phpmyadmin
For more details on this , please refer this.
Filed Under: Quick fixes • Technical
About the Author: InstaCarma is a provider of Enterprise Class Solutions for the Hosting Industry

1800 810 6547
MySQL GUI Tools Downloads
This will, 9not all hosts allow remote access) allow desktop logon to database, and do all myphpAdmin stuff
Get it from
http://www.acomputerportal.com/mysql.html