View Single Post
Old 04-07-2005, 03:51 AM  
pstation
Confirmed User
 
Join Date: Jul 2003
Location: chicago
Posts: 1,135
Login to mysql as root, select the "mysql" database.

run this query:
Code:
UPDATE mysql.user SET max_connections=2000 WHERE User='blablabla_me87' LIMIT 1
and then run the query "FLUSH PRIVILEGES;"
pstation is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote