Re: best mysql frontends

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • h.stroph

    Re: best mysql frontends

    In news:g8epql$7pc $1@aioe.org,
    h.stroph <me@privacy.net typed:
    >>What gui frontends are available to build and populate databases and
    >>to design the gui query forms to get information back out as
    >>desired, please?
    >>
    >I personally use php and an apache web server, and a browser to
    >display the forms.
    >
    Thank you.
    ....
    phpmyadmin.noar ch 2.11.8.1-1.el5.rf installed
    I downloaded, compiled and installed Apache 2.2.9 and it's running, even
    though it identifies itself as Apache 2.2.3 for some reason.

    phpmyadmin was installed in the document root, but
    http://centos52/phpmyadmin/index.php yields "Forbidden You don't have
    permission to access /phpmyadmin/index.php on this server."

    /var/www/html/phpmyadmin]# ls -ld ../php* ./index.php
    -rw-r--r-- 1 apache apache 6586 Aug 19 09:39 ./index.php
    drwxr-xr-x 10 apache apache 4096 Aug 19 12:06 ../phpmyadmin
    drwx---r-x 6 apache apache 4096 Sep 16 2007 ../phpMyEdit-5.7.1

    $ egrep -v "^.\*|^/|^$" /var/www/html/phpmyadmin/config.inc.php
    <?php
    $cfg['blowfish_secre t'] = 'munged'; /* YOU MUST FILL IN THIS FOR COOKIE
    AUTH! */
    $i = 0;
    $i++;
    $cfg['Servers'][$i]['auth_type'] = 'cookie';
    $cfg['Servers'][$i]['host'] = 'centos52';
    $cfg['Servers'][$i]['connect_type'] = 'tcp';
    $cfg['Servers'][$i]['compress'] = false;
    $cfg['Servers'][$i]['extension'] = 'mysql';
    $cfg['Servers'][$i]['controluser'] = 'munged';
    $cfg['Servers'][$i]['controlpass'] = 'munged';
    $cfg['PmaAbsoluteUri '] = 'http://centos52/phpmyadmin';
    $cfg['UploadDir'] = '';
    $cfg['SaveDir'] = '';
    ?>

    Do I understand correctly that the host, controluser and controlpass apply
    to the mysqld server?




Working...