MySql PhpMyAdmin Strato

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • MySql PhpMyAdmin Strato

    Hallo ich wollte für jemanden PhpMyAdmin auf den Server instalieren doch irgendwie bekomm ich es nicht hin
    Die Domain ist bei Strato gehorstet und nun die Frage woran könnte es liegen denn wenn ich es raufschmeisse und instalieren will bekomm ch immer diese Meldung

    http://www.vanillagorgon.de/phpMyAdmin/INSTALL

    $Id: INSTALL,v 1.7 2001/08/03 09:19:35 swix Exp $

    phpMyAdmin - Installation
    -------------------------

    Please have a look to the Documentation.txt or
    Documentation.html files.




    http://www.vanillagorgon.de/phpMyAdmin/index.php

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, service@webmailer.de and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.


    So sieht die confic.inc aus

    $cfg['PmaAbsoluteUri'] = 'http://www.vanillagorgon.de/phpMyAdmin';

    $cfg['Servers'][$i]['host'] = 'rdbm.strato.de'; // MySQL hostname
    $cfg['Servers'][$i]['port'] = ''; // MySQL port - leave blank for default port
    $cfg['Servers'][$i]['socket'] = ''; // Path to the socket - leave blank for default socket
    $cfg['Servers'][$i]['connect_type'] = 'tcp'; // How to connect to MySQL server ('tcp' or 'socket')
    $cfg['Servers'][$i]['controluser'] = ''; // MySQL control user settings
    // (this user must have read-only
    $cfg['Servers'][$i]['controlpass'] = ''; // access to the "mysql/user"
    // and "mysql/db" tables)
    $cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
    $cfg['Servers'][$i]['user'] = 'root'; // MySQL user
    $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
    // with 'config' auth_type)
    $cfg['Servers'][$i]['only_db'] = '******'; // If set to a db-name, only
    // this db is displayed


    woran könnte das liegen

    MFG
    Maik

  • #2
    danke hat sich erledigt

    Kommentar


    • #3
      Was war das Problem?

      php-Entwicklung | ebiz-consult.de
      PHP-Webhosting für PHP Entwickler | ebiz-webhosting.de
      die PHP Marktplatz-Software | ebiz-trader.de

      Kommentar


      • #4
        $cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?

        funktioniert nur auf cookiebasis obwohl das meiner meinung nach kommisch ist, weil der eigentlich auch http akteptieren müsste oder irre ich mich da

        Kommentar


        • #5
          danke!
          jetzt können auch andere User davon profitieren

          gruß
          berni

          php-Entwicklung | ebiz-consult.de
          PHP-Webhosting für PHP Entwickler | ebiz-webhosting.de
          die PHP Marktplatz-Software | ebiz-trader.de

          Kommentar


          • #6
            no prob man hilft wo man kann auch wenn man keine ahnung von der materie hat

            Kommentar

            Lädt...
            X