| Short Instruction: |
| 1) Download the zip file and unzip it |
| 2) Use FTP and download it
into your root directory of your domain (I called my
directory myadmin) |
| 3) Then look for the file
called config.inc.php, open it with notepad; you will
find this file in the root directory, in this case myadmin |
| 4) Then look for the section
$cfg['Servers'][$i]['host'] = 'localhost';
Make sure it say localhost |
| 5) Then look for the section
$cfg['Servers'][$i]['controluser'] = 'ENTER
YOUR MYSQL USER NAME'; |
| 6) Then look for the section
$cfg['Servers'][$i]['controlpass'] = 'ENTER
YOUR MYSQL PASSWORD'; |