Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

Upon starting the Universal Controller, the opswise.log shows ERR:

Panel

Html bobswift
<pre>
 SQLSTATE: HY000, SQLERR: 1040, ERRMSG: [unixODBC][MySQL][ODBC 5.1 Driver]Too many connections
</pre>

Solution

You must set additional connections in your database server:

Panel

Html bobswift
<pre>
 MySQL - /etc/my.conf - max_connections=500 (default is either 100 or 150)
</pre>