tags:

views:

20

answers:

1

I generally use phpMyAdmin on a server where it is already installed. However, I now have the task of providing a config file for an installation of phpMyAdmin.

I have the server name, username and password. I also have created the config directory inside of the phpMyAdmin directory.

I could use some help with the basic file content. Any help would be appreciated.

Thanks!

+1  A: 

there should be a file called config.sample.inc.php in your phpmyadmin folder - simply copy it to config.inc.php and edit it to suit your needs

roman
That was a lot easier than I thought. Thanks.
fmz