|
|
|
Unzip the PHPMyadmin zip package and place it under C:\
 |
| |
| Let's create the config.inc.php in the root phpMyAdmin-2.8.02 directory,
you can copy and paste the libraries/config.default.php for basic setting.
first item to edit is set PmaAbsoluteUri to ' ' or enter the url where you
want to access for example, http://www.yourdomain.com/phpmyadmin. if you
leave it blank you can access it by the port number. for example,
http://phpmyadmin.yourdomain.com:8082
 |
| |
| set the blowfish_secret to '-'
 |
| |
| Configure the server setting, host is localhost, leave both port and
socket to blank and it will use the default unless you change port and
socket during your mysql 4.1 install.
 |
| |
|
|
| |
| change the auth_type to cookie
 |
| |
| Go to the properties of your phpmyadmin folder
 |
| |
| Go to Security tab and add Internet Guest Account
 |
| |
| Set Internet Guest Account to have Read & Execute, List Folder Contents
and Read permission
 |
| |
|
|
| |
| Create Website to host the phpmyadmin or you can setup phpmyadmin access
under your website. this tutorial show you how to setup one copy of
phpmyadmin and have every users/domains hosted on the server to access it by
port number.
 |
| |
| Enter the description of the website
 |
| |
| Set TCP port to 8082 or any other none reserve port number, if you setup
under a domain/website then you can leave the port to default 80.
 |
| |
|
|
| |
| Set the path to phpmyadmin
 |
| |
| Allow the read, run scripts and execute permission
 |
| |
| That's it! |