phpMyAdmin question?

Discussion in 'Installation/Configuration' started by ctroyp, Mar 20, 2006.

  1. ctroyp

    ctroyp New Member HowtoForge Supporter

    When a user logs into phpMyAdmin, they have to provide their un and pass twice. Here is the scenario:

    1) enter url: http://www.myhosteddomain1.com:81/phpmyadmin. This is as directed from the ISPConfig manual.

    2) popup displays and user enters un and pass. Now this popup shows that it is connecting to the correct domain. www.myhosteddomain1.com

    3) once the home page of phpMyAdmin is displayed, the user will select "Databases" to list the databases for that particular account.

    4) phpMyAdmin does display the correct dbs, but the user has to login again in order to access the dbs list page. The same goes for clicking any other link on the phpMyAdmin home page. I believe that the reason is because it changes the domain in the url to www.myserverdomain.com instead of the user's hosted domain.

    Is this correct? Should the user have to login twice?

    I have installed an additional copy of phpMyAdmin in the web root for the website and it works fine without having to supply the un and pass twice, and it stays within the correct domain. Only problem is, this practice is not automated during the creation of a db within ISPConfig.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    No. The problem seems to be that you try to connect with another domain than is listed in /root/ispconfig/httpd/conf/httpd.conf. You might have to change this file and restart ISPConfig.
     

Share This Page