My website runs fine on localhost but when deploying it to shared hosting. I get this error:
SQLSTATE[42000]: Syntax error or access violation: 1203 User id11846490_otisljoe already has more than 'max_user_connections' active connections (SQL: select count(*) as aggregate from
invoices
wheretitle
= Invoice andinvoices
.deleted_at
is null)
I figured out and, googled why it occurred but I can found the solution.