dpps0715 2010-09-08 00:53
浏览 190
已采纳

如何在PhpMyAdmin上启用服务器选择?

I'm running XAMPP on my local host, and i want phpmyadmin to add another field of server on login page, so i can manage an external mysql server as well..

Is that possible?

Thanks

  • 写回答

3条回答 默认 最新

  • dongmu5106 2010-09-08 00:57
    关注

    in the phpMyAdmin config file add another configuration block, the file in question is config.inc.php , make sure that before the new configuration block you do $i++;

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?