1     $link = mysqli_connect("localhost", "wu", "wp", "wdb");
 2     $sql = 'SET GLOBAL  connect_timeout=2';
 3     mysqli_query($link, $sql);
 4 
 5     ini_set('memory_limit', '-1');
 6     $sql ='ww';
 7 $ww =0;
 8     if ($result = mysqli_query($link, $sql)) {
 9         while ($row = mysqli_fetch_assoc($result)) {
10             echo '<br>',$ww,'--'.time();
11             $ww++;
12         }
13         mysqli_free_result($result);
14     }
15 die();

 

控制变量法-初中物理-Nobel Lecture, December 12, 1929-php执行SET GLOBAL  connect_timeout=2效果

 

 1     $link = mysqli_connect("localhost", "wu", "wp", "wdb");
 2     //$sql = 'SET GLOBAL  connect_timeout=2';
 3     //mysqli_query($link, $sql);
 4 
 5     ini_set('memory_limit', '-1');
 6     $sql ='ww';
 7 $ww =0;
 8     if ($result = mysqli_query($link, $sql)) {
 9         while ($row = mysqli_fetch_assoc($result)) {
10             echo '<br>',$ww,'--'.time();
11             $ww++;
12         }
13         mysqli_free_result($result);
14     }
15 die();

 

控制变量法-初中物理-Nobel Lecture, December 12, 1929-php执行SET GLOBAL  connect_timeout=2效果

 

 

SHOW VARIABLES LIKE '%out%';

SET GLOBAL  connect_timeout=31536000;
SHOW VARIABLES LIKE '%out%';

SET GLOBAL  connect_timeout=2;
SHOW VARIABLES LIKE '%out%';

 

 

Navicat

'ww'

控制变量法-初中物理-Nobel Lecture, December 12, 1929-php执行SET GLOBAL  connect_timeout=2效果

 

控制变量法-初中物理-Nobel Lecture, December 12, 1929-php执行SET GLOBAL  connect_timeout=2效果

 

控制变量法-初中物理-Nobel Lecture, December 12, 1929-php执行SET GLOBAL  connect_timeout=2效果

 

root账户 用php、Navicat、\MySQL\bin\mysql.exe 执行 

SET GLOBAL  connect_timeout=420

控制变量法-初中物理-Nobel Lecture, December 12, 1929-php执行SET GLOBAL  connect_timeout=2效果


影响的是每一个database,尽管php连接的是指定的某个库,Navicat是某个库的查询窗口,shell-mysql.exe USE w;

 

 

相关文章:

  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2021-12-28
猜你喜欢
  • 2021-12-11
  • 2022-12-23
  • 2021-10-15
  • 2022-01-19
  • 2021-11-24
  • 2021-11-11
相关资源
相似解决方案