⚝
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
/
include
/
View File Name :
ndb_not_readonly.inc
# Check that server has come out ot readonly mode # # wait for server to connect properly to cluster # --disable_query_log set @saved_log = @@sql_log_bin; set sql_log_bin = 0; --error 0,ER_NO_SUCH_TABLE,ER_OPEN_AS_READONLY,ER_GET_ERRMSG,ER_TABLE_DEF_CHANGED,ER_NOT_FORM_FILE,ER_KEY_NOT_FOUND delete from mysql.ndb_schema where db="" and name=""; let $mysql_errno= 1; let $counter= 600; while ($mysql_errno) { # Table is readonly until the mysqld has connected properly --error 0,ER_NO_SUCH_TABLE,ER_OPEN_AS_READONLY,ER_GET_ERRMSG,ER_TABLE_DEF_CHANGED,ER_NOT_FORM_FILE, replace into mysql.ndb_schema values("","",0,"",0,0,0,0,0); if ($mysql_errno) { if (!$counter) { die Failed while waiting for mysqld to come out of readonly mode; } dec $counter; --sleep 0.1 } } delete from mysql.ndb_schema where db="" and name=""; set sql_log_bin = @saved_log; --enable_query_log # # connected #