forrest
forrest

Reputation: 10972

How do I create a config file for phpMyAdmin?

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!

Upvotes: 0

Views: 7915

Answers (1)

roman
roman

Reputation: 11278

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

Upvotes: 1

Related Questions