Making the maximum number of mysql connections higher?

Discussion in 'MySQL' started by simplistic, Aug 26, 2007.

  1. #1
    Anyone know how to do this through ssh? please help
     
    simplistic, Aug 26, 2007 IP
  2. lkj

    lkj Peon

    Messages:
    729
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can setup it in my.cnf file or from the command line....

    set-variable = max_connections=1000

    Will set max connections to 1000.
     
    lkj, Aug 27, 2007 IP