Hallo, ich habe versucht ispconfig erst nach der Perfect Setup Anleitung und dann

  • Thread starter Thread starter Gast4121
  • Start date Start date
G

Gast4121

Guest
Hallo,

ich habe versucht ispconfig erst nach der Perfect Setup Anleitung und dann nach der Anleitung auf der ispconfig page zu installieren.

Ich komme jedoch nicht so recht weiter...

Wenn ich folgendes eingebe:
Code:
mysqladmin -u root password yourrootsqlpassword 
mysqladmin -h server1.example.com -u root password yourrootsqlpassword
kommt bei mir:
Code:
mysqladmin: connect to server at 'localhost' failed

Den Schritt habe ich (aufgrund einiger Forentipps) nun übersprungen, nun bei der Installation von ispconfig fragt er aber wieder danach siehe (ISPConfig - OpenSource ISP management and Hosting Control Panel - About)

Code:
Please enter your MySQL server: E.G. localhost 
Please enter your MySQL user: E.G. root 
Please enter your MySQL password: Your MySQL password 
Please enter a name for the ISPConfig database: E.g. ispconfigdb 
Please enter the IP address of the ISPConfig web: E.g. 192.168.0.1 
Please enter the host name: E.g. www 
Please enter the domain: E.g. xyz.de 
Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system: If you want to use your control panel with SSL, select 1. You can then access it under https://www.xyz.de:81. If you want to access it under http://www.xyz.de:81, choose 2.

Wie kann ich das SQL root pw setzten?

Danke für eure Hilfe.
Grüße
 
Last edited by a moderator:
habe das gleiche problem:


wenn ich "netstat -tap" ausführe kommt folgendes:

Code:
tcp        0      0 *:mysql                 *:*               LISTEN     30290/mysqld

soweit ich das sehe läuft der sql server doch?
 
Code:
mysqladmin -u root password yourrootsqlpassword 
mysqladmin -h server1.example.com -u root password yourrootsqlpassword
kann ich nicht ausführen da wie oben schon beschrieben die Fehlermeldung kommt, wenn ich dann die sql daten angeben soll:
Code:
Please enter your MySQL server: E.G. localhost 
Please enter your MySQL user: E.G. root 
Please enter your MySQL password: Your MySQL password
kommt die gleiche Meldung
 
localhost ist eigentlich der Standardname für 127.0.0.1, also der Loopback-Adapter. Mich wundert die Meldung, dass mysqladmin nicht an den auf zumindest localhost laufenden mysqld zugreifen kann.

Wie sieht denn die /etc/hosts aus?

Wie sieht denn der Eintrag in /etc/mysql hier Direktive bind-adress aus?

Ich geh mal davon aus, dass Du debian hast, wäre aber nicht schlecht mal die Version zu posten.
 
Ich habe das Problem gelöst, es lag daran das mysql bereits ein root Passwort hatte, warum weis ich jedoch nicht. Trotzdem vielen Dank für eure Hilfe!
 
Back
Top