403Webshell
Server IP : 104.21.38.3  /  Your IP : 172.71.124.7
Web Server : Apache
System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64
User : www ( 1000)
PHP Version : 7.4.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /www/server/mysql/src/mysql-test/suite/innodb_fts/r/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/server/mysql/src/mysql-test/suite/innodb_fts/r/phrase.result
CREATE TABLE articles (
id INT UNSIGNED AUTO_INCREMENT NOT NULL PRIMARY KEY,
title VARCHAR(200),
body TEXT,
FULLTEXT (title,body)
) ENGINE=InnoDB;
INSERT INTO articles (title,body) VALUES
(NULL, 'mysql good database'),
(NULL, ' mysql good database'),
('', 'mysql good database'),
('', ' mysql good database'),
(' ', 'mysql good database'),
('mysql', 'good database'),
('mysql ', 'good database'),
('mysql', ' good database'),
('mysql good database', ''),
('mysql good database', NULL);
SET GLOBAL innodb_ft_aux_table="test/articles";
SELECT * FROM INFORMATION_SCHEMA.INNODB_FT_INDEX_CACHE;
WORD	FIRST_DOC_ID	LAST_DOC_ID	DOC_COUNT	DOC_ID	POSITION
database	2	11	10	2	11
database	2	11	10	3	12
database	2	11	10	4	11
database	2	11	10	5	12
database	2	11	10	6	13
database	2	11	10	7	11
database	2	11	10	8	12
database	2	11	10	9	12
database	2	11	10	10	11
database	2	11	10	11	11
good	2	11	10	2	6
good	2	11	10	3	7
good	2	11	10	4	6
good	2	11	10	5	7
good	2	11	10	6	8
good	2	11	10	7	6
good	2	11	10	8	7
good	2	11	10	9	7
good	2	11	10	10	6
good	2	11	10	11	6
mysql	2	11	10	2	0
mysql	2	11	10	3	1
mysql	2	11	10	4	0
mysql	2	11	10	5	1
mysql	2	11	10	6	2
mysql	2	11	10	7	0
mysql	2	11	10	8	0
mysql	2	11	10	9	0
mysql	2	11	10	10	0
mysql	2	11	10	11	0
SET GLOBAL innodb_ft_aux_table=default;
SELECT * FROM articles;
id	title	body
1	NULL	mysql good database
2	NULL	 mysql good database
3		mysql good database
4		 mysql good database
5	 	mysql good database
6	mysql	good database
7	mysql 	good database
8	mysql	 good database
9	mysql good database	
10	mysql good database	NULL
SELECT * FROM articles WHERE MATCH(title, body)
AGAINST('"mysql good database"' IN BOOLEAN MODE);
id	title	body
1	NULL	mysql good database
2	NULL	 mysql good database
3		mysql good database
4		 mysql good database
5	 	mysql good database
9	mysql good database	
10	mysql good database	NULL
SELECT * FROM articles WHERE MATCH(title, body)
AGAINST('("mysql good database")' IN BOOLEAN MODE);
id	title	body
1	NULL	mysql good database
2	NULL	 mysql good database
3		mysql good database
4		 mysql good database
5	 	mysql good database
9	mysql good database	
10	mysql good database	NULL
DROP TABLE articles;

Youez - 2016 - github.com/yon3zu
LinuXploit