[PrestaShopException]

Link to database cannot be established: SQLSTATE[HY000] [1203] User eurotessuosc already has more than 'max_user_connections' active connections
at line 121 in file classes/db/DbPDO.php

116.     public function connect()
117.     {
118.         try {
119.             $this->link = $this->getPDO($this->server, $this->user, $this->password, $this->database, 5);
120.         } catch (PDOException $e) {
121.             throw new PrestaShopException('Link to database cannot be established: ' . $e->getMessage());
122.         }
123. 
124.         $this->link->exec('SET SESSION sql_mode = \'\'');
125. 
126.         return $this->link;

Fatal error: Uncaught PrestaShopException: Link to database cannot be established: SQLSTATE[HY000] [1203] User eurotessuosc already has more than 'max_user_connections' active connections in /home/eurotessu/www/classes/db/DbPDO.php:121 Stack trace: #0 /home/eurotessu/www/classes/db/Db.php(331): DbPDOCore->connect() #1 /home/eurotessu/www/classes/db/Db.php(241): DbCore->__construct('eurotessuosc.my...', 'eurotessuosc', 'SecurePass123', 'eurotessuosc') #2 /home/eurotessu/www/classes/Hook.php(1388): DbCore::getInstance() #3 /home/eurotessu/www/classes/Hook.php(817): HookCore::getHookStatusByName('actionLoggerLog...') #4 /home/eurotessu/www/classes/log/AbstractLogger.php(70): HookCore::exec('actionLoggerLog...', Array) #5 /home/eurotessu/www/classes/log/AbstractLogger.php(112): AbstractLoggerCore->log('Link to databas...', 3) #6 /home/eurotessu/www/classes/exception/PrestaShopException.php(206): AbstractLoggerCore->logError('Link to databas...') #7 /home/eurotessu/www/classes/exception/PrestaShopException.php(98): PrestaShopExceptionCore->logError() #8 /home/eurotessu/www/config/config.inc.php(119): PrestaShopExceptionCore->displayMessage() #9 /home/eurotessu/www/admin998nuufrb/index.php(41): require('/home/eurotessu...') #10 {main} thrown in /home/eurotessu/www/classes/db/DbPDO.php on line 121