Hello is this error with ispconfig3? when ever i restarting server the password of my ispconfig3 is not working i always need to reinstall could any body or forum moderator tell me why this happening?
There is never a reinstall nescessary for such a issue, so dont reinstall. About which password are you talking, the ispconfig admin password in the web interface or your ssh root password? Btw. Please post ispconfig questions in the ispconfig forum
i am talking about ispconfig3 password i know ispconfig3 and ssh password are different ispconfig3 password always not work when ever reboot is attempted could you tell me any specific reason why this happening?
The most likely reason is that mysql is not started. Please logon on the shell and start mysql and try to login in ispconfig again. If that helps, then ensure that your mysql daemon starts at boot, this is the case by default but might have been disabled on your server.
Are you able to login to mysql with e.g. phpmyadmin with the mysql login details (username and password) from file /usr/local/ispconfig/interface/lib/config.inc.php ?
Ok, so the cause of the problem is the mysql login. Check with: ps a-ux | grep mysql if mysql is running after you started it. Then take alook the the apache error.log file for errors and at the syslog file for apache or mysql errors.
Ok.On thentos the log files are name ddifferently. Please check the file /var/log/messages and if there are any mysql related logs in /var/log, then check these too.
i have tried all the commands to rectify and run mysql server but error is there mysql server failed to start as it was fine with zpanel and directadmin when i used them but as i installed ispconfig3 its not working does any other setup needed for ispconfig3? always after restart mysql never run for ispconfig3 at the step where it ask for host user password create db does there need some other things at host i putted local host user would be root password left blank db is putted with any name could you tell something missing there?
There is no special setup needed for ispconfig and ispconfig uses the mysql package of the linux distribution and ispconfig does not alter any mysql config files during setup so the reason that mysql does not start is most likely not related to ispconfig. Which Tutorial did you use to install ispconfig and was this a fresh (empty) server before you installed it? The hostname is "localhost" (in one word), the username is "root" and the password is the root password of your myqsl installation, you should never use a empty root password, but thats for security reasons only and will not cause mysql start to fail.
at last my problem fixed but it giving this error Web-Server: Online FTP-Server: Offline SMTP-Server: Online POP3-Server: Offline IMAP-Server: Offline DNS-Server: Online mySQL-Server: Online could you tell me do i need to run auto start command for them as well or need to reinstall/install them?
If you follwed the installation guides, then the yget started automatically. So to help you with your questions please answer my question from above: Which Tutorial did you use to install ispconfig and was this a fresh (empty) server before you installed it?
i have followed installation guide of ispconfi3 which i downloaded from here from my subscription yes i install on fresh server with fresh installed os also my server keeps on loading now after my sql problem fixed
We have many installation guides for many linux distributions available, I cant help you if you dont say which exact guide has been used.
i used centos guide actually i used manual of ispconfig3 Till i have gone through it quite nicely do i need to install ftp,pop3 smtp etc seperately? server always hanged i think i need to reinstall everything once again
The ispconfig manual contains a multiserver guide for debian Linux which is a special case and usage scenario. The debian guide can not be used for a centos server as the package names differ. We provide many different centos guides (http://www.ispconfig.org/ispconfig-3/documentation/), please specify which exact guide (URL to the document) you used to install your server and ensure that you followed the guide to the letter to prepare your server for ispconfig (e.g. that you insalled all required services like apache, postfix, pure-ftpd, amavisd, clamav, dovecot or courier etc.). If you dont install everything described in the guide before you install ispconfig, then ispconfig can not work as there are no services that can be configured.