anzeige

PhpMyAdmin und MySQL-Host


Seite: 1 2 3 4
Autor Beitrag
Kabarakh
12.07.07 - 10:10:08 Uhr

bei phpbb2:
direkt im verzeichnis deines forums is die config.php

$dbhost = 'localhost';

diesen eintrag ändern
feuerfuchs
12.07.07 - 15:56:33 Uhr

Für Joomla:

in der Datei configuration.php im joomla-Hauptverzeichniss
$mosConfig_host = 'mysql1';
durch
$mosConfig_host = 'localhost'; 
ersetzen.

----
[url="Benutzt den Pytal-Chat!"]/topic,0,0,6358,0[/url]
Beengreen
12.07.07 - 16:08:25 Uhr

was ist denn der premium sever?
tussi
12.07.07 - 16:10:51 Uhr

@ Beengreen: Webpräsenzen auf Premium-Server.

back to topic !
Abgemeldet
12.07.07 - 16:33:26 Uhr

Die config datei beim Mysqldumper anpassen
da das mit dem umschreiben Beim Mysqldumper nicht geht
es kommt danach eine Fehlermeldung in dieser Art
Lost connection to MySQL server at 'reading initial communication packet', system error: 111


einfach die install.php wieder in den root des Mysqldumpers laden im Browser aufrufen und die Installation noch einmal mit localhost durchlaufen lassen und schon geht der auch wieder
elcrian
12.07.07 - 22:40:07 Uhr

Kennt sich wer mir CMS made Simple aus?

Ich kriege nur das seit der Änderung...

the admin panel) #after making any changes to path or url related options #----------------- #Database Settings #----------------- #This is your database connection information. Name of the server, #username, password and a database with proper permissions should #all be setup before CMS Made Simple is installed. $config['dbms'] = 'localhost'; $config['db_hostname'] = 'localhost'; $config['db_username'] = 'phost62430'; $config['db_password'] = '******'; $config['db_name'] = 'phost62430'; #If app needs to coexist with other tables in the same db

usw.
Hab bereits den config Teil der config.php so geändert:

$config['dbms'] = 'localhost';
$config['db_hostname'] = 'localhost';
$config['db_username'] = 'phost62430';
$config['db_password'] = '********';
$config['db_name'] = 'phost62430';

Aber trotzdem...
moses
13.07.07 - 15:02:25 Uhr

könnte man nicht unter der alten URL http://phpma.pytal.de ne einfach Seite setzen, die die Links zu den jetztigen phpma's herumzeigt? Und auch noch gleich sagt, wo man herausfindet, welchen server man jetzt hat.

Ist halt für die "schnellen" ein wenig einfacher, sie sehen es so auf jeden fall.

mose
tussi
13.07.07 - 15:23:29 Uhr

@ elcrian: Bist du sicher, dass dort (fettgedruckt) "mysql1" stand? Ich vermute eher, dass dort nur "mysql" (also ohne 1) stand und das auch so bleiben muss, da ja nur der HOST ("db_hostname") geändert werden muss.

  1. Hab bereits den config Teil der config.php so geändert:  
  2.  
  3. [b]$config['dbms'] = 'localhost';[/b]  
  4. $config['db_hostname'] = 'localhost';  
  5. $config['db_username'] = 'phost62430';  
  6. $config['db_password'] = '********';  
  7. $config['db_name'] = 'phost62430';  


Ist nur eine Vermutung.

edit 15:51 Uhr:

  1. <?php  
  2.  
  3. [b]$config['dbms'] = 'mysql';[/b]  
  4. $config['db_hostname'] = 'localhost';  
  5. $config['db_username'] = '*****';  
  6. $config['db_password'] = '******';  
  7. $config['db_name'] = '*****';  


Setz in deine config.php mal wieder mysql an diese Stelle.
Tristan
13.07.07 - 19:08:14 Uhr

Hi
Ich hab kein php sondern nur html dateien auf mein webspace. Aber ich kann nicht mehr über "ftp://ftp.pytal.de/" hochladen. Ich hab mein ftp schon wieder aktiviert. kann mir jemand helfen?
danke
feuerfuchs
13.07.07 - 19:21:13 Uhr

Aus den News:

Auch für die FTP-Zugänge wurde ein neuer Host vergeben. Beides im Webhostingbereich einzusehen...


----
[url="Benutzt den Pytal-Chat!"]/topic,0,0,6358,0[/url]
Seite: 1 2 3 4

- Obige Beiträge stellen keine Äußerung oder Meinung von Pytal oder dessen Betreiber dar -