Server IP : 185.86.78.101 / Your IP : 216.73.216.213 Web Server : Apache System : Linux 675867-vds-valikoshka1996.gmhost.pp.ua 5.4.0-150-generic #167-Ubuntu SMP Mon May 15 17:35:05 UTC 2023 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/server/mysql/mysql-test/r/ |
Upload File : |
call mtr.add_suppression("Can't create thread to"); SET @old_debug= @@GLOBAL.debug; SET @orig_max_connections= @@global.max_connections; connect con1, localhost, root,,mysql; SELECT 1; 1 1 connect con2, localhost, root,,mysql; SELECT 1; 1 1 connect con3, localhost, root,,mysql; SELECT 1; 1 1 SET GLOBAL debug= '+d,fail_thread_create'; connect(localhost,root,,mysql,MYSQL_PORT,MYSQL_SOCK); connect con4, localhost, root,,mysql; ERROR HY000: Can't create a new thread (errno 1); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug connection default; SET GLOBAL debug="-d,fail_thread_create"; disconnect con1; disconnect con2; disconnect con3; SET GLOBAL max_connections= 3; connect con1, localhost, root,,mysql; connect con2, localhost, root,,mysql; connect con3, localhost, root,,mysql; connect(localhost,root,,mysql,MYSQL_PORT,MYSQL_SOCK); connect con4, localhost, root,,mysql; ERROR HY000: Too many connections connection default; disconnect con1; disconnect con2; disconnect con3; SET GLOBAL debug= '+d,simulate_resource_failure'; call mtr.add_suppression("Out of memory"); connect(localhost,root,,mysql,MYSQL_PORT,MYSQL_SOCK); connect con1, localhost, root,,mysql; ERROR HY000: Lost connection to MySQL server at 'reading initial communication packet', system error: NUM connection default; SET GLOBAL debug= '-d,simulate_resource_failure'; SET GLOBAL debug= @old_debug; SET GLOBAL max_connections= @orig_max_connections;