⚝
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
/
suite
/
gcol
/
r
/
View File Name :
gcol_csv.result
SET @@session.storage_engine = 'CSV'; create table t1 (a int, b virtual int as (a+1)); ERROR HY000: 'Specified storage engine' is not yet supported for generated columns. create table t1 (a int not null); alter table t1 add column b virtual int as (a+1); ERROR HY000: 'Specified storage engine' is not yet supported for generated columns. drop table t1; DROP VIEW IF EXISTS v1,v2; DROP TABLE IF EXISTS t1,t2,t3; DROP PROCEDURE IF EXISTS p1; DROP FUNCTION IF EXISTS f1; DROP TRIGGER IF EXISTS trg1; DROP TRIGGER IF EXISTS trg2; set sql_warnings = 0;