reset password
Author Message
jbaber
Posts: 14
Posted 21:48 Nov 21, 2014 |

Can anyone tell me why am I getting this error when attempting to run a query?

Your connection attempt failed for user 'cs320stu03' from your host to server at cs3.calstatela.edu:3306:
  User cs320stu03 already has more than 'max_user_connections' active connections

 

Do I need to explicitly close anything? I am accessing database using JSTL 

Thank you.

cysun
Posts: 2935
Posted 09:10 Nov 22, 2014 |

You shouldn't need to worry about closing connection using JSTL as the <sql:query> and <sql:update> tags will open/close their own connections.