Create more instances phpmyadmin

Discussion in 'Installation/Configuration' started by pinkfeet, Nov 4, 2014.

  1. pinkfeet

    pinkfeet Member HowtoForge Supporter

    Hi,

    I installed ispconfig successfull, its okay but I want to create more instances to phpmyadmin because I have another BBDD server with BD's.
    I modified config.inc.php in /usr/share/phpmyadmin but I hadn't luck.

    Where could I create more instances in a checkbox to select which server you should select?

    Thanks in advance.
     
  2. pinkfeet

    pinkfeet Member HowtoForge Supporter

    Hi,

    i reply to myself; in debian, this is done editing /etc/phpmyadmin/config.inc.php instead the other one located in /usr/share/phpmyadmin. You can do it wih lines like these:

    $cfg['Servers'][$i]['auth_type'] = 'cookie';
    $cfg['Servers'][$i]['host'] = 'othermysqlserver.com;
    $cfg['Servers'][$i]['connect_type'] = 'tcp';
    $cfg['Servers'][$i]['extension'] = 'mysql';

    Thanks
     
  3. srijan

    srijan New Member HowtoForge Supporter

Share This Page