开发者

How do I create a config file for phpMyAdmin?

开发者 https://www.devze.com 2022-12-18 16:44 出处:网络
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 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 f开发者_JAVA技巧ile content. Any help would be appreciated.

Thanks!


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

0

精彩评论

暂无评论...
验证码 换一张
取 消