• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] phpMyAdmin läuft intern, von extern nicht ...

cuhlig

Newbie
Leute,

nun läuft der phpMyAdmin local auf dem PC, ich kann super arbeiten damit, jedoch von extern über http://IP/phpMyAdmin passiert nix (Seite kann nicht angezeigt werden). http://IP zeigt den Serverstatus sauber an.

Christian
 
A

Anonymous

Gast
Hallo,
ich hab das gleiche Problem.
Kann mir jemand bitte sagen wo ich "localhost" durch die IP Adresse ersetzen kann/muss.

Hatte es glaub mal aber finds gerade nicht :cry:
 

wenf

Hacker
ich meinte in
config.inc.php
da steht

/**
* Your phpMyAdmin url
*
* Complete the variable below with the full url ie
* http://www.your_web.net/path_to_your_phpMyAdmin_directory/
*
* It must contain characters that are valid for a URL, and the path is
* case sensitive on some Web servers, for example Unix-based servers.
*
* In most cases you can leave this variable empty, as the correct value
* will be detected automatically. However, we recommend that you do
* test to see that the auto-detection code works in your system. A good
* test is to browse a table, then edit a row and save it. There will be
* an error message if phpMyAdmin cannot auto-detect the correct value.
*
* If the auto-detection code does work properly, you can set to TRUE the
* $cfg['PmaAbsoluteUri_DisableWarning'] variable below.
*/
$cfg['PmaAbsoluteUri'] = 'http://deine.ip.des.servers/phpMyAdmin/';

oder

$cfg['PmaAbsoluteUri'] = 'http://FQDN/phpMyAdmin/';

FQDN = full qualified Domain Name
 
Oben