www.国产视频,一级看片免费视频囗交动图,波多野结衣高清无码中文456,中国一级特黄特级毛片,69mmWWW路cOm,天天摸夜夜摸黄片,aaaaaaaaa在线观看

綠色資源網(wǎng):您身邊最放心的安全下載站! 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

綠色資源網(wǎng)

技術教程
您的位置:首頁數(shù)據(jù)庫類MySQL → 加大mysql的最大連接數(shù)

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

我要評論 2009/04/15 16:05:49 來源:綠色資源網(wǎng) 編輯:編輯整理 [ ] 評論:0 點擊:327次

mysql的最大連接數(shù)默認是100, 這個數(shù)值對于并發(fā)連接很多的數(shù)據(jù)庫應用是遠遠不夠的,可以把它適當調大, whereis safe_mysqld 找到safe_mysqld的位置,然后編輯它,找到mysqld啟動的那兩行,在后面加上參數(shù)  -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 
然后關閉mysql重啟它,用  /mysqladmin所在路徑/mysqladmin -uroot -p variables 
輸入root數(shù)據(jù)庫賬號的密碼后可看到  | max_connections | 1000 | 
即新改動已經(jīng)生效。

關鍵詞:mysql

閱讀本文后您有什么感想? 已有 人給出評價!

  • 1 歡迎喜歡
  • 1 白癡
  • 1 拜托
  • 1 哇
  • 1 加油
  • 1 鄙視