So ich habs jetzt mal auf biegen und brechen durchgeführt. Komme aber jetzt leider nicht auf der Weboberfläche durch den ISPConfig Login.
Folgendes hab ich gemacht:
- neuen mySQL User ispconfig angelegt
- mit GRANT ALL ON *.* TO 'ispconfig'@'localhost'; diesen zum Admin gemacht
- ispconfig Setup zu ende geführt:
Code:
...
Wie heisst der MySQL-Server?[B]meinedomain.de[/B]
OK
Wie heisst der MySQL-User?[B][COLOR=Blue]ispconfig[/COLOR][/B]
Wie heisst das MySQL-Passwort?
OK
Vergeben Sie einen Namen für die ISPConfig-Datenbank (z.B. db_ispconfig):[B]db_ispconfig[/B]
Geben Sie die IP-Adresse des ISPConfig-Webs an (z.B. 192.168.0.1):[B]xx.xx.xx.xx[/B]
OK
Geben Sie den Host-Namen an (z.B. www):[B]www[/B]
Geben Sie die Domain an (z.B. xyz.de):[B]meinedomain.de[/B]
OK
Bitte wählen Sie aus, über welches Protokoll (http oder https (SSL-Verschlüsselung)) Ihr ISPConfig-System erreichbar sein soll:
1) HTTPS
2) HTTP
Ihre Wahl: [B]1[/B]
Connected successfully to MySQL server
ERROR 1044 (42000): Access denied for user 'ispconfig'@'%' to database 'db_ispconfig'
[COLOR=Red]no crontab for root[/COLOR]
postmap: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
postmap: warning: inet_protocols: configuring for IPv4 support only
Neustart einiger Dienste...
Stopping Postfix Mail Transport Agent: postfixpostfix: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
postfix: warning: inet_protocols: configuring for IPv4 support only
.
Starting Postfix Mail Transport Agent: postfixpostfix: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
postfix: warning: inet_protocols: configuring for IPv4 support only
.
Stopping ftp server: proftpd.
Starting ftp server: proftpd.
Starting ISPConfig system...
/root/ispconfig/httpd/bin/apachectl startssl: httpd started
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /root/ispconfig/scripts/lib/config.inc.php on line 47
No results found!ISPConfig system is now up and running!
Herzlichen Glueckwunsch! Ihr ISPConfig-System ist jetzt installiert. Falls Sie Quota nachinstalliert haben, fuehren Sie noch die in der Installationsanleitung beschriebenen Schritte durch. Ansonsten ist Ihr System jetzt ohne Reboot einsatzbereit.
Bitte gehen Sie mit Ihrem Browser auf
https://www.meinedomain.de:81
und loggen sich ein:
Benutzername: admin
Passwort: admin
Wie gesagt, Login geht dann nicht mit Username admin und Passwort admin.
Ich denke das könnte alles noch an dem mysql Problem hängen.
Das System, so wie es jetzt ist, muss ich eh nochmal neu installieren (weil ich nicht so ein gefrickeltes System haben möchte und es kein Problem ist, die Schritte die schonmal liefen wieder nachzuholen...)
Was mich übrigens auch stutzig macht ist folgende Ausgabe bei
netstat -tap:
Code:
# [B]netstat -tap | grep mysql[/B]
tcp 0 0 meinedomain.:mysql *:* LISTEN 28258/mysqld
richtig hätte aber diese Ausgabe gezeigt werden müssen:
Code:
tcp 0 0 *:mysql *:* LISTEN 3281/mysqld