綠色資源網:您身邊最放心(xīn)的安(ān)全下載站! 最新軟件|熱門排(pái)行|軟件分類|軟(ruǎn)件專題|廠商大全(quán)

綠色資源網

技術教(jiāo)程
您(nín)的位置:首(shǒu)頁數據庫類MySQL → 加大mysql的最大連接數(shù)

加大(dà)mysql的最大連接數(shù)

我要評(píng)論(lùn) 2009/04/15 16:05:49 來源:綠色資(zī)源網 編輯(jí):編輯整理 [ ] 評論:0 點擊:327次

mysql的最(zuì)大連接數默認是100, 這個數(shù)值對於(yú)並發連接很多的數據庫應用是遠遠不(bú)夠的,可以(yǐ)把(bǎ)它適(shì)當調大, whereis safe_mysqld 找到safe_mysqld的位置,然後(hòu)編輯它,找到mysqld啟動的那兩行,在後麵加上參(cān)數  -O max_connections=1000 
例如 
--- safe_mysqld.orig Mon Sep 25 09:34:01 2000 
+++ safe_mysqld Sun Sep 24 16:56:46 2000 
@@ -109,10 +109,10 @@ 
if test "$#" -eq 0 
then 
nohup $ledir/mysqld --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR \ 
- --skip-locking >> $err_log 2>&1 
+ --skip-locking -O max_connections=1000 >> $err_log 2>&1 
else 
nohup $ledir/mysqld --basedir=$MY_BASEDIR_VERSION --datadir=$DATADIR \ 
- --skip-locking "$@" >> $err_log 2>&1 
+ --skip-locking "$@" -O max_connections=1000 >> $err_log 2>&1 
fi 
if test ! -f $pid_file # This is removed if normal shutdown 
then 
然後關閉(bì)mysql重啟它,用(yòng)  /mysqladmin所在(zài)路徑/mysqladmin -uroot -p variables 
輸入root數據庫賬號的密(mì)碼後可看到  | max_connections | 1000 | 
即新改動已(yǐ)經生效。

關鍵詞:mysql

閱讀本(běn)文後您有什(shí)麽感想? 已(yǐ)有(yǒu) 人給出(chū)評價!

  • 1 歡迎喜歡
  • 1 白癡
  • 1 拜托
  • 1 哇
  • 1 加油
  • 1 鄙視(shì)