![]() |
Can't login (w/ remote MySQL)
I've installed ISPConfig3 according to http://www.howtoforge.com/perfect-se...64-ispconfig-3, but using two servers: one for web+mail and the other one just contains MySQL.
After installation, I try to log in but I can't it: "Username or Password wrong". I can connect remotely to MySQL server: Code:
# mysql -u dbispconfig -p -h 10.0.24.102Code:
# grep db_ /usr/local/ispconfig/server/lib/config.inc.phpCode:
<?phpThanks |
You enterd wrong mysql details while you installed ispconfig. The mysql server of a ispconfig 3 install is defined by its hostname (and not IP address) and the hostname of the local mysql server should be localhost. Thats a system requirement for ispconfig, please see multiserver guides. ISPConfig needs the local mysql database for its own settings and to replicate data.
To fix this, uninstall ISPConfig by using the uninstall.php script which can be found in the install folder and then reinstall ispconfig. When the installer asks you for the hostname of the mysql server, enter "localhost" as the installer suggests. |
Ok,
I'll install ISPConfig as usual way and then a separated MySQL server, managed via PHPMyadmin. Thanks. |
Quote:
http://www.howtoforge.com/installing...th-ispconfig-3 |
| All times are GMT +2. The time now is 20:03. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.