403Webshell
Server IP : 104.21.38.3  /  Your IP : 172.69.176.141
Web Server : Apache
System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 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 : ON
Directory :  /www/server/mysql/src/rapid/plugin/group_replication/tests/mtr/r/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/server/mysql/src/rapid/plugin/group_replication/tests/mtr/r/gr_ip_whitelist_options.result
include/group_replication.inc
Warnings:
Note	####	Sending passwords in plain text without SSL/TLS is extremely insecure.
Note	####	Storing MySQL user name or password information in the master info repository is not secure and is therefore not recommended. Please consider using the USER and PASSWORD connection options for START SLAVE; see the 'START SLAVE Syntax' in the MySQL Manual for more information.
[connection server1]
[connection server1]
SET GLOBAL group_replication_group_name="00000000-1111-2222-3333-444444444444";
SET GLOBAL group_replication_ip_whitelist=NULL;
ERROR 42000: Variable 'group_replication_ip_whitelist' can't be set to the value of 'NULL'
SET GLOBAL group_replication_ip_whitelist="192.256.1.20";
START GROUP_REPLICATION;
ERROR HY000: The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer.
SET GLOBAL group_replication_ip_whitelist="300.168.1.20";
START GROUP_REPLICATION;
ERROR HY000: The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer.
SET GLOBAL group_replication_ip_whitelist="192.168.1.0/33";
START GROUP_REPLICATION;
ERROR HY000: The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer.
SET GLOBAL group_replication_ip_whitelist="192.168.266.0/24";
START GROUP_REPLICATION;
ERROR HY000: The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer.
SET GLOBAL group_replication_ip_whitelist="8.9.10.0/20,192.168.1.1,192.168.2.0/44";
START GROUP_REPLICATION;
ERROR HY000: The START GROUP_REPLICATION command failed as there was an error when initializing the group communication layer.
SET GLOBAL group_replication_ip_whitelist="8.9.10.0/20,192.168.1.1,AUTOMATIC";
ERROR HY000: The IP whitelist is invalid. Make sure that AUTOMATIC when specifying "AUTOMATIC" the list contains no other values.
SET GLOBAL group_replication_ip_whitelist="192.168.1.1";
include/start_and_bootstrap_group_replication.inc
include/assert.inc [Assert value changed to 192.168.1.1]
include/stop_group_replication.inc
include/assert_grep.inc [ip_whitelist was successfully logged to the error log]
SET GLOBAL group_replication_ip_whitelist="192.168.1.0/24";
include/start_and_bootstrap_group_replication.inc
include/assert.inc [Assert value changed to 192.168.1.0/24]
include/stop_group_replication.inc
include/assert_grep.inc [ip_whitelist was successfully logged to the error log]
SET GLOBAL group_replication_ip_whitelist="8.9.10.0/20";
include/start_and_bootstrap_group_replication.inc
include/assert.inc [Assert value changed to 8.9.10.0/20]
include/stop_group_replication.inc
include/assert_grep.inc [ip_whitelist was successfully logged to the error log]
SET GLOBAL group_replication_ip_whitelist="fe80::f6dd:5a39:661b:b00b/64,8.9.10.0/20,192.168.1.1,192.168.2.0/24";
include/start_and_bootstrap_group_replication.inc
include/assert.inc [Assert value changed to fe80::f6dd:5a39:661b:b00b/64,8.9.10.0/20,192.168.1.1,192.168.2.0/24]
include/stop_group_replication.inc
include/assert_grep.inc [ip_whitelist was successfully logged to the error log]
SET GLOBAL group_replication_ip_whitelist="CORRECT_HOSTNAME";
include/start_and_bootstrap_group_replication.inc
include/assert.inc [Assert value with hostname is not empty]
include/stop_group_replication.inc
SET GLOBAL group_replication_ip_whitelist="";
include/start_and_bootstrap_group_replication.inc
include/assert.inc [Assert value changed to ""]
include/stop_group_replication.inc
include/assert_grep.inc [ip_whitelist was successfully logged to the error log]
SET GLOBAL group_replication_ip_whitelist=DEFAULT;
ERROR 42000: Variable 'group_replication_ip_whitelist' can't be set to the value of 'DEFAULT'
SET GLOBAL group_replication_ip_whitelist=AUTOMATIC;
include/start_and_bootstrap_group_replication.inc
include/assert.inc [Assert value changed to "AUTOMATIC"]
SET GLOBAL group_replication_ip_whitelist="192.168.1.1";
ERROR HY000: The IP whitelist cannot be set while Group Replication is running
include/assert.inc [Assert that value remains unchanged]
include/stop_group_replication.inc
[connection server1]
SET GLOBAL group_replication_ip_whitelist="";
include/start_and_bootstrap_group_replication.inc
[connection server2]
include/start_group_replication.inc
CREATE TABLE t1 (c1 INT NOT NULL PRIMARY KEY) ENGINE=InnoDB;
INSERT INTO t1 VALUES (1);
[connection server1]
include/rpl_sync.inc
include/diff_tables.inc [server1:test.t1,server2:test.t1]
DROP TABLE t1;
include/rpl_sync.inc
[connection server1]
include/stop_group_replication.inc
SET GLOBAL group_replication_ip_whitelist= AUTOMATIC;
include/start_group_replication.inc
[connection server2]
include/stop_group_replication.inc
SET GLOBAL group_replication_ip_whitelist= AUTOMATIC;
include/start_group_replication.inc
include/group_replication_end.inc

Youez - 2016 - github.com/yon3zu
LinuXploit