From: Michael Widenius Date: March 16 1999 12:53am Subject: Limiting number of connections to database for a user List-Archive: http://lists.mysql.com/mysql/295 Message-Id: <14061.43830.822766.653550@monty.pp.sci.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit >>>>> "Tauren" == Tauren Mills writes: Tauren> Is it possible to set a limit on the number of simultaneous database Tauren> connections that can be in use for a certain user? Not for the moment; (This shouldn't be that hard to fix if anyone is interested in this...) Tauren> How do ISPs that offer MySQL take care of sharing these resources between Tauren> all their users? One way is to have a separate MySQL daemon for each user. Regards, Monty