| Server IP : 45.40.142.9 / Your IP : 216.73.216.250 Web Server : Apache System : Linux s45-40-142-9.secureserver.net 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64 User : bayspec ( 506) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/usr/share/mysql-test/include/ |
Upload File : |
--echo connect (master,$IPv6,root,,test,MASTER_MYPORT); connect (master,$IPv6,root,,test,$MASTER_MYPORT); --echo connect (slave,$IPv6,root,,test,SLAVE_MYPORT); connect (slave,$IPv6,root,,test,$SLAVE_MYPORT); --echo connection master; connection master; reset master; source include/show_master_status.inc; save_master_pos; --echo connection slave; connection slave; reset slave; eval change master to master_host='$IPv6'; let $master_host= query_get_value(SHOW SLAVE STATUS, Master_Host, 1); --echo Master-Host: $master_host --echo disconnect slave; disconnect slave; --echo disconnect master; disconnect master; --echo connection default; connection default;