Thread
:
linux host question
View Single Post
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
View Public Profile
Find More Posts by pstation