![]() |
ISPConfig 3.0.0.8 server didnīt response
hello,
in a few days ago I made a clean installation of ISPConfig 3.0.0.8 RC1 on IBM server. There is Debian 4.0. I installed it according Installation instructions for ISPConfig 3 RC1 for Debian Etch (4.0). When I logout from ISPConfig and wait some time, then I cannot log in. It tells me that I use wrong login and password. When I log in command line through SSH and restart mysql, then I can log in. Today when I tried to log in ISPConfig through web browser the server did not response me. I can ping it. I tried to log in command line through SSH but I cannot. I had to unplug it from power, then it works. Where could be the problem? |
Quote:
At this time I tried to log in again and it tells this: "Warning: mysql_connect() [function.mysql-connect]: Too many connections in /usr/local/ispconfig/interface/lib/classes/db_mysql.inc.php on line 73" What does it mean?:confused: |
This means that the limit of simultanious mysql connections has been reached. Please set the limit to a higher number and restart mysql.
http://dev.mysql.com/doc/refman/5.1/...nnections.html You can increase this value in main config file (e.g., /etc/my.cnf) using this syntax: [mysqld] set-variable=max_connections=500 |
| All times are GMT +2. The time now is 03:06. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.