Guest User

Untitled

a guest
Dec 13th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. * * * * * | /usr/local/php7/bin/php /home/www/WEBSITE.com/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /home/www/WEBSITE.com/var/log/magento.cron.log
  2. * * * * * | /usr/local/php7/bin/php /home/www/WEBSITE.com/update/cron.php >> /home/www/WEBSITE.com/var/log/update.cron.log
  3. * * * * * | /usr/local/php7/bin/php /home/www/WEBSITE.com/bin/magento setup:cron:run >> /home/www/WEBSITE.com/var/log/setup.cron.log
  4.  
  5. Cron: '/usr/local/php7/bin/php /home/www/WEBSITE.com/bin/magento cron:run | grep -v "Ran jobs by schedule" >> /home/www/WEBSITE.com/var/log/magento.cron.log'
  6.  
  7. [Zend_Db_Adapter_Exception]
  8. SQLSTATE[HY000] [1226] User 'DB_NAME' has exceeded the 'max_user_connections' resource (current value: 20)
  9. [PDOException]
  10. SQLSTATE[HY000] [1226] User 'DB_NAME' has exceeded the 'max_user_connections' resource (current value: 20)
  11. cron:run [--group GROUP] [--bootstrap BOOTSTRAP]
  12.  
  13. crontab -u magento_user -e
Add Comment
Please, Sign In to add comment