⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.124
Server IP:
50.28.103.30
Server:
Linux host.jcukjv-lwsites.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software:
nginx/1.28.0
PHP Version:
8.3.12
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
www
/
server
/
mysql
/
mysql-test
/
r
/
View File Name :
view_gtid_mode_on_debug.result
# # BUG#21463167 - GTIDS: LOCK_OPEN DEADLOCK WITH REVOKE INCIDENT + # SHOW TABLE STATUS CONCURRENTLY # CREATE USER u1; CREATE TABLE t1(a INT); CREATE VIEW v1 AS SELECT * FROM t1; CALL mtr.add_suppression("REVOKE failed while revoking all_privileges from a list of users."); connect con1, localhost, root,,; SET debug="+d,force_mysql_revoke_all_fail"; SET DEBUG_SYNC='revoke_all_before_write_incident_to_binlog SIGNAL revoke_all_has_lock_grant WAIT_FOR revoke_all_cont'; connection default; SET debug="+d,force_check_table_access_return_ok"; connection con1; # Sending REVOKE ALL PRIVILEGES REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'u1'@'%'; connection default; SET DEBUG_SYNC='now WAIT_FOR revoke_all_has_lock_grant'; SET DEBUG_SYNC='fill_effective_table_privileges SIGNAL revoke_all_cont'; SHOW TABLE STATUS; Name Engine Version Row_format Rows Avg_row_length Data_length Max_data_length Index_length Data_free Auto_increment Create_time Update_time Check_time Collation Checksum Create_options Comment t1 InnoDB 10 Dynamic 0 0 16384 0 0 0 NULL x NULL NULL latin1_swedish_ci NULL v1 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL x NULL NULL NULL NULL NULL VIEW connection con1; # Reaping REVOKE ALL PRIVILEGES ERROR HY000: Can't revoke all privileges for one or more of the requested users connection default; disconnect con1; DROP USER u1; DROP VIEW v1; DROP TABLE t1; SET debug='';