òeCNN0`BiE@@/>€o0xE(@@a PlJk> PqneC NNBi0`E@@/Jƒxǀo0E(2Q@`  kP>>JPT%eC%NNʪBiE@@/#o0o0oE(2Q@@`  kP>>JPT%eCrZZBi0`EL@/Jxǀo0E4@?  P۰&_]Eɀ Ͼ WBYFeCZZ0`BiEL@/o0AE4@@  P۰&_]Eɀ Ͼ WBYFeCZZBi0`EL@/< o0E4X@?X[  3P7JK_ ,7%leCZZʪBiEL@/o0o0oE4X@@W[  3P7JK_ ,7%leCZZBi0`EL@/Ao0E4>@?#  Pa"l! YeeCZZ0`BiEL@/Go0o+?E4>@@"  Pa"l! YeeCeZZBi0`EL@/< o0E4Y@?XZ  3P7JNe ,7%leC|ZZʪBiEL@/o0o0oE4Y@@WZ  3P7JNe ,7%leCZZBi0`EL@/< o0E4Z@?XY  3P7JNe ,7%leCZZʪBiEL@/o0o0oE4Z@@WY  3P7JNe ,7%leCZZBi0`EL@/Ao0E4@@?#  Pa!"l YgeCZZ0`BiEL@/Go0o+?E4@@@"  Pa!"l YgeC4ZZBiʪEL@/o0oo0E4c@@ P3JNe7݀  7%m,eCMZZ0`BiEL@/A  P:ٷa 6 qYe9233482386203\nmysql> SELECT RAND(20);\n -> 0.15888261251047\nmysql> SELECT RAND(20);\n -> 0.15888261251047\nmysql> SELECT RAND();\n -> 0.63553050033332\nmysql> SELECT RAND();\n -> 0.70100469486881',''),(116,'RPAD',23,' RPAD(str,len,padstr)\nReturns the string str, right-padded with the string padstr\nto a length of len characters. If str is longer\nthan len, the return value is shortened to len characters.\n','mysql> SELECT RPAD(\'hi\',5,\'?\');\n -> \'hi???\'\nmysql> SELECT RPAD(\'hi\',1,\'?\');\n -> \'h\'',''),(117,'INSERT INTO',6,'INSERT inserts new rows into an existing table. The INSERT ...\nVALUES and INSERT ... SET forms of the statement insert rows based\non explicitly specified values. The INSERT ... SELECT form inserts\nrows selected from another table or tables. The INSERT ... VALUES\nform with multiple value lists is supported in MySQL 3.22.5 or\nlater. The INSERT ... SET syntax is supported in My 1000 SQL\n3.22.10 or later.\nINSERT ... SELECT is discussed further in\nSee also : [INSERT SELECT, , INSERT SELECT].\n','INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name [(col_name,...)]\n VALUES ({expr | DEFAULT},...),(...),...\n [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]'eC*bb0`BiET@/o0AE<@@?  P:ٷa 6 qYe9233482386203\nmysql> SELECT RAND(20);\n -> 0.15888261251047\nmysql> SELECT RAND(20);\n -> 0.15888261251047\nmysql> SELECT RAND();\n -> 0.63553050033332\nmysql> SELECT RAND();\n -> 0.70100469486881',''),(116,'RPAD',23,' RPAD(str,len,padstr)\nReturns the string str, right-padded with the string padstr\nto a length of len characters. If str is longer\nthan len, the return value is shortened to len characters.\n','mysql> SELECT RPAD(\'hi\',5,\'?\');\n -> \'hi???\'\nmysql> SELECT RPAD(\'hi\',1,\'?\');\n -> \'h\'',''),(117,'INSERT INTO',6,'INSERT inserts new rows into an existing table. The INSERT ...\nVALUES and INSERT ... SET forms of the statement insert rows based\non explicitly specified values. The INSERT ... SELECT form inserts\nrows selected from another table or tables. The INSERT ... VALUES\nform with multiple value lists is supported in MySQL 3.22.5 or\nlater. The INSERT ... SET syntax is supported in My 1000 SQL\n3.22.10 or later.\nINSERT ... SELECT is discussed further in\nSee also : [INSERT SELECT, , INSERT SELECT].\n','INSERT [LOW_PRIORITY | DELAYED | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name [(col_name,...)]\n VALUES ({expr | DEFAULT},...),(...),...\n [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]'eCZZBi0`EL@/Ao0E4B@?#  Pa1"l YieCZZ0`BiEL@/Go0o+?E4B@@"  Pa1"l YieCmbbBi0`ET@/?o+?o0E<@>A  P?a  qYe,''),(118,'RESTORE',7,'\nRESTORE TABLE tbl_name [, tbl_name] ... FROM \'/path/to/backup/directory\'\n\nRestores the table or tables from a backup that was made with BACKUP\nTABLE. Existing tables are not overwritten; if you try to restore over\nan existing table, you get an error. Just as BACKUP TABLE,\nRESTORE TABLE currently works only for MyISAM tables.\nThe directory should be specified as a full pathname.\n\nThe backup for each table consists of its *.frm format file and\n*.MYD data file. The restore operation restores those files, then\nuses them to rebuild the *.MYI index file. Restoring takes longer\nthan backing up due to the need to rebuild the indexes. The more indexes the\ntable has, the longer it takes.\n','',''),(119,'CREATE DATABASE',28,'CREATE DATABASE creates a database with the given name. To use\nCREATE DATABASE, you need the CREATE privilege on the database.\n','CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name\n [create_specification [, create_specification] ...]\n\ncreate_specification:\n [DEFAULT] CHARACTER SET charset_name\n | [DEFAULT] COLLATE collation_name',''),(120,'VAR_POP',12,' VAR_POP(expr)\nReturns the population standard variance of expr. It considers rows\nas the whole population, not as a sample, so it has the number ofeCbb0`BiET@/o0AE<@@?  P?a  qYe,''),(118,'RESTORE',7,'\nRESTORE TABLE tbl_name [, tbl_name] ... FROM \'/path/to/backup/directory\'\n\nRestores the table or tables from a backup that was made with BACKUP\nTABLE. Existing tables are not overwritten; if you try to restore over\nan existing table, you get an error. Just as BACKUP TABLE,\nRESTORE TABLE currently works only for MyISAM tables.\nThe directory should be specified as a full pathname.\n\nThe backup for each table consists of its *.frm format file and\n*.MYD data file. The restore operation restores those files, then\nuses them to rebuild the *.MYI index file. Restoring takes longer\nthan backing up due to the need to rebuild the indexes. The more indexes the\ntable has, the longer it takes.\n','',''),(119,'CREATE DATABASE',28,'CREATE DATABASE creates a database with the given name. To use\nCREATE DATABASE, you need the CREATE privilege on the database.\n','CREATE {DATABASE | SCHEMA} [IF NOT EXISTS] db_name\n [create_specification [, create_specification] ...]\n\ncreate_specification:\n [DEFAULT] CHARACTER SET charset_name\n | [DEFAULT] COLLATE collation_name',''),(120,'VAR_POP',12,' VAR_POP(expr)\nReturns the population standard variance of expr. It considers rows\nas the whole population, not as a sample, so it has the number ofeCbbBi0`ET@/?o+?o0E<@>A  PDa ' tYg rows as\nthe denominator. This function was added in MySQL 5.0.3. Before 5.0.3, you\ncan use VARIANCE(), which is equivalent but not standard SQL.\n','',''),(121,'ELT',23,' ELT(N,str1,str2,str3,...)\nReturns str1 if N = 1, str2 if N =\n2, and so on. Returns NULL if N is less than 1\nor greater than the number of arguments. ELT() is the complement of\nFIELD().\n','mysql> SELECT ELT(1, \'ej\', \'Heja\', \'hej\', \'foo\');\n -> \'ej\'\nmysql> SELECT ELT(4, \'ej\', \'Heja\', \'hej\', \'foo\');\n -> \'foo\'',''),(122,'ALTER VIEW',24,'This statement changes the definition of an existing view.\nThe syntax is similar to that for CREATE VIEW.\nSee also : [CREATE VIEW, , CREATE VIEW].\nThis statement requires the CREATE VIEW and DELETE privileges\nfor the view, and some privilege for each column referred to in the\nSELECT statement.\n','ALTER [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n VIEW view_name [(column_list)]\n AS select_statement\n [WITH [CASCADED | LOCAL] CHECK OPTION]',''),(123,'~',27,' ~\nInvert all bits.\n','mysql> SELECT 5 & ~1;\n -> 4',''),(124,'CONCAT_WS',23,' CONCAT_WS(separator,str1,str2,...)\n\nCONCAT_WS() stands for CONCAT With Separator and is a special form of\nCONCAT(). The first argument is the separator for eCZZBi0`EL@/Ao0E4D@?#  PaA"l YleCbb0`BiET@/o0AE<@@?  PDa ' tYg rows as\nthe denominator. This function was added in MySQL 5.0.3. Before 5.0.3, you\ncan use VARIANCE(), which is equivalent but not standard SQL.\n','',''),(121,'ELT',23,' ELT(N,str1,str2,str3,...)\nReturns str1 if N = 1, str2 if N =\n2, and so on. Returns NULL if N is less than 1\nor greater than the number of arguments. ELT() is the complement of\nFIELD().\n','mysql> SELECT ELT(1, \'ej\', \'Heja\', \'hej\', \'foo\');\n -> \'ej\'\nmysql> SELECT ELT(4, \'ej\', \'Heja\', \'hej\', \'foo\');\n -> \'foo\'',''),(122,'ALTER VIEW',24,'This statement changes the definition of an existing view.\nThe syntax is similar to that for CREATE VIEW.\nSee also : [CREATE VIEW, , CREATE VIEW].\nThis statement requires the CREATE VIEW and DELETE privileges\nfor the view, and some privilege for each column referred to in the\nSELECT statement.\n','ALTER [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n VIEW view_name [(column_list)]\n AS select_statement\n [WITH [CASCADED | LOCAL] CHECK OPTION]',''),(123,'~',27,' ~\nInvert all bits.\n','mysql> SELECT 5 & ~1;\n -> 4',''),(124,'CONCAT_WS',23,' CONCAT_WS(separator,str1,str2,...)\n\nCONCAT_WS() stands for CONCAT With Separator and is a special form of\nCONCAT(). The first argument is the separator for eCZZ0`BiEL@/Go0o+?E4D@@"  PaA"l YleCNNBi0`E@@/Jƒxǀo0E(&"@  lP> JkPpeCNNʪBiE@@/#o0o0oE(&"@@  lP> JkPpeC*bbBi0`ET@/?o+?o0E<@>A  PIa q9 tYgthe rest of the\narguments.\nThe separator is added between the strings to be concatenated.\nThe separator can be a string as can the rest of the\narguments. If the separator is NULL, the result is NULL.\nThe function skips any NULL values after the\nseparator argument.\n','mysql> SELECT CONCAT_WS(\',\',\'First name\',\'Second name\',\'Last Name\');\n -> \'First name,Second name,Last Name\'\nmysql> SELECT CONCAT_WS(\',\',\'First name\',NULL,\'Last Name\');\n -> \'First name,Last Name\'',''),(125,'ROW_COUNT',25,' ROW_COUNT()\n\nROW_COUNT() returns the number of rows updated, inserted, or deleted\nby the preceding statement. This is the same as the row count that the\nmysql client displays and the value from the\nmysql_affected_rows() C API function.\n','mysql> INSERT INTO t VALUES(1),(2),(3);\nQuery OK, 3 rows affected (0.00 sec)\nRecords: 3 Duplicates: 0 Warnings: 0\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n| 3 |\n+-------------+\n1 row in set (0.00 sec)\n\nmysql> DELETE FROM t WHERE i IN(1,2);\nQuery OK, 2 rows affected (0.00 sec)\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n| 3000 2 |\n+-------------+\n1 row in set (0.00 sec)',''),(126,'ASIN',4,' eCEbb0`BiET@/o0AE<@@?  PIa q9 tYgthe rest of the\narguments.\nThe separator is added between the strings to be concatenated.\nThe separator can be a string as can the rest of the\narguments. If the separator is NULL, the result is NULL.\nThe function skips any NULL values after the\nseparator argument.\n','mysql> SELECT CONCAT_WS(\',\',\'First name\',\'Second name\',\'Last Name\');\n -> \'First name,Second name,Last Name\'\nmysql> SELECT CONCAT_WS(\',\',\'First name\',NULL,\'Last Name\');\n -> \'First name,Last Name\'',''),(125,'ROW_COUNT',25,' ROW_COUNT()\n\nROW_COUNT() returns the number of rows updated, inserted, or deleted\nby the preceding statement. This is the same as the row count that the\nmysql client displays and the value from the\nmysql_affected_rows() C API function.\n','mysql> INSERT INTO t VALUES(1),(2),(3);\nQuery OK, 3 rows affected (0.00 sec)\nRecords: 3 Duplicates: 0 Warnings: 0\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n| 3 |\n+-------------+\n1 row in set (0.00 sec)\n\nmysql> DELETE FROM t WHERE i IN(1,2);\nQuery OK, 2 rows affected (0.00 sec)\n\nmysql> SELECT ROW_COUNT();\n+-------------+\n| ROW_COUNT() |\n+-------------+\n| 3000 2 |\n+-------------+\n1 row in set (0.00 sec)',''),(126,'ASIN',4,' eCZZBi0`EL@/Ao0E4F@?#  PaQ"l YneCZZ0`BiEL@/Go0o+?E4F@@"  PaQ"l YneCnbbBi0`ET@/?o+?o0E<@>A  PNa  wYiASIN(X)\nReturns the arc sine of X, that is, the value whose sine is\nX. Returns NULL if X is not in the range -1 to\n1.\n','mysql> SELECT ASIN(0.2);\n -> 0.201358\nmysql> SELECT ASIN(\'foo\');\n -> 0.000000',''),(127,'FUNCTION',22,'A user-defined function (UDF) is a way to extend MySQL with a new\nfunction that works like a native (built-in) MySQL function such as\nABS() or CONCAT().\n\nfunction_name is the name that should be used in SQL statements to\ninvoke the function. The RETURNS clause indicates the type of the\nfunction\'s return value. shared_library_name is the basename of the\nshared object file that contains the code that implements the function. The\nfile must be located in a directory that is searched by your system\'s\ndynamic linker.\n\nTo create a function, you must have the INSERT and privilege for the\nmysql database. To drop a function, you must have the DELETE\nprivilege for the mysql database. This is because CREATE\nFUNCTION adds a row to the mysql.func system table that records the\nfunction\'s name, type, and shared library name, and DROP FUNCTION\ndeletes the function\'s row from that table. If you do not have this table,\nyou should run the mysql_fix_privilege_tables script to create it.\nSee also : [Upgrading-grant-tableeCbb0`BiET@/o0AE<@@?  PNa  wYiASIN(X)\nReturns the arc sine of X, that is, the value whose sine is\nX. Returns NULL if X is not in the range -1 to\n1.\n','mysql> SELECT ASIN(0.2);\n -> 0.201358\nmysql> SELECT ASIN(\'foo\');\n -> 0.000000',''),(127,'FUNCTION',22,'A user-defined function (UDF) is a way to extend MySQL with a new\nfunction that works like a native (built-in) MySQL function such as\nABS() or CONCAT().\n\nfunction_name is the name that should be used in SQL statements to\ninvoke the function. The RETURNS clause indicates the type of the\nfunction\'s return value. shared_library_name is the basename of the\nshared object file that contains the code that implements the function. The\nfile must be located in a directory that is searched by your system\'s\ndynamic linker.\n\nTo create a function, you must have the INSERT and privilege for the\nmysql database. To drop a function, you must have the DELETE\nprivilege for the mysql database. This is because CREATE\nFUNCTION adds a row to the mysql.func system table that records the\nfunction\'s name, type, and shared library name, and DROP FUNCTION\ndeletes the function\'s row from that table. If you do not have this table,\nyou should run the mysql_fix_privilege_tables script to create it.\nSee also : [Upgrading-grant-tableeCbbBi0`ET@/?o+?o0E<@>A  PTa q wYis].\n','CREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|INTEGER|REAL}\n SONAME shared_library_name\n\nDROP FUNCTION function_name',''),(128,'SIGN',4,' SIGN(X)\nReturns the sign of the argument as -1, 0, or 1, depending\non whether X is negative, zero, or positive.\n','mysql> SELECT SIGN(-32);\n -> -1\nmysql> SELECT SIGN(0);\n -> 0\nmysql> SELECT SIGN(234);\n -> 1',''),(129,'SEC_TO_TIME',14,' SEC_TO_TIME(seconds)\nReturns the seconds argument, converted to hours, minutes, and seconds,\nas a value in \'HH:MM:SS\' or HHMMSS format, depending on whether\nthe function is used in a string or numeric context.\n','mysql> SELECT SEC_TO_TIME(2378);\n -> \'00:39:38\'\nmysql> SELECT SEC_TO_TIME(2378) + 0;\n -> 3938',''),(130,'YEAR TYPE',1,' YEAR[(2|4)]\n\nA year in two-digit or four-digit format. The default is four-digit format.\nIn four-digit format, the\nallowable values are 1901 to 2155, and 0000.\nIn two-digit format, the allowable values are\n70 to 69, representing years from\n1970 to 2069. MySQL displays YEAR values in\nYYYY format, but allows you to assign values to YEAR columns\nusing either strings or numbers. The YEAR type is unavailable prior\nto MySQL 3.22.\n','',''),(131,'FLOAT',1,' FLOAT(p) [UNSIGNED] [ZEReCbb0`BiET@/o0AE<@@?  PTa q wYis].\n','CREATE [AGGREGATE] FUNCTION function_name RETURNS {STRING|INTEGER|REAL}\n SONAME shared_library_name\n\nDROP FUNCTION function_name',''),(128,'SIGN',4,' SIGN(X)\nReturns the sign of the argument as -1, 0, or 1, depending\non whether X is negative, zero, or positive.\n','mysql> SELECT SIGN(-32);\n -> -1\nmysql> SELECT SIGN(0);\n -> 0\nmysql> SELECT SIGN(234);\n -> 1',''),(129,'SEC_TO_TIME',14,' SEC_TO_TIME(seconds)\nReturns the seconds argument, converted to hours, minutes, and seconds,\nas a value in \'HH:MM:SS\' or HHMMSS format, depending on whether\nthe function is used in a string or numeric context.\n','mysql> SELECT SEC_TO_TIME(2378);\n -> \'00:39:38\'\nmysql> SELECT SEC_TO_TIME(2378) + 0;\n -> 3938',''),(130,'YEAR TYPE',1,' YEAR[(2|4)]\n\nA year in two-digit or four-digit format. The default is four-digit format.\nIn four-digit format, the\nallowable values are 1901 to 2155, and 0000.\nIn two-digit format, the allowable values are\n70 to 69, representing years from\n1970 to 2069. MySQL displays YEAR values in\nYYYY format, but allows you to assign values to YEAR columns\nusing either strings or numbers. The YEAR type is unavailable prior\nto MySQL 3.22.\n','',''),(131,'FLOAT',1,' FLOAT(p) [UNSIGNED] [ZEReCZZBi0`EL@/Ao0E4H@?#  Paa"l YqeCZZ0`BiEL@/Go0o+?E4H@@"  Paa"l YqeCbbBi0`ET@/?o+?o0E< @>A  PY a  yYlOFILL]\n\nA floating-point number. p represents the precision. It can be from\n0 to 24 for a single-precision floating-point number and from 25 to 53 for a\ndouble-precision floating-point number. These types are like the FLOAT\nand DOUBLE types described immediately following. FLOAT(p)\nhas the same range as the corresponding FLOAT and DOUBLE\ntypes, but the display width and number of decimals are undefined.\n\nAs of MySQL 3.23, this is a true floating-point value. In\nearlier MySQL versions, FLOAT(p) always has two decimals.\n\nThis syntax is provided for ODBC compatibility.\n\nUsing FLOAT might give you some unexpected problems because\nall calculations in MySQL are done with double precision.\nSee also : [No matching rows].\n\n FLOAT[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA small (single-precision) floating-point number. Allowable values are\n-3.402823466E+38 to -1.175494351E-38, 0,\nand 1.175494351E-38 to 3.402823466E+38. If UNSIGNED is\nspecified, negative values are disallowed. M is the display width and\nD is the number of significant digits. FLOAT without arguments or\nFLOAT(p) (where p is in the range from 0 to 24) stands for a\nsingle-precision floating-point number.\n','',''),(132,'LOCATE',23,' LOCATE(substr,str)\n LOCATE(substr,str,pos)\n\nThe firsteCbb0`BiET@/o0AE< @@?  PY a  yYlOFILL]\n\nA floating-point number. p represents the precision. It can be from\n0 to 24 for a single-precision floating-point number and from 25 to 53 for a\ndouble-precision floating-point number. These types are like the FLOAT\nand DOUBLE types described immediately following. FLOAT(p)\nhas the same range as the corresponding FLOAT and DOUBLE\ntypes, but the display width and number of decimals are undefined.\n\nAs of MySQL 3.23, this is a true floating-point value. In\nearlier MySQL versions, FLOAT(p) always has two decimals.\n\nThis syntax is provided for ODBC compatibility.\n\nUsing FLOAT might give you some unexpected problems because\nall calculations in MySQL are done with double precision.\nSee also : [No matching rows].\n\n FLOAT[(M,D)] [UNSIGNED] [ZEROFILL]\n\nA small (single-precision) floating-point number. Allowable values are\n-3.402823466E+38 to -1.175494351E-38, 0,\nand 1.175494351E-38 to 3.402823466E+38. If UNSIGNED is\nspecified, negative values are disallowed. M is the display width and\nD is the number of significant digits. FLOAT without arguments or\nFLOAT(p) (where p is in the range from 0 to 24) stands for a\nsingle-precision floating-point number.\n','',''),(132,'LOCATE',23,' LOCATE(substr,str)\n LOCATE(substr,str,pos)\n\nThe firsteCbbBi0`ET@/?o+?o0E< @>A  P^a  yYl syntax\nreturns the position of the first occurrence of substring substr\nin string str.\nThe second syntax\nreturns the position of the first occurrence of substring substr in\nstring str, starting at position pos.\nReturns 0 if substr is not in str.\n','',''),(133,'CHARSET',25,' CHARSET(str)\nReturns the character set of the string argument.\n','mysql> SELECT CHARSET(\'abc\');\n -> \'latin1\'\nmysql> SELECT CHARSET(CONVERT(\'abc\' USING utf8));\n -> \'utf8\'\nmysql> SELECT CHARSET(USER());\n -> \'utf8\'',''),(134,'PURGE MASTER LOGS BEFORE TO',6,'PURGE {MASTER | BINARY} LOGS TO \'log_name\'\nPURGE {MASTER | BINARY} LOGS BEFORE \'date\'\n\nDeletes all the binary logs listed in the log\nindex that are strictly prior to the specified log or date.\nThe logs also are removed from the list recorded in the log index file,\nso that the given log becomes the first.\n','',''),(135,'SUBDATE',14,' SUBDATE(date,INTERVAL expr type)\n SUBDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument,\nSUBDATE() is a synonym for DATE_SUB().\nFor information on the INTERVAL argument, see the\ndiscussion for DATE_ADD().\n\nmysql> SELECT DATE_SUB(\'1998-01-02\', INTERVAL 31 DAY);\n -> \'1997-12-02\'\nmysql> SELECT SUBDATE(\'1998-01-02\'eCZZBi0`EL@/Ao0E4J@?#  Paq"l YteC*bb0`BiET@/o0AE< @@?  P^a  yYl syntax\nreturns the position of the first occurrence of substring substr\nin string str.\nThe second syntax\nreturns the position of the first occurrence of substring substr in\nstring str, starting at position pos.\nReturns 0 if substr is not in str.\n','',''),(133,'CHARSET',25,' CHARSET(str)\nReturns the character set of the string argument.\n','mysql> SELECT CHARSET(\'abc\');\n -> \'latin1\'\nmysql> SELECT CHARSET(CONVERT(\'abc\' USING utf8));\n -> \'utf8\'\nmysql> SELECT CHARSET(USER());\n -> \'utf8\'',''),(134,'PURGE MASTER LOGS BEFORE TO',6,'PURGE {MASTER | BINARY} LOGS TO \'log_name\'\nPURGE {MASTER | BINARY} LOGS BEFORE \'date\'\n\nDeletes all the binary logs listed in the log\nindex that are strictly prior to the specified log or date.\nThe logs also are removed from the list recorded in the log index file,\nso that the given log becomes the first.\n','',''),(135,'SUBDATE',14,' SUBDATE(date,INTERVAL expr type)\n SUBDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument,\nSUBDATE() is a synonym for DATE_SUB().\nFor information on the INTERVAL argument, see the\ndiscussion for DATE_ADD().\n\nmysql> SELECT DATE_SUB(\'1998-01-02\', INTERVAL 31 DAY);\n -> \'1997-12-02\'\nmysql> SELECT SUBDATE(\'1998-01-02\'eC:ZZ0`BiEL@/Go0o+?E4J@@"  Paq"l YteClbbBi0`ET@/?o+?o0E< @>A  Pca M yYn, INTERVAL 31 DAY);\n -> \'1997-12-02\'\n\nAs of MySQL 4.1.1, the second syntax is allowed, where expr is a date\nor datetime expression and days is the number of days to be\nsubtracted from expr.\n\nmysql> SELECT SUBDATE(\'1998-01-02 12:00:00\', 31);\n -> \'1997-12-02 12:00:00\'\n\nNote that you can\'t use format \"%X%V\" to convert a year-week\nstring to date as a year-week doesn\'t uniquely identify a year-month if the\nweek crosses a month boundary. If you want to convert a year-week to a date\nyou can do it by also specifying the week day:\n\nmysql> select str_to_date(\'200442 Monday\', \'%X%V %W\');\n-> 2004-10-18\n','',''),(136,'DAYOFYEAR',14,' DAYOFYEAR(date)\nReturns the day of the year for date, in the range 1 to\n366.\n','mysql> SELECT DAYOFYEAR(\'1998-02-03\');\n -> 34',''),(137,'%',4,' MOD(N,M)\n N % M\n N MOD M\nModulo operation.\nReturns the remainder of N divided by M.\n','mysql> SELECT MOD(234, 10);\n -> 4\nmysql> SELECT 253 % 7;\n -> 1\nmysql> SELECT MOD(29,9);\n -> 2\nmysql> SELECT 29 MOD 9;\n -> 2',''),(138,'LONGTEXT',1,' LONGTEXT\n\nA TEXT column with a maximum length of 4,294,967,295 or\n4GB (2^32 - 1) characters. Up to MySQL\n3.23, the client/server protocol and MyISAM tables had a limeCbb0`BiET@/o0AE< @@?  Pca M yYn, INTERVAL 31 DAY);\n -> \'1997-12-02\'\n\nAs of MySQL 4.1.1, the second syntax is allowed, where expr is a date\nor datetime expression and days is the number of days to be\nsubtracted from expr.\n\nmysql> SELECT SUBDATE(\'1998-01-02 12:00:00\', 31);\n -> \'1997-12-02 12:00:00\'\n\nNote that you can\'t use format \"%X%V\" to convert a year-week\nstring to date as a year-week doesn\'t uniquely identify a year-month if the\nweek crosses a month boundary. If you want to convert a year-week to a date\nyou can do it by also specifying the week day:\n\nmysql> select str_to_date(\'200442 Monday\', \'%X%V %W\');\n-> 2004-10-18\n','',''),(136,'DAYOFYEAR',14,' DAYOFYEAR(date)\nReturns the day of the year for date, in the range 1 to\n366.\n','mysql> SELECT DAYOFYEAR(\'1998-02-03\');\n -> 34',''),(137,'%',4,' MOD(N,M)\n N % M\n N MOD M\nModulo operation.\nReturns the remainder of N divided by M.\n','mysql> SELECT MOD(234, 10);\n -> 4\nmysql> SELECT 253 % 7;\n -> 1\nmysql> SELECT MOD(29,9);\n -> 2\nmysql> SELECT 29 MOD 9;\n -> 2',''),(138,'LONGTEXT',1,' LONGTEXT\n\nA TEXT column with a maximum length of 4,294,967,295 or\n4GB (2^32 - 1) characters. Up to MySQL\n3.23, the client/server protocol and MyISAM tables had a limeCSbbBi0`ET@/?o+?o0E< @>A  Ph!a  zYnit\nof 16MB per communication packet / table row. From MySQL 4.0, the maximum\nallowed length of LONGTEXT columns depends on the\nconfigured maximum packet size in the client/server protocol and available\nmemory.\n','',''),(139,'DISJOINT',11,' Disjoint(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 is spatially disjoint\nfrom (does not intersect) g2.\n','',''),(140,'KILL',6,'Each connection to mysqld runs in a separate thread. You can see\nwhich threads are running with the SHOW PROCESSLIST statement and kill\na thread with the KILL thread_id statement.\n\nAs of MySQL 5.0.0, KILL allows the optional CONNECTION or\nQUERY modifiers:\n\n\n --- KILL CONNECTION is the same as KILL with no modifier:\nIt terminates the connection associated with the given thread_id.\n\n --- KILL QUERY terminates the statement that the connection currently\nis executing, but leaves the connection intact.\n\n\nIf you have the PROCESS privilege, you can see all threads.\nIf you have the SUPER privilege, you can kill all threads and\nstatements. Otherwise, you can see and kill only your own threads and\nstatements.\n\nYou can also use the mysqladmin processlist and mysqladmin kill\ncommands to examine and kill threads.\n\nNote: You currently cannot use KILL with the Embedded MySQL\nSeeCobb0`BiET@/o0AE< @@?  Ph!a  zYnit\nof 16MB per communication packet / table row. From MySQL 4.0, the maximum\nallowed length of LONGTEXT columns depends on the\nconfigured maximum packet size in the client/server protocol and available\nmemory.\n','',''),(139,'DISJOINT',11,' Disjoint(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 is spatially disjoint\nfrom (does not intersect) g2.\n','',''),(140,'KILL',6,'Each connection to mysqld runs in a separate thread. You can see\nwhich threads are running with the SHOW PROCESSLIST statement and kill\na thread with the KILL thread_id statement.\n\nAs of MySQL 5.0.0, KILL allows the optional CONNECTION or\nQUERY modifiers:\n\n\n --- KILL CONNECTION is the same as KILL with no modifier:\nIt terminates the connection associated with the given thread_id.\n\n --- KILL QUERY terminates the statement that the connection currently\nis executing, but leaves the connection intact.\n\n\nIf you have the PROCESS privilege, you can see all threads.\nIf you have the SUPER privilege, you can kill all threads and\nstatements. Otherwise, you can see and kill only your own threads and\nstatements.\n\nYou can also use the mysqladmin processlist and mysqladmin kill\ncommands to examine and kill threads.\n\nNote: You currently cannot use KILL with the Embedded MySQL\nSeeCZZBi0`EL@/Ao0E4L@?#  Pa"l YveCZZ0`BiEL@/Go0o+?E4L@@"  Pa"l YveCbbBi0`ET@/?o+?o0E< @>A  Pm)a ? }Yqrver library, because the embedded server merely runs inside the threads\nof the host application, it does not create connection threads of its own.\n','KILL [CONNECTION | QUERY] thread_id',''),(141,'ASTEXT',3,' AsText(g)\nConverts a value in internal geometry format to its WKT representation\nand returns the string result.\n','mysql> SELECT AsText(g) FROM geom;\n+-------------------------+\n| AsText(p1) |\n+-------------------------+\n| POINT(1 1) |\n| LINESTRING(0 0,1 1,2 2) |\n+-------------------------+',''),(142,'LPAD',23,' LPAD(str,len,padstr)\nReturns the string str, left-padded with the string padstr\nto a length of len characters. If str is longer\nthan len, the return value is shortened to len characters.\n','mysql> SELECT LPAD(\'hi\',4,\'??\');\n -> \'??hi\'\nmysql> SELECT LPAD(\'hi\',1,\'??\');\n -> \'h\'',''),(143,'OVERLAPS',11,' Overlaps(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 spatially overlaps\ng2.\nThe term /spatially overlaps/ is used if two\ngeometries intersect and their intersection results in a geometry of the\nsame dimension but not equal to either of the given geometries.\n','',''),(144,'NUMGEOMETRIES',5,' NumGeometries(gc)\nReturns the number of geometries in the GeometryCollection veCbb0`BiET@/o0AE< @@?  Pm)a ? }Yqrver library, because the embedded server merely runs inside the threads\nof the host application, it does not create connection threads of its own.\n','KILL [CONNECTION | QUERY] thread_id',''),(141,'ASTEXT',3,' AsText(g)\nConverts a value in internal geometry format to its WKT representation\nand returns the string result.\n','mysql> SELECT AsText(g) FROM geom;\n+-------------------------+\n| AsText(p1) |\n+-------------------------+\n| POINT(1 1) |\n| LINESTRING(0 0,1 1,2 2) |\n+-------------------------+',''),(142,'LPAD',23,' LPAD(str,len,padstr)\nReturns the string str, left-padded with the string padstr\nto a length of len characters. If str is longer\nthan len, the return value is shortened to len characters.\n','mysql> SELECT LPAD(\'hi\',4,\'??\');\n -> \'??hi\'\nmysql> SELECT LPAD(\'hi\',1,\'??\');\n -> \'h\'',''),(143,'OVERLAPS',11,' Overlaps(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 spatially overlaps\ng2.\nThe term /spatially overlaps/ is used if two\ngeometries intersect and their intersection results in a geometry of the\nsame dimension but not equal to either of the given geometries.\n','',''),(144,'NUMGEOMETRIES',5,' NumGeometries(gc)\nReturns the number of geometries in the GeometryCollection veCbbBi0`ET@/?o+?o0E<@>A  Pr1a e }Yqalue\ngc.\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT NumGeometries(GeomFromText(@gc));\n+----------------------------------+\n| NumGeometries(GeomFromText(@gc)) |\n+----------------------------------+\n| 2 |\n+----------------------------------+',''),(145,'SET GLOBAL SQL_SLAVE_SKIP_COUNTER',7,'SET GLOBAL SQL_SLAVE_SKIP_COUNTER = n\n\nSkip the next n events from the master. This is\nuseful for recovering from replication stops caused by a statement.\n\nThis statement is valid only when the slave thread is not running.\nOtherwise, it produces an error.\n\nBefore MySQL 4.0, omit the GLOBAL keyword from the statement.\n','',''),(146,'MONTHNAME',14,' MONTHNAME(date)\nReturns the full name of the month for date.\n','mysql> SELECT MONTHNAME(\'1998-02-05\');\n -> \'February\'',''),(147,'MBREQUAL',8,' MBREqual(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are the same.\n','',''),(148,'CHANGE MASTER TO',6,'\nCHANGE MASTER TO master_def [, master_def] ...\n\nmaster_def:\n MASTER_HOST = \'host_name\'\n | MASTER_USER = \'user_name\'\n | MASTER_PASSWORD = \'password\'\n | MASTER_PORT = port_num\n | MASTER_CeCbb0`BiET@/o0AE<@@?  Pr1a e }Yqalue\ngc.\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT NumGeometries(GeomFromText(@gc));\n+----------------------------------+\n| NumGeometries(GeomFromText(@gc)) |\n+----------------------------------+\n| 2 |\n+----------------------------------+',''),(145,'SET GLOBAL SQL_SLAVE_SKIP_COUNTER',7,'SET GLOBAL SQL_SLAVE_SKIP_COUNTER = n\n\nSkip the next n events from the master. This is\nuseful for recovering from replication stops caused by a statement.\n\nThis statement is valid only when the slave thread is not running.\nOtherwise, it produces an error.\n\nBefore MySQL 4.0, omit the GLOBAL keyword from the statement.\n','',''),(146,'MONTHNAME',14,' MONTHNAME(date)\nReturns the full name of the month for date.\n','mysql> SELECT MONTHNAME(\'1998-02-05\');\n -> \'February\'',''),(147,'MBREQUAL',8,' MBREqual(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are the same.\n','',''),(148,'CHANGE MASTER TO',6,'\nCHANGE MASTER TO master_def [, master_def] ...\n\nmaster_def:\n MASTER_HOST = \'host_name\'\n | MASTER_USER = \'user_name\'\n | MASTER_PASSWORD = \'password\'\n | MASTER_PORT = port_num\n | MASTER_CeC ZZBi0`EL@/Ao0E4N@?#  Pa "l~ YyeC ZZ0`BiEL@/Go0o+?E4N@@"  Pa "l~ YyeC bbBi0`ET@/?o+?o0E<@>A  Pw9a N" YtONNECT_RETRY = count\n | MASTER_LOG_FILE = \'master_log_name\'\n | MASTER_LOG_POS = master_log_pos\n | RELAY_LOG_FILE = \'relay_log_name\'\n | RELAY_LOG_POS = relay_log_pos\n | MASTER_SSL = {0|1}\n | MASTER_SSL_CA = \'ca_file_name\'\n | MASTER_SSL_CAPATH = \'ca_directory_name\'\n | MASTER_SSL_CERT = \'cert_file_name\'\n | MASTER_SSL_KEY = \'key_file_name\'\n | MASTER_SSL_CIPHER = \'cipher_list\'\n\nChanges the parameters that the slave server uses for connecting to and\ncommunicating with the master server.\n\nMASTER_USER, MASTER_PASSWORD, MASTER_SSL,\nMASTER_SSL_CA, MASTER_SSL_CAPATH, MASTER_SSL_CERT,\nMASTER_SSL_KEY, and MASTER_SSL_CIPHER provide information for\nthe slave about how to connect to its master.\n\nThe relay log options (RELAY_LOG_FILE and RELAY_LOG_POS) are\navailable beginning with MySQL 4.0.\n\nThe SSL options\n(MASTER_SSL,\nMASTER_SSL_CA,\nMASTER_SSL_CAPATH,\nMASTER_SSL_CERT,\nMASTER_SSL_KEY,\nand\nMASTER_SSL_CIPHER)\nare available beginning with MySQL 4.1.1.\nYou can change these options even on slaves that are compiled without SSL\nsupport. They are saved to the *master.info file, but are ignored\nuntil you use a server that has SSL support enabled.\n\nIf you don\'t specify a given parameter, it keeps its old\nvalue, eC bb0`BiET@/o0AE<@@?  Pw9a N" YtONNECT_RETRY = count\n | MASTER_LOG_FILE = \'master_log_name\'\n | MASTER_LOG_POS = master_log_pos\n | RELAY_LOG_FILE = \'relay_log_name\'\n | RELAY_LOG_POS = relay_log_pos\n | MASTER_SSL = {0|1}\n | MASTER_SSL_CA = \'ca_file_name\'\n | MASTER_SSL_CAPATH = \'ca_directory_name\'\n | MASTER_SSL_CERT = \'cert_file_name\'\n | MASTER_SSL_KEY = \'key_file_name\'\n | MASTER_SSL_CIPHER = \'cipher_list\'\n\nChanges the parameters that the slave server uses for connecting to and\ncommunicating with the master server.\n\nMASTER_USER, MASTER_PASSWORD, MASTER_SSL,\nMASTER_SSL_CA, MASTER_SSL_CAPATH, MASTER_SSL_CERT,\nMASTER_SSL_KEY, and MASTER_SSL_CIPHER provide information for\nthe slave about how to connect to its master.\n\nThe relay log options (RELAY_LOG_FILE and RELAY_LOG_POS) are\navailable beginning with MySQL 4.0.\n\nThe SSL options\n(MASTER_SSL,\nMASTER_SSL_CA,\nMASTER_SSL_CAPATH,\nMASTER_SSL_CERT,\nMASTER_SSL_KEY,\nand\nMASTER_SSL_CIPHER)\nare available beginning with MySQL 4.1.1.\nYou can change these options even on slaves that are compiled without SSL\nsupport. They are saved to the *master.info file, but are ignored\nuntil you use a server that has SSL support enabled.\n\nIf you don\'t specify a given parameter, it keeps its old\nvalue, eCbbBi0`ET@/?o+?o0E<@>A  P|Aa  Ytexcept as indicated in the following discussion. For example, if the password to connect to your MySQL master has\nchanged, you just need to issue these statements\nto tell the slave about the new password:\n\nmysql> STOP SLAVE; -- if replication was running\nmysql> CHANGE MASTER TO MASTER_PASSWORD=\'new3cret\';\nmysql> START SLAVE; -- if you want to restart replication\n\nThere is no need to specify the parameters that do\nnot change (host, port, user, and so forth).\n\nMASTER_HOST and MASTER_PORT are the hostname (or IP address) of\nthe master host and its TCP/IP port. Note that if MASTER_HOST is\nequal to localhost, 3000 then, like in other parts of MySQL, the port\nmay be ignored (if Unix socket files can be used, for example).\n\nIf you specify MASTER_HOST or MASTER_PORT,\nthe slave assumes that the master server is different than\nbefore (even if you specify a host or port value that is\nthe same as the current value.) In this case, the old values for the master\nbinary log name and position are considered no longer applicable, so if you\ndo not specify MASTER_LOG_FILE and MASTER_LOG_POS in the\nstatement, MASTER_LOG_FILE=\'\' and MASTER_LOG_POS=4 are\nsilently appended to it.\n\nMASTER_LOG_FILE and MASTER_LOG_POS are the coordinates\nat which the slave I/O teCbb0`BiET@/o0AE<@@?  P|Aa  Ytexcept as indicated in the following discussion. For example, if the password to connect to your MySQL master has\nchanged, you just need to issue these statements\nto tell the slave about the new password:\n\nmysql> STOP SLAVE; -- if replication was running\nmysql> CHANGE MASTER TO MASTER_PASSWORD=\'new3cret\';\nmysql> START SLAVE; -- if you want to restart replication\n\nThere is no need to specify the parameters that do\nnot change (host, port, user, and so forth).\n\nMASTER_HOST and MASTER_PORT are the hostname (or IP address) of\nthe master host and its TCP/IP port. Note that if MASTER_HOST is\nequal to localhost, 3000 then, like in other parts of MySQL, the port\nmay be ignored (if Unix socket files can be used, for example).\n\nIf you specify MASTER_HOST or MASTER_PORT,\nthe slave assumes that the master server is different than\nbefore (even if you specify a host or port value that is\nthe same as the current value.) In this case, the old values for the master\nbinary log name and position are considered no longer applicable, so if you\ndo not specify MASTER_LOG_FILE and MASTER_LOG_POS in the\nstatement, MASTER_LOG_FILE=\'\' and MASTER_LOG_POS=4 are\nsilently appended to it.\n\nMASTER_LOG_FILE and MASTER_LOG_POS are the coordinates\nat which the slave I/O teCNZZBi0`EL@/< o0E4<@   PIƕJd׀ JV ]7%leC`ZZʪBiEL@/o0o0oE4<@@  PIƕJd׀ Kd ]7%leC=bbBi0`ET@/?o+?o0E<@>A  PIa + Yvhread should begin reading from the master the\nnext time the thread starts.\nIf you specify either of them, you can\'t specify RELAY_LOG_FILE or\nRELAY_LOG_POS.\nIf neither of MASTER_LOG_FILE or MASTER_LOG_POS are\nspecified, the slave uses the last coordinates of the /slave SQL thread/\nbefore CHANGE MASTER was issued. This ensures that\nreplication has no discontinuity, even if the slave SQL thread was late\ncompared to the slave I/O thread, when you just want to change, say, the\npassword to use. This safe behavior was introduced starting from MySQL\n4.0.17 and 4.1.1. (Before these versions, the coordinates used were\nthe last coordinates of the slave I/O thread before CHANGE MASTER\nwas issued. This caused the SQL thread to possibly lose some events\nfrom the master, thus breaking replication.)\n\nCHANGE MASTER /deletes all relay log files/ and starts\na new one, unless you specify RELAY_LOG_FILE or\nRELAY_LOG_POS. In that case, relay logs are kept;\nas of MySQL 4.1.1 the relay_log_purge global variable\nis set silently to 0.\n\nCHANGE MASTER TO updates the contents of the *master.info and\n*relay-log.info files.\n\nCHANGE MASTER is useful for setting up a slave when you have\nthe snapshot of the master and have recorded the log and the offset\ncorresponding to ieCCZZBi0`EL@/"  o0E4@?*  P0k1fY. VPFѻeCTbb0`BiET@/o0AE<@@?  PIa + Yvhread should begin reading from the master the\nnext time the thread starts.\nIf you specify either of them, you can\'t specify RELAY_LOG_FILE or\nRELAY_LOG_POS.\nIf neither of MASTER_LOG_FILE or MASTER_LOG_POS are\nspecified, the slave uses the last coordinates of the /slave SQL thread/\nbefore CHANGE MASTER was issued. This ensures that\nreplication has no discontinuity, even if the slave SQL thread was late\ncompared to the slave I/O thread, when you just want to change, say, the\npassword to use. This safe behavior was introduced starting from MySQL\n4.0.17 and 4.1.1. (Before these versions, the coordinates used were\nthe last coordinates of the slave I/O thread before CHANGE MASTER\nwas issued. This caused the SQL thread to possibly lose some events\nfrom the master, thus breaking replication.)\n\nCHANGE MASTER /deletes all relay log files/ and starts\na new one, unless you specify RELAY_LOG_FILE or\nRELAY_LOG_POS. In that case, relay logs are kept;\nas of MySQL 4.1.1 the relay_log_purge global variable\nis set silently to 0.\n\nCHANGE MASTER TO updates the contents of the *master.info and\n*relay-log.info files.\n\nCHANGE MASTER is useful for setting up a slave when you have\nthe snapshot of the master and have recorded the log and the offset\ncorresponding to ieCaZZ0`BiEL@/To0<E4@@)  P0k1fY. VPFѻeCbbBi0`ET@/?o+?o0E<@>A  PQa  Yvt. After loading the snapshot into the slave, you\ncan run CHANGE MASTER TO MASTER_LOG_FILE=\'log_name_on_master\',\nMASTER_LOG_POS=log_offset_on_master on the slave.\n\nExamples:\n\nmysql> CHANGE MASTER TO\n -> MASTER_HOST=\'master2.mycompany.com\',\n -> MASTER_USER=\'replication\',\n -> MASTER_PASSWORD=\'bigs3cret\',\n -> MASTER_PORT=3306,\n -> MASTER_LOG_FILE=\'master2-bin.001\',\n -> MASTER_LOG_POS=4,\n -> MASTER_CONNECT_RETRY=10;\n\nmysql> CHANGE MASTER TO\n -> RELAY_LOG_FILE=\'slave-relay-bin.006\',\n -> RELAY_LOG_POS=4025;\n','',''),(149,'DROP DATABASE',28,'DROP DATABASE drops all tables in the database and deletes the\ndatabase. Be /very/ careful with this statement!\nTo use DROP DATABASE, you need the DROP privilege on the\ndatabase.\n\nIn MySQL 3.22 or later, you can use the keywords IF EXISTS\nto prevent an error from occurring if the database doesn\'t exist.\n\nDROP SCHEMA can be used as of MySQL 5.0.2.\n','DROP {DATABASE | SCHEMA} [IF EXISTS] db_name',''),(150,'TIMESTAMP FUNCTION',14,' TIMESTAMP(expr)\n TIMESTAMP(expr,expr2)\n\nWith one argument, returns the date or datetime expression expr\nas a datetime value.\nWith two arguments, adds the time expression expr2 to the\ndate or datetimeeCbb0`BiET@/o0AE<@@?  PQa  Yvt. After loading the snapshot into the slave, you\ncan run CHANGE MASTER TO MASTER_LOG_FILE=\'log_name_on_master\',\nMASTER_LOG_POS=log_offset_on_master on the slave.\n\nExamples:\n\nmysql> CHANGE MASTER TO\n -> MASTER_HOST=\'master2.mycompany.com\',\n -> MASTER_USER=\'replication\',\n -> MASTER_PASSWORD=\'bigs3cret\',\n -> MASTER_PORT=3306,\n -> MASTER_LOG_FILE=\'master2-bin.001\',\n -> MASTER_LOG_POS=4,\n -> MASTER_CONNECT_RETRY=10;\n\nmysql> CHANGE MASTER TO\n -> RELAY_LOG_FILE=\'slave-relay-bin.006\',\n -> RELAY_LOG_POS=4025;\n','',''),(149,'DROP DATABASE',28,'DROP DATABASE drops all tables in the database and deletes the\ndatabase. Be /very/ careful with this statement!\nTo use DROP DATABASE, you need the DROP privilege on the\ndatabase.\n\nIn MySQL 3.22 or later, you can use the keywords IF EXISTS\nto prevent an error from occurring if the database doesn\'t exist.\n\nDROP SCHEMA can be used as of MySQL 5.0.2.\n','DROP {DATABASE | SCHEMA} [IF EXISTS] db_name',''),(150,'TIMESTAMP FUNCTION',14,' TIMESTAMP(expr)\n TIMESTAMP(expr,expr2)\n\nWith one argument, returns the date or datetime expression expr\nas a datetime value.\nWith two arguments, adds the time expression expr2 to the\ndate or datetimeeCZZBi0`EL@/Ao0E4P@?#  Pa"ltk Y}eCZZ0`BiEL@/Go0o+?E4P@@"  Pa"ltk Y}eC"bbBi0`ET@/?o+?o0E<@>A  PYa - Yy expression expr and returns a datetime value.\n','mysql> SELECT TIMESTAMP(\'2003-12-31\');\n -> \'2003-12-31 00:00:00\'\nmysql> SELECT TIMESTAMP(\'2003-12-31 12:00:00\',\'12:00:00\');\n -> \'2004-01-01 00:00:00\'',''),(151,'CHARACTER_LENGTH',23,' CHARACTER_LENGTH(str)\n\nCHARACTER_LENGTH() is a synonym for CHAR_LENGTH().\n','',''),(152,'CREATE VIEW ALGORITHM MERGE TEMPTABLE WITH CHECK OPTION',24,'','CREATE [OR REPLACE] [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n VIEW view_name [(column_list)]\n AS select_statement\n [WITH [CASCADED | LOCAL] CHECK OPTION]',''),(153,'TIMESTAMPDIFF FUNCTION',14,'','mysql> SELECT TIMESTAMPDIFF(MONTH,\'2003-02-01\',\'2003-05-01\');\n -> 3\nmysql> SELECT TIMESTAMPDIFF(YEAR,\'2002-05-01\',\'2001-01-01\');\n -> -1',''),(154,'CRC32',4,' CRC32(expr)\nComputes a cyclic redundancy check value and returns a 32-bit unsigned value.\nThe result is NULL if the argument is NULL.\nThe argument is expected be a string and is treated as one if it is not.\n','mysql> SELECT CRC32(\'MySQL\');\n -> 3259397556',''),(155,'XOR',20,' XOR\nLogical XOR.\nReturns NULL if either operand is NULL.\nFor non-NULL operands, evaluates to 1 if an odd number\nof operands is non-zero,\notherwise 0 is returned.\n','mysql>eC"bb0`BiET@/o0AE<@@?  PYa - Yy expression expr and returns a datetime value.\n','mysql> SELECT TIMESTAMP(\'2003-12-31\');\n -> \'2003-12-31 00:00:00\'\nmysql> SELECT TIMESTAMP(\'2003-12-31 12:00:00\',\'12:00:00\');\n -> \'2004-01-01 00:00:00\'',''),(151,'CHARACTER_LENGTH',23,' CHARACTER_LENGTH(str)\n\nCHARACTER_LENGTH() is a synonym for CHAR_LENGTH().\n','',''),(152,'CREATE VIEW ALGORITHM MERGE TEMPTABLE WITH CHECK OPTION',24,'','CREATE [OR REPLACE] [ALGORITHM = {UNDEFINED | MERGE | TEMPTABLE}]\n VIEW view_name [(column_list)]\n AS select_statement\n [WITH [CASCADED | LOCAL] CHECK OPTION]',''),(153,'TIMESTAMPDIFF FUNCTION',14,'','mysql> SELECT TIMESTAMPDIFF(MONTH,\'2003-02-01\',\'2003-05-01\');\n -> 3\nmysql> SELECT TIMESTAMPDIFF(YEAR,\'2002-05-01\',\'2001-01-01\');\n -> -1',''),(154,'CRC32',4,' CRC32(expr)\nComputes a cyclic redundancy check value and returns a 32-bit unsigned value.\nThe result is NULL if the argument is NULL.\nThe argument is expected be a string and is treated as one if it is not.\n','mysql> SELECT CRC32(\'MySQL\');\n -> 3259397556',''),(155,'XOR',20,' XOR\nLogical XOR.\nReturns NULL if either operand is NULL.\nFor non-NULL operands, evaluates to 1 if an odd number\nof operands is non-zero,\notherwise 0 is returned.\n','mysql>eC?)bbBi0`ET@/?o+?o0E<@>A  Paa } Yy SELECT 1 XOR 1;\n -> 0\nmysql> SELECT 1 XOR 0;\n -> 1\nmysql> SELECT 1 XOR NULL;\n -> NULL\nmysql> SELECT 1 XOR 1 XOR 1;\n -> 1',''),(156,'STARTPOINT',18,' StartPoint(ls)\nReturns the Point that is the start point of the LineString value\nls.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(StartPoint(GeomFromText(@ls)));\n+---------------------------------------+\n| AsText(StartPoint(GeomFromText(@ls))) |\n+---------------------------------------+\n| POINT(1 1) |\n+---------------------------------------+',''),(157,'MPOLYFROMTEXT',3,' MPolyFromText(wkt[,srid])\n MultiPolygonFromText(wkt[,srid])\nConstructs a MULTIPOLYGON value using its WKT representation and SRID.\n','',''),(158,'MBRINTERSECTS',8,' MBRIntersects(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 intersect.\n','',''),(159,'BIT_OR',12,' BIT_OR(expr)\nReturns the bitwise OR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n','',''),(160,'YEARWEEK',14,' YEARWEEK(date)\n YEARWEEK(date,start)\nReturns year and week for a date. The start argument works exactly\nlike the start argument to WEEK(). The year in the\nresueCR)bb0`BiET@/o0AE<@@?  Paa } Yy SELECT 1 XOR 1;\n -> 0\nmysql> SELECT 1 XOR 0;\n -> 1\nmysql> SELECT 1 XOR NULL;\n -> NULL\nmysql> SELECT 1 XOR 1 XOR 1;\n -> 1',''),(156,'STARTPOINT',18,' StartPoint(ls)\nReturns the Point that is the start point of the LineString value\nls.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(StartPoint(GeomFromText(@ls)));\n+---------------------------------------+\n| AsText(StartPoint(GeomFromText(@ls))) |\n+---------------------------------------+\n| POINT(1 1) |\n+---------------------------------------+',''),(157,'MPOLYFROMTEXT',3,' MPolyFromText(wkt[,srid])\n MultiPolygonFromText(wkt[,srid])\nConstructs a MULTIPOLYGON value using its WKT representation and SRID.\n','',''),(158,'MBRINTERSECTS',8,' MBRIntersects(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 intersect.\n','',''),(159,'BIT_OR',12,' BIT_OR(expr)\nReturns the bitwise OR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n','',''),(160,'YEARWEEK',14,' YEARWEEK(date)\n YEARWEEK(date,start)\nReturns year and week for a date. The start argument works exactly\nlike the start argument to WEEK(). The year in the\nresueC0bbBi0`ET@/?o+?o0E<@>A  Pia Oj Y}lt may be\ndifferent from the year in the date argument for the first and the last\nweek of the year.\n','mysql> SELECT YEARWEEK(\'1987-01-01\');\n -> 198653',''),(161,'NOT BETWEEN',26,' expr NOT BETWEEN min AND max\nThis is the same as NOT (expr BETWEEN min AND max).\n','',''),(162,'LOG10',4,' LOG10(X)\nReturns the base-10 logarithm of X.\n','mysql> SELECT LOG10(2);\n -> 0.301030\nmysql> SELECT LOG10(100);\n -> 2.000000\nmysql> SELECT LOG10(-100);\n -> NULL',''),(163,'SQRT',4,' SQRT(X)\nReturns the non-negative square root of X.\n','mysql> SELECT SQRT(4);\n -> 2.000000\nmysql> SELECT SQRT(20);\n -> 4.472136',''),(164,'DECIMAL',1,' DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]\n\n\nFor MySQL 5.0.3 and above:\n\nA packed ``exact\'\' fixed-point number. M is the total number of\ndigits and D is the number of decimals. The decimal point and\n(for negative numbers) the \'-\' sign are not counted in M.\nIf D is 0, values have no\ndecimal point or fractional part. The maximum number of digits\n(M) for DECIMAL is 64. The maximum number of supported\ndecimals (D) is 30. If UNSIGNED is specified, negative\nvalues are disallowed.\n\nIf D is omitted, the default is 0. If M is omitted, the\ndefault is 10.\n\nAll basic calculations (+eC0bb0`BiET@/o0AE<@@?  Pia Oj Y}lt may be\ndifferent from the year in the date argument for the first and the last\nweek of the year.\n','mysql> SELECT YEARWEEK(\'1987-01-01\');\n -> 198653',''),(161,'NOT BETWEEN',26,' expr NOT BETWEEN min AND max\nThis is the same as NOT (expr BETWEEN min AND max).\n','',''),(162,'LOG10',4,' LOG10(X)\nReturns the base-10 logarithm of X.\n','mysql> SELECT LOG10(2);\n -> 0.301030\nmysql> SELECT LOG10(100);\n -> 2.000000\nmysql> SELECT LOG10(-100);\n -> NULL',''),(163,'SQRT',4,' SQRT(X)\nReturns the non-negative square root of X.\n','mysql> SELECT SQRT(4);\n -> 2.000000\nmysql> SELECT SQRT(20);\n -> 4.472136',''),(164,'DECIMAL',1,' DECIMAL[(M[,D])] [UNSIGNED] [ZEROFILL]\n\n\nFor MySQL 5.0.3 and above:\n\nA packed ``exact\'\' fixed-point number. M is the total number of\ndigits and D is the number of decimals. The decimal point and\n(for negative numbers) the \'-\' sign are not counted in M.\nIf D is 0, values have no\ndecimal point or fractional part. The maximum number of digits\n(M) for DECIMAL is 64. The maximum number of supported\ndecimals (D) is 30. If UNSIGNED is specified, negative\nvalues are disallowed.\n\nIf D is omitted, the default is 0. If M is omitted, the\ndefault is 10.\n\nAll basic calculations (+eC4bbBi0`ET@/?o+?o0E<@>A  Pqa 0 Y}, -, *, /) with DECIMAL columns are\ndone with a precision of 64 decimal digits.\n\nBefore MySQL 5.0.3:\n\nAn unpacked fixed-point number. Behaves like a CHAR column;\n``unpacked\'\' means the number is stored as a string, using one character for\neach digit of the value. M is the total number of digits and\nD is the number of decimals. The decimal point and (for negative\nnumbers) the \'-\' sign are not counted in M, although space for\nthem is reserved. If D is 0, values have no decimal point or\nfractional part. The maximum range of DECIMAL values is the same as\nfor DOUBLE, but the actual range for a given DECIMAL column\nmay be constrained by the choice of M and D. If\nUNSIGNED is specified, negative values are disallowed.\n\nIf D is omitted, the default is 0. If M is omitted, the\ndefault is 10.\n\nBefore MySQL 3.23:\n\nAs just described, with the exception that the M value must be large\nenough to include the space needed for the sign and the decimal point\ncharacters.\n\n DEC[(M[,D])] [UNSIGNED] [ZEROFILL]\n NUMERIC[(M[,D])] [UNSIGNED] [ZEROFILL]\n FIXED[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nThese are synonyms for DECIMAL. The FIXED synonym was added\nin MySQL 4.1.0 for compatibility with other servers.\n','',''),(165,'GEOMETRYN',5,' GeometryN(gc,n)eC5bb0`BiET@/o0AE<@@?  Pqa 0 Y}, -, *, /) with DECIMAL columns are\ndone with a precision of 64 decimal digits.\n\nBefore MySQL 5.0.3:\n\nAn unpacked fixed-point number. Behaves like a CHAR column;\n``unpacked\'\' means the number is stored as a string, using one character for\neach digit of the value. M is the total number of digits and\nD is the number of decimals. The decimal point and (for negative\nnumbers) the \'-\' sign are not counted in M, although space for\nthem is reserved. If D is 0, values have no decimal point or\nfractional part. The maximum range of DECIMAL values is the same as\nfor DOUBLE, but the actual range for a given DECIMAL column\nmay be constrained by the choice of M and D. If\nUNSIGNED is specified, negative values are disallowed.\n\nIf D is omitted, the default is 0. If M is omitted, the\ndefault is 10.\n\nBefore MySQL 3.23:\n\nAs just described, with the exception that the M value must be large\nenough to include the space needed for the sign and the decimal point\ncharacters.\n\n DEC[(M[,D])] [UNSIGNED] [ZEROFILL]\n NUMERIC[(M[,D])] [UNSIGNED] [ZEROFILL]\n FIXED[(M[,D])] [UNSIGNED] [ZEROFILL]\n\nThese are synonyms for DECIMAL. The FIXED synonym was added\nin MySQL 4.1.0 for compatibility with other servers.\n','',''),(165,'GEOMETRYN',5,' GeometryN(gc,n)eC]abbBi0`ET@/$L<o0E<@?4  P Q|;eCzabbʪBiET@/o0o0oE<@@3  PQ Q|;eCbbbBiʪET@/o0oo0E<@@$ PJ&@@ 7%mQ|;eCbbb0`BiET@/Lo0<E<@@$ PJ&@ 7%mQ|;eCoZZBi0`EL@/Ao0E4R@?#  Pa!"lj0 YeCoZZ0`BiEL@/Go0o+?E4R@@"  Pa!"lj0 YeCGyNNBi0`E@@/Jƒxǀo0E(&$@  lP> JlPpeC[yNNʪBiE@@/#o0o0oE(&$@@  lP> JlPpeC(~bbBi0`ET@/?o+?o0E<@>A  Pya  Y\nReturns the n-th geometry in the GeometryCollection value\ngc. Geometry numbers begin at 1.\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT AsText(GeometryN(GeomFromText(@gc),1));\n+----------------------------------------+\n| AsText(GeometryN(GeomFromText(@gc),1)) |\n+----------------------------------------+\n| POINT(1 1) |\n+----------------------------------------+',''),(166,'CREATE INDEX',28,'In MySQL 3.22 or later, CREATE INDEX is mapped to an\nALTER TABLE statement to create indexes.\nSee also : [ALTER TABLE, , ALTER TABLE].\nThe CREATE INDEX statement doesn\'t do anything prior\nto MySQL 3.22.\n','CREATE [UNIQUE|FULLTEXT|SPATIAL] INDEX index_name\n [USING index_type]\n ON tbl_name (index_col_name,...)\n\nindex_col_name:\n col_name [(length)] [ASC | DESC]',''),(167,'ALTER DATABASE',28,'\nALTER DATABASE allows you to change the overall characteristics of a\ndatabase. These characteristics are stored in the *db.opt file in the\ndatabase directory.\nTo use ALTER DATABASE, you need the ALTER privilege on the\ndatabase.\n','ALTER {DATABASE | SCHEMA} [db_name]\n alter_specification [, alter_specification] ...\n\nalter_specification:\n [DEFAULT] CHARACTER SET charset_name\n | eCC~bb0`BiET@/o0AE<@@?  Pya  Y\nReturns the n-th geometry in the GeometryCollection value\ngc. Geometry numbers begin at 1.\n','mysql> SET @gc = \'GeometryCollection(Point(1 1),LineString(2 2, 3 3))\';\nmysql> SELECT AsText(GeometryN(GeomFromText(@gc),1));\n+----------------------------------------+\n| AsText(GeometryN(GeomFromText(@gc),1)) |\n+----------------------------------------+\n| POINT(1 1) |\n+----------------------------------------+',''),(166,'CREATE INDEX',28,'In MySQL 3.22 or later, CREATE INDEX is mapped to an\nALTER TABLE statement to create indexes.\nSee also : [ALTER TABLE, , ALTER TABLE].\nThe CREATE INDEX statement doesn\'t do anything prior\nto MySQL 3.22.\n','CREATE [UNIQUE|FULLTEXT|SPATIAL] INDEX index_name\n [USING index_type]\n ON tbl_name (index_col_name,...)\n\nindex_col_name:\n col_name [(length)] [ASC | DESC]',''),(167,'ALTER DATABASE',28,'\nALTER DATABASE allows you to change the overall characteristics of a\ndatabase. These characteristics are stored in the *db.opt file in the\ndatabase directory.\nTo use ALTER DATABASE, you need the ALTER privilege on the\ndatabase.\n','ALTER {DATABASE | SCHEMA} [db_name]\n alter_specification [, alter_specification] ...\n\nalter_specification:\n [DEFAULT] CHARACTER SET charset_name\n | eCbbBi0`ET@/?o+?o0E<@>A  P夁a  Y[DEFAULT] COLLATE collation_name',''),(168,'<<',27,'Shifts a longlong (BIGINT) number to the left.\n <<\n','mysql> SELECT 1 << 2;\n -> 4',''),(169,'MD5',17,' MD5(str)\nCalculates an MD5 128-bit checksum for the string. The value is returned\nas a binary string of 32 hex digits,\nor NULL if the argument was NULL.\nThe return value can, for example, be used as a hash key.\n','mysql> SELECT MD5(\'testing\');\n -> \'ae2b1fca515949e5d54fb22b8ed95575\'',''),(170,'<',26,' <\nLess than:\n','mysql> SELECT 2 < 2;\n -> 0',''),(171,'UNIX_TIMESTAMP',14,' UNIX_TIMESTAMP()\n UNIX_TIMESTAMP(date)\nIf called with no argument, returns a Unix timestamp (seconds since\n\'1970-01-01 00:00:00\' GMT) as an unsigned integer. If\nUNIX_TIMESTAMP() is called with a date argument, it\nreturns the value of the argument as seconds since \'1970-01-01\n00:00:00\' GMT. date may be a DATE string, a\nDATETIME string, a TIMESTAMP, or a number in the format\nYYMMDD or YYYYMMDD in local time.\n','mysql> SELECT UNIX_TIMESTAMP();\n -> 882226357\nmysql> SELECT UNIX_TIMESTAMP(\'1997-10-04 22:23:00\');\n -> 875996580',''),(172,'DAYOFMONTH',14,' DAYOFMONTH(date)\nReturns the day of the month for date, in the range 1 to\n31.\n','mysql> SELECT DAYOFMONTH(\'1998-02-0eCbb0`BiET@/o0AE<@@?  P夁a  Y[DEFAULT] COLLATE collation_name',''),(168,'<<',27,'Shifts a longlong (BIGINT) number to the left.\n <<\n','mysql> SELECT 1 << 2;\n -> 4',''),(169,'MD5',17,' MD5(str)\nCalculates an MD5 128-bit checksum for the string. The value is returned\nas a binary string of 32 hex digits,\nor NULL if the argument was NULL.\nThe return value can, for example, be used as a hash key.\n','mysql> SELECT MD5(\'testing\');\n -> \'ae2b1fca515949e5d54fb22b8ed95575\'',''),(170,'<',26,' <\nLess than:\n','mysql> SELECT 2 < 2;\n -> 0',''),(171,'UNIX_TIMESTAMP',14,' UNIX_TIMESTAMP()\n UNIX_TIMESTAMP(date)\nIf called with no argument, returns a Unix timestamp (seconds since\n\'1970-01-01 00:00:00\' GMT) as an unsigned integer. If\nUNIX_TIMESTAMP() is called with a date argument, it\nreturns the value of the argument as seconds since \'1970-01-01\n00:00:00\' GMT. date may be a DATE string, a\nDATETIME string, a TIMESTAMP, or a number in the format\nYYMMDD or YYYYMMDD in local time.\n','mysql> SELECT UNIX_TIMESTAMP();\n -> 882226357\nmysql> SELECT UNIX_TIMESTAMP(\'1997-10-04 22:23:00\');\n -> 875996580',''),(172,'DAYOFMONTH',14,' DAYOFMONTH(date)\nReturns the day of the month for date, in the range 1 to\n31.\n','mysql> SELECT DAYOFMONTH(\'1998-02-0eC[ZZBi0`EL@/܂Sŀo0E4@?E  Phy'I/̱ ӯ HdeCvZZ0`BiEL@/6o0o+PE4@@D  Phy'I/̱ ӯ HdeCcLLBi0`E>@/Hăxǀo0E&@?  P۰&_]Eɀ ` WC\YFHTTP/1.1 200 OK Date: Fri, 09 Dec 2005 20:17:26 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 Connection: close Transfer-Encoding: chunked Content-Type: text/html fd SPAM Museum Administrator Interface
eCLL0`BiE>@/,o0AE&@@  P۰&_]Eɀ ` WC\YFHTTP/1.1 200 OK Date: Fri, 09 Dec 2005 20:17:26 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 Connection: close Transfer-Encoding: chunked Content-Type: text/html fd SPAM Museum Administrator Interface
eCZZBi0`EL@/a 3eCbbʪBiET@/o0o0oE<9y@@2  PB&J@ 3eCGbbBiʪET@/o0oo0E<@@% PJ~FB&K@  7%m3eCabb0`BiET@/4o0 E<@@% PJ~FB&K@ N 7%m3eCPZZBi0`EL@/܂Sŀo0E4@?E  Phy'I/4P HdeCiZZ0`BiEL@/6o0o+PE4@@D  Phy'I/4P HdeCDZZBi0`EL@/ 6o+Po0E4@?t  P/4hy'J HeveC^ZZ0`BiEL@/܀o0SE4@@s  P/4hy'J HeveCZZBi0`EL@/Ao0E4T@?#  Pa&"ld YeC8ZZ0`BiEL@/Go0o+?E4T@@"  Pa&"ld YeCbbBi0`ET@/$L<o0E<5h@?B  #oқآ <eCbb0`BiET@/.o0o+PE<5h@@B  #oқB <eC|bbBiʪET@/o0oo0E<.@@Pw #Jp 7%meCbb0`BiET@/ Ào0=dE<.@@N  #Jpm 7%meCbbBi0`ET@/ԂSŀo0EA  P婉a  Y3\');\n -> 3',''),(173,'ASCII',23,' ASCII(str)\nReturns the numeric value of the leftmost character of the string\nstr. Returns 0 if str is the empty string. Returns\nNULL if str is NULL.\nASCII() works for characters with numeric values from 0 to\n255.\n','mysql> SELECT ASCII(\'2\');\n -> 50\nmysql> SELECT ASCII(2);\n -> 50\nmysql> SELECT ASCII(\'dx\');\n -> 100',''),(174,'DIV',4,'Integer division.\nSimilar to FLOOR() but safe with BIGINT values.\n','mysql> SELECT 5 DIV 2;\n -> 2',''),(175,'RENAME USER',7,'The RENAME USER statement renames existing MySQL accounts.\nTo use it, you must have the global CREATE USER privilege or\nthe UPDATE privilege for the mysql database.\nAn error occurs if any old account does not exist or any new\naccount exists. The old_user and new_user values are given the\nsame way as for the GRANT statement.\n','RENAME USER old_user TO new_user\n [, old_user TO new_user] ...',''),(176,'SHOW SLAVE STATUS',7,'SHOW SLAVE STATUS\n\nProvides status information on\nessential parameters of the slave threads. If you issue this statement using\nthe\nmysql client, you can use a \\G statement terminator rather than\nsemicolon to get a more readable vertical layout:\n\nmysql> SHOW SLAVE STATUS\\G\n*****************eCbb0`BiET@/o0AE<@@?  P婉a  Y3\');\n -> 3',''),(173,'ASCII',23,' ASCII(str)\nReturns the numeric value of the leftmost character of the string\nstr. Returns 0 if str is the empty string. Returns\nNULL if str is NULL.\nASCII() works for characters with numeric values from 0 to\n255.\n','mysql> SELECT ASCII(\'2\');\n -> 50\nmysql> SELECT ASCII(2);\n -> 50\nmysql> SELECT ASCII(\'dx\');\n -> 100',''),(174,'DIV',4,'Integer division.\nSimilar to FLOOR() but safe with BIGINT values.\n','mysql> SELECT 5 DIV 2;\n -> 2',''),(175,'RENAME USER',7,'The RENAME USER statement renames existing MySQL accounts.\nTo use it, you must have the global CREATE USER privilege or\nthe UPDATE privilege for the mysql database.\nAn error occurs if any old account does not exist or any new\naccount exists. The old_user and new_user values are given the\nsame way as for the GRANT statement.\n','RENAME USER old_user TO new_user\n [, old_user TO new_user] ...',''),(176,'SHOW SLAVE STATUS',7,'SHOW SLAVE STATUS\n\nProvides status information on\nessential parameters of the slave threads. If you issue this statement using\nthe\nmysql client, you can use a \\G statement terminator rather than\nsemicolon to get a more readable vertical layout:\n\nmysql> SHOW SLAVE STATUS\\G\n*****************eC7ZZBi0`EL@/annBiʪE`@/o0oo0EH@@ KPKt#7< 7%m]GET /~aqs/cgi-bin/guestbook.py?name=zcvkoqik&comment=MTNzEwcLADCSrC%2BiGICkXLq2sgxvNWMOGkWlfg%3D%3D&priv=&command=sign HTTP/1.1 Connection: Keep-Alive User-Agent: Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko) Referer: http://10.6.1.3/~aqs/cgi-bin/guestbook.py Pragma: no-cache Cache-control: no-cache Accept: text/html, image/jpeg, image/png, text/*, image/*, */* Accept-Encoding: x-gzip, x-deflate, gzip, deflate Accept-Charset: iso-8859-1, utf-8;q=0.5, *;q=0.5 Accept-Language: en Host: 10.6.1.3 eCy>ZZBiʪEL@/o0oo0E4@@ FPJ%t ` 7%m]eC>nn0`BiE`@/(o0 EH@@  KPKt#7<r 7%m]GET /~aqs/cgi-bin/guestbook.py?name=zcvkoqik&comment=MTNzEwcLADCSrC%2BiGICkXLq2sgxvNWMOGkWlfg%3D%3D&priv=&command=sign HTTP/1.1 Connection: Keep-Alive User-Agent: Mozilla/5.0 (compatible; Konqueror/3.3; Linux) (KHTML, like Gecko) Referer: http://10.6.1.3/~aqs/cgi-bin/guestbook.py Pragma: no-cache Cache-control: no-cache Accept: text/html, image/jpeg, image/png, text/*, image/*, */* Accept-Encoding: x-gzip, x-deflate, gzip, deflate Accept-Charset: iso-8859-1, utf-8;q=0.5, *;q=0.5 Accept-Language: en Host: 10.6.1.3 eC>ZZ0`BiEL@/ eCqV0`BiE@/o0AE@@;  P۰&_]Eɀ 0 WCYF87
eC^__Bi0`EQ@/Jxǀo0E9@?  P۰&_{]Eɀ x WCYF0 eC^ZZBi0`EL@/Jxǀo0E4@?  P۰&_̀]Eɀ ̙ WCYFeC^bbBi0`ET@/ԂSŀo0E<_"@?Ţ  PgЦЍ eC^__0`BiEQ@/o0AE9@@  P۰&_{]Eɀ x WCYF0 eC^ZZ0`BiEL@/o0AE4@@  P۰&_̀]Eɀ ̙ WCYFeC^bb0`BiET@/.o0o+PE<_"@@Ģ  PgЦЎ5 eC`bbBi0`ET@/ .o+Po0E<@?$  P/v,gЦܠ]: HeeC`bb0`BiET@/Ԁo0SE<@@#  P/v,gЦܠ] HeeCDbbBi0`ET@/"أ  o0E<@?$  PXL]v VpgeC_bb0`BiET@/Ԁo0SE<@@#  PXL]v޻ VpgeCbbBi0`ET@/"أ  o0E<@?$  P0D]EZs VpmeCՃbb0`BiET@/Ԁo0SE<@@#  P0D]EZ VpmeCbbBi0`ET@/"أ  o0E<@?$  P]h ܓ VpweC†bb0`BiET@/Ԁo0SE<@@#  P]h 3 VpweCbbBi0`ET@/ԂSŀo0EJ=feCDZZʪBiEL@/o0o0oE4P@@%V  mP>J=fYeCZZBiʪEL@/o0oo0E4@@% PmKR*>J=gpϣeCZZ0`BiEL@/>o0xE4@@% PmKR*>J=gp+eC NNBi0`E@@/Jƒxǀo0E(R@_  mP>J=gKR+P!eC/NNʪBiE@@/#o0o0oE(R@@%`  mP>J=gKR+P!eC{VVBi0`EH@/Ixǀo0E0T@U  mP>J=gKR+P7eGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eCVVʪBiEH@/o0o0oE0T@@$V  mP>J=gKR+P7eGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eCnNNBiʪE@@/#o0oo0E(@@ PmKR+>J>oPeCNN0`BiE@@/>€o0xE(@@ PmKR+>J>oPeC  BiʪE@/Qo0oo0E@@ PmKR+>J>oPHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eCNNBiʪE@@/#o0oo0E(@@ PmKR>J>oPFeC   0`BiE@/;o0xE@@ PmKR+>J>oPHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eC NN0`BiE@@/>€o0xE(@@ PmKR>J>oPFeCSZZBi0`EL@/"  o0E4h@?>  PU>o]Թހ [ VpeCSZZ0`BiEL@/܀o0SE4h@@>  PU>o]Թހ [ VpeCaNNBi0`E@@/Jƒxǀo0E(V@[  mP>J>oKRPeCaNNʪBiE@@/#o0o0oE(V@@%\  mP>J>oKRPeCqZZBi0`EL@/Jxǀo0E4P@  nP> mueCqZZʪBiEL@/o0o0oE4P@@  nP> meCWsZZBiʪEL@/o0oo0E4@@% PnKp> mpOeCpsZZ0`BiEL@/>o0xE4@@% PnKp> mpeCtZZBi0`EL@/Ao0E4V@?#  Pa0ɀ"lZ ZZeCtZZ0`BiEL@/Go0o+?E4V@@"  Pa0ɀ"lZ ZZeC~ZZBi0`EL@/Ao0E4X@?#  Pa:ـ"lP Z]eC~ZZ0`BiEL@/Go0o+?E4X@@"  Pa:ـ"lP Z]eCׇbbBi0`ET@/?o+?o0E<@>A  P宑a Q' EZ********** 1. row ************************* 1000 **\n Slave_IO_State: Waiting for master to send event\n Master_Host: localhost\n Master_User: root\n Master_Port: 3306\n Connect_Retry: 3\n Master_Log_File: gbichot-bin.005\n Read_Master_Log_Pos: 79\n Relay_Log_File: gbichot-relay-bin.005\n Relay_Log_Pos: 548\nRelay_Master_Log_File: gbichot-bin.005\n Slave_IO_Running: Yes\n Slave_SQL_Running: Yes\n Replicate_Do_DB:\n Replicate_Ignore_DB:\n Last_Errno: 0\n Last_Error:\n Skip_Counter: 0\n Exec_Master_Log_Pos: 79\n Relay_Log_Space: 552\n Until_Condition: None\n Until_Log_File:\n Until_Log_Pos: 0\n Master_SSL_Allowed: No\n Master_SSL_CA_File:\n Master_SSL_CA_Path:\n Master_SSL_Cert:\n Master_SSL_Cipher:\n Master_SSL_Key:\nSeconds_Behind_Master: 8\n','',''),(177,'GEOMETRY',24,'MySQL provides a standard way of creating spatial columns for\ngeometry types, for example, with CREATE TABLE or ALTER TABLE.\nCurrently, spatial columns are supported only for MyISAM tables.\n','mysql> CREATE TABLE geom (g GEOMETRY);\nQuery OK, 0 rows affected (0.02 sec)',''),(178,'NUMPOINTS',18,' NumPoints(ls)\nReturns the number of points in the LineStrieCbb0`BiET@/o0AE<@@?  P宑a Q' EZ********** 1. row ************************* 1000 **\n Slave_IO_State: Waiting for master to send event\n Master_Host: localhost\n Master_User: root\n Master_Port: 3306\n Connect_Retry: 3\n Master_Log_File: gbichot-bin.005\n Read_Master_Log_Pos: 79\n Relay_Log_File: gbichot-relay-bin.005\n Relay_Log_Pos: 548\nRelay_Master_Log_File: gbichot-bin.005\n Slave_IO_Running: Yes\n Slave_SQL_Running: Yes\n Replicate_Do_DB:\n Replicate_Ignore_DB:\n Last_Errno: 0\n Last_Error:\n Skip_Counter: 0\n Exec_Master_Log_Pos: 79\n Relay_Log_Space: 552\n Until_Condition: None\n Until_Log_File:\n Until_Log_Pos: 0\n Master_SSL_Allowed: No\n Master_SSL_CA_File:\n Master_SSL_CA_Path:\n Master_SSL_Cert:\n Master_SSL_Cipher:\n Master_SSL_Key:\nSeconds_Behind_Master: 8\n','',''),(177,'GEOMETRY',24,'MySQL provides a standard way of creating spatial columns for\ngeometry types, for example, with CREATE TABLE or ALTER TABLE.\nCurrently, spatial columns are supported only for MyISAM tables.\n','mysql> CREATE TABLE geom (g GEOMETRY);\nQuery OK, 0 rows affected (0.02 sec)',''),(178,'NUMPOINTS',18,' NumPoints(ls)\nReturns the number of points in the LineStrieCbbBi0`ET@/?o+?o0E<@>A  P峙a 6 EZng value ls.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT NumPoints(GeomFromText(@ls));\n+------------------------------+\n| NumPoints(GeomFromText(@ls)) |\n+------------------------------+\n| 3 |\n+------------------------------+',''),(179,'&',27,' &\nBitwise AND:\n','mysql> SELECT 29 & 15;\n -> 13',''),(180,'LOCALTIMESTAMP',14,' LOCALTIMESTAMP\n LOCALTIMESTAMP()\n\nLOCALTIMESTAMP and LOCALTIMESTAMP() are synonyms for\nNOW().\n','',''),(181,'ADDDATE',14,' ADDDATE(date,INTERVAL expr type)\n ADDDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument,\nADDDATE() is a synonym for DATE_ADD(). The related\nfunction SUBDATE() is a synonym for DATE_SUB().\nFor information on the INTERVAL argument, see the\ndiscussion for DATE_ADD().\n\nmysql> SELECT DATE_ADD(\'1998-01-02\', INTERVAL 31 DAY);\n -> \'1998-02-02\'\nmysql> SELECT ADDDATE(\'1998-01-02\', INTERVAL 31 DAY);\n -> \'1998-02-02\'\n\nAs of MySQL 4.1.1, the second syntax is allowed, where expr is a date\nor datetime expression and days is the number of days to be added to\nexpr.\n\nmysql> SELECT ADDDATE(\'1998-01-02\', 31);\n -> \'1998-02-02\'\n','',''),(182,'SMALLINT',1,' SMALLINT[(M)] [UNSIGNED] [ZEROFILL]\n\neCًbb0`BiET@/o0AE<@@?  P峙a 6 EZng value ls.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT NumPoints(GeomFromText(@ls));\n+------------------------------+\n| NumPoints(GeomFromText(@ls)) |\n+------------------------------+\n| 3 |\n+------------------------------+',''),(179,'&',27,' &\nBitwise AND:\n','mysql> SELECT 29 & 15;\n -> 13',''),(180,'LOCALTIMESTAMP',14,' LOCALTIMESTAMP\n LOCALTIMESTAMP()\n\nLOCALTIMESTAMP and LOCALTIMESTAMP() are synonyms for\nNOW().\n','',''),(181,'ADDDATE',14,' ADDDATE(date,INTERVAL expr type)\n ADDDATE(expr,days)\n\nWhen invoked with the INTERVAL form of the second argument,\nADDDATE() is a synonym for DATE_ADD(). The related\nfunction SUBDATE() is a synonym for DATE_SUB().\nFor information on the INTERVAL argument, see the\ndiscussion for DATE_ADD().\n\nmysql> SELECT DATE_ADD(\'1998-01-02\', INTERVAL 31 DAY);\n -> \'1998-02-02\'\nmysql> SELECT ADDDATE(\'1998-01-02\', INTERVAL 31 DAY);\n -> \'1998-02-02\'\n\nAs of MySQL 4.1.1, the second syntax is allowed, where expr is a date\nor datetime expression and days is the number of days to be added to\nexpr.\n\nmysql> SELECT ADDDATE(\'1998-01-02\', 31);\n -> \'1998-02-02\'\n','',''),(182,'SMALLINT',1,' SMALLINT[(M)] [UNSIGNED] [ZEROFILL]\n\neCbbBi0`ET@/?o+?o0E<@>A  P帡a  JZA small integer. The signed range is -32768 to 32767. The\nunsigned range is 0 to 65535.\n','',''),(183,'ORD',23,' ORD(str)\nIf the leftmost character of the string str is a multi-byte character,\nreturns the code for that character, calculated from the numeric values\nof its constituent bytes using this formula:\n\n (1st byte code)\n+ (2nd byte code * 256)\n+ (3rd byte code * 256^2) ...\n\nIf the leftmost character is not a multi-byte character, ORD()\nreturns the same value as the ASCII() function.\n','mysql> SELECT ORD(\'2\');\n -> 50',''),(184,'ENVELOPE',19,' Envelope(g)\nReturns the Minimum Bounding Rectangle (MBR) for the geometry value g.\nThe result is returned as a Polygon value.\n\nmysql> SELECT AsText(Envelope(GeomFromText(\'LineString(1 1,2 2)\')));\n+-------------------------------------------------------+\n| AsText(Envelope(GeomFromText(\'LineString(1 1,2 2)\'))) |\n+-------------------------------------------------------+\n| POLYGON((1 1,2 1,2 2,1 2,1 1)) |\n+-------------------------------------------------------+\n\nThe polygon is defined by the corner points of the bounding box:\n\nPOLYGON((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n','',''),(185,'IS_FREE_LOCK',21,' IS_FREE_LOCK(str)\nChecks whether eCbb0`BiET@/o0AE<@@?  P帡a  JZA small integer. The signed range is -32768 to 32767. The\nunsigned range is 0 to 65535.\n','',''),(183,'ORD',23,' ORD(str)\nIf the leftmost character of the string str is a multi-byte character,\nreturns the code for that character, calculated from the numeric values\nof its constituent bytes using this formula:\n\n (1st byte code)\n+ (2nd byte code * 256)\n+ (3rd byte code * 256^2) ...\n\nIf the leftmost character is not a multi-byte character, ORD()\nreturns the same value as the ASCII() function.\n','mysql> SELECT ORD(\'2\');\n -> 50',''),(184,'ENVELOPE',19,' Envelope(g)\nReturns the Minimum Bounding Rectangle (MBR) for the geometry value g.\nThe result is returned as a Polygon value.\n\nmysql> SELECT AsText(Envelope(GeomFromText(\'LineString(1 1,2 2)\')));\n+-------------------------------------------------------+\n| AsText(Envelope(GeomFromText(\'LineString(1 1,2 2)\'))) |\n+-------------------------------------------------------+\n| POLYGON((1 1,2 1,2 2,1 2,1 1)) |\n+-------------------------------------------------------+\n\nThe polygon is defined by the corner points of the bounding box:\n\nPOLYGON((MINX MINY, MAXX MINY, MAXX MAXY, MINX MAXY, MINX MINY))\n','',''),(185,'IS_FREE_LOCK',21,' IS_FREE_LOCK(str)\nChecks whether eCbbBi0`ET@/?o+?o0E<@>A  P彩a  JZthe lock named str is free to use (that is, not locked).\nReturns 1 if the lock is free (no one is using the lock),\n0 if the lock is in use, and\nNULL on errors (such as incorrect arguments).\n','',''),(186,'SHOW BINLOG',6,'SHOW BINLOG EVENTS\n [IN \'log_name\'] [FROM pos] [LIMIT 1000 [offset,] row_count]\n\nShows the events in the binary log.\nIf you do not specify \'log_name\', the first binary log is displayed.\n','',''),(187,'TOUCHES',11,' Touches(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 spatially touches\ng2. Two geometries /spatially touch/ if the interiors of\nthe geometries do not intersect, but the boundary of one of the geometries\nintersects either the boundary or the interior of the other.\n','',''),(188,'TIMESTAMPADD FUNCTION',14,'','mysql> SELECT TIMESTAMPADD(MINUTE,1,\'2003-01-02\');\n -> \'2003-01-02 00:01:00\'\nmysql> SELECT TIMESTAMPADD(WEEK,1,\'2003-01-02\');\n -> \'2003-01-09\'',''),(189,'INET_ATON',21,' INET_ATON(expr)\nGiven the dotted-quad representation of a network address as a string,\nreturns an integer that represents the numeric value of the address.\nAddresses may be 4- or 8-byte addresses.\n','mysql> SELECT INET_ATON(\'209.207.224.40\');\n -> 3520061480',''),(190,'AUTO_INCREMENT',1,'The AUTO_INCeCbb0`BiET@/o0AE<@@?  P彩a  JZthe lock named str is free to use (that is, not locked).\nReturns 1 if the lock is free (no one is using the lock),\n0 if the lock is in use, and\nNULL on errors (such as incorrect arguments).\n','',''),(186,'SHOW BINLOG',6,'SHOW BINLOG EVENTS\n [IN \'log_name\'] [FROM pos] [LIMIT 1000 [offset,] row_count]\n\nShows the events in the binary log.\nIf you do not specify \'log_name\', the first binary log is displayed.\n','',''),(187,'TOUCHES',11,' Touches(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 spatially touches\ng2. Two geometries /spatially touch/ if the interiors of\nthe geometries do not intersect, but the boundary of one of the geometries\nintersects either the boundary or the interior of the other.\n','',''),(188,'TIMESTAMPADD FUNCTION',14,'','mysql> SELECT TIMESTAMPADD(MINUTE,1,\'2003-01-02\');\n -> \'2003-01-02 00:01:00\'\nmysql> SELECT TIMESTAMPADD(WEEK,1,\'2003-01-02\');\n -> \'2003-01-09\'',''),(189,'INET_ATON',21,' INET_ATON(expr)\nGiven the dotted-quad representation of a network address as a string,\nreturns an integer that represents the numeric value of the address.\nAddresses may be 4- or 8-byte addresses.\n','mysql> SELECT INET_ATON(\'209.207.224.40\');\n -> 3520061480',''),(190,'AUTO_INCREMENT',1,'The AUTO_INCeCۯbbBi0`ET@/ԂSŀo0E mKqPeCرbbBi0`ET@/ԂSŀo0E<@?  aP\vnC qeCNNʪBiE@@/#o0o0oE(P@@  nP> mKqPeCbb0`BiET@/o0BE<@@  aP\vn qeCȲVVBi0`EH@/Ixǀo0E0P@  nP> mKqPGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eCVVʪBiEH@/o0o0oE0P@@  nP> mKqPGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eCNNBiʪE@@/#o0oo0E(:@@gw PnKq> nPeCӴNN0`BiE@@/>€o0xE(:@@gw PnKq> nPeC4  BiʪE@/Qo0oo0E<@@d PnKq> nPHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eC>NNBiʪE@@/#o0oo0E(>@@gs PnKC> nPeCU  0`BiE@/;o0xE<@@d PnKq> nPHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eC`NN0`BiE@@/>€o0xE(>@@gs PnKC> nPeC!RRBi0`ED@/k6o0E,O@?  )P#t`&eC=RR0`BiED@/Eo0S2eE,O@@  )P#t`eCZZBi0`EL@/Ao0E4Z@?#~  PaD"lE Z/qeCZZ0`BiEL@/Go0o+?E4Z@@"~  PaD"lE Z/qeCZZBi0`EL@/Ao0E4\@?#|  PaN"l; Z1teCZZ0`BiEL@/Go0o+?E4\@@"|  PaN"l; Z1teCbbBi0`ET@/?o+?o0E<@>A  P±a  eZ/REMENT attribute can be used to generate a unique\nidentity for new rows:\n','CREATE TABLE animals (\n id MEDIUMINT NOT NULL AUTO_INCREMENT,\n name CHAR(30) NOT NULL,\n PRIMARY KEY (id)\n );\nINSERT INTO animals (name) VALUES (\'dog\'),(\'cat\'),(\'penguin\'),\n (\'lax\'),(\'whale\'),(\'ostrich\');\nSELECT * FROM animals;',''),(191,'UNCOMPRESS',23,' UNCOMPRESS(string_to_uncompress)\nUncompresses a string compressed by the COMPRESS() function.\nIf the argument is not a compressed value, the result is NULL.\nThis function requires MySQL to have been compiled with a compression library\nsuch as zlib. Otherwise, the return value is always NULL.\n','mysql> SELECT UNCOMPRESS(COMPRESS(\'any string\'));\n -> \'any string\'\nmysql> SELECT UNCOMPRESS(\'any string\');\n -> NULL',''),(192,'ISSIMPLE',19,' IsSimple(g)\n\nCurrently, this function is a placeholder and should not be used.\nIf implemented, its behavior will be as described in the next paragraph.\n\nReturns 1 if the geometry value g has no anomalous geometric points,\nsuch as self-intersection or self-tangency. IsSimple() returns 0 if the\nargument is not simple, and -1 if it is NULL.\n\nThe description of each instantiableCbb0`BiET@/o0AE<@@?  P±a  eZ/REMENT attribute can be used to generate a unique\nidentity for new rows:\n','CREATE TABLE animals (\n id MEDIUMINT NOT NULL AUTO_INCREMENT,\n name CHAR(30) NOT NULL,\n PRIMARY KEY (id)\n );\nINSERT INTO animals (name) VALUES (\'dog\'),(\'cat\'),(\'penguin\'),\n (\'lax\'),(\'whale\'),(\'ostrich\');\nSELECT * FROM animals;',''),(191,'UNCOMPRESS',23,' UNCOMPRESS(string_to_uncompress)\nUncompresses a string compressed by the COMPRESS() function.\nIf the argument is not a compressed value, the result is NULL.\nThis function requires MySQL to have been compiled with a compression library\nsuch as zlib. Otherwise, the return value is always NULL.\n','mysql> SELECT UNCOMPRESS(COMPRESS(\'any string\'));\n -> \'any string\'\nmysql> SELECT UNCOMPRESS(\'any string\');\n -> NULL',''),(192,'ISSIMPLE',19,' IsSimple(g)\n\nCurrently, this function is a placeholder and should not be used.\nIf implemented, its behavior will be as described in the next paragraph.\n\nReturns 1 if the geometry value g has no anomalous geometric points,\nsuch as self-intersection or self-tangency. IsSimple() returns 0 if the\nargument is not simple, and -1 if it is NULL.\n\nThe description of each instantiableCbbBi0`ET@/?o+?o0E<@>A  Pǹa > eZ/e geometric class given earlier in\nthe chapter includes the specific conditions that cause an instance of\nthat class to be classified as not simple.\n','',''),(193,'- BINARY',4,' -\nSubtraction:\n','mysql> SELECT 3-5;\n -> -2',''),(194,'GEOMCOLLFROMTEXT',3,' GeomCollFromText(wkt[,srid])\n GeometryCollectionFromText(wkt[,srid])\nConstructs a GEOMETRYCOLLECTION value using its WKT representation and SRID.\n','',''),(195,'WKT DEFINITION',3,'The Well-Known Text (WKT) representation of Geometry is designed to\nexchange geometry data in ASCII form.\n','',''),(196,'CURRENT_TIME',14,' CURRENT_TIME\n CURRENT_TIME()\n\nCURRENT_TIME and CURRENT_TIME() are synonyms for\nCURTIME().\n','',''),(197,'LAST_INSERT_ID',25,' LAST_INSERT_ID()\n LAST_INSERT_ID(expr)\nReturns the last automatically generated value that was inserted into\nan AUTO_INCREMENT column.\n','mysql> SELECT LAST_INSERT_ID();\n -> 195',''),(198,'LAST_DAY',14,' LAST_DAY(date)\n\nTakes a date or datetime value and returns the corresponding value for the\nlast day of the month. Returns NULL if the argument is invalid.\n','mysql> SELECT LAST_DAY(\'2003-02-05\');\n -> \'2003-02-28\'\nmysql> SELECT LAST_DAY(\'2004-02-05\');\n -> \'2004-02-29\'\nmysql> SELECT LAST_DAY(\'2004-01-eCbb0`BiET@/o0AE<@@?  Pǹa > eZ/e geometric class given earlier in\nthe chapter includes the specific conditions that cause an instance of\nthat class to be classified as not simple.\n','',''),(193,'- BINARY',4,' -\nSubtraction:\n','mysql> SELECT 3-5;\n -> -2',''),(194,'GEOMCOLLFROMTEXT',3,' GeomCollFromText(wkt[,srid])\n GeometryCollectionFromText(wkt[,srid])\nConstructs a GEOMETRYCOLLECTION value using its WKT representation and SRID.\n','',''),(195,'WKT DEFINITION',3,'The Well-Known Text (WKT) representation of Geometry is designed to\nexchange geometry data in ASCII form.\n','',''),(196,'CURRENT_TIME',14,' CURRENT_TIME\n CURRENT_TIME()\n\nCURRENT_TIME and CURRENT_TIME() are synonyms for\nCURTIME().\n','',''),(197,'LAST_INSERT_ID',25,' LAST_INSERT_ID()\n LAST_INSERT_ID(expr)\nReturns the last automatically generated value that was inserted into\nan AUTO_INCREMENT column.\n','mysql> SELECT LAST_INSERT_ID();\n -> 195',''),(198,'LAST_DAY',14,' LAST_DAY(date)\n\nTakes a date or datetime value and returns the corresponding value for the\nlast day of the month. Returns NULL if the argument is invalid.\n','mysql> SELECT LAST_DAY(\'2003-02-05\');\n -> \'2003-02-28\'\nmysql> SELECT LAST_DAY(\'2004-02-05\');\n -> \'2004-02-29\'\nmysql> SELECT LAST_DAY(\'2004-01-eCZZBi0`EL@/Ao0E4^@?#z  PaY "l1 Z5weCZZ0`BiEL@/Go0o+?E4^@@"z  PaY "l1 Z5weCdbbBi0`ET@/?o+?o0E< @>A  Pa i gZ101 01:01:01\');\n -> \'2004-01-31\'\nmysql> SELECT LAST_DAY(\'2003-03-32\');\n -> NULL',''),(199,'MEDIUMINT',1,' MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA medium-size integer. The signed range is -8388608 to\n8388607. The unsigned range is 0 to 16777215.\n','',''),(200,'FLOOR',4,' FLOOR(X)\nReturns the largest integer value not greater than X.\n','mysql> SELECT FLOOR(1.23);\n -> 1\nmysql> SELECT FLOOR(-1.23);\n -> -2',''),(201,'RTRIM',23,' RTRIM(str)\nReturns the string str with trail 1000 ing space characters removed.\n','mysql> SELECT RTRIM(\'barbar \');\n -> \'barbar\'',''),(202,'DEGREES',4,' DEGREES(X)\nReturns the argument X, converted from radians to degrees.\n','mysql> SELECT DEGREES(PI());\n -> 180.000000',''),(203,'EXPLAIN',6,'The EXPLAIN statement can be used either as a synonym for\nDESCRIBE or as a way to obtain information about how MySQL executes\na SELECT statement:\n\n --- The EXPLAIN tbl_name syntax is synonymous with DESCRIBE tbl_name\nor\nSHOW COLUMNS FROM tbl_name.\n --- When you precede a SELECT statement with the keyword EXPLAIN,\nMySQL explains how it would process the SELECT, providing\ninformation about how tables are joined and in which order.\n','EXPLAIN tbl_name',''),(204,'VARCHAR',1,' eCbb0`BiET@/o0AE< @@?  Pa i gZ101 01:01:01\');\n -> \'2004-01-31\'\nmysql> SELECT LAST_DAY(\'2003-03-32\');\n -> NULL',''),(199,'MEDIUMINT',1,' MEDIUMINT[(M)] [UNSIGNED] [ZEROFILL]\n\nA medium-size integer. The signed range is -8388608 to\n8388607. The unsigned range is 0 to 16777215.\n','',''),(200,'FLOOR',4,' FLOOR(X)\nReturns the largest integer value not greater than X.\n','mysql> SELECT FLOOR(1.23);\n -> 1\nmysql> SELECT FLOOR(-1.23);\n -> -2',''),(201,'RTRIM',23,' RTRIM(str)\nReturns the string str with trail 1000 ing space characters removed.\n','mysql> SELECT RTRIM(\'barbar \');\n -> \'barbar\'',''),(202,'DEGREES',4,' DEGREES(X)\nReturns the argument X, converted from radians to degrees.\n','mysql> SELECT DEGREES(PI());\n -> 180.000000',''),(203,'EXPLAIN',6,'The EXPLAIN statement can be used either as a synonym for\nDESCRIBE or as a way to obtain information about how MySQL executes\na SELECT statement:\n\n --- The EXPLAIN tbl_name syntax is synonymous with DESCRIBE tbl_name\nor\nSHOW COLUMNS FROM tbl_name.\n --- When you precede a SELECT statement with the keyword EXPLAIN,\nMySQL explains how it would process the SELECT, providing\ninformation about how tables are joined and in which order.\n','EXPLAIN tbl_name',''),(204,'VARCHAR',1,' eCWbbBi0`ET@/ԂSŀo0E<@?  5P]x qeCrbb0`BiET@/؀o0  E<@@  5P]y qeCbbBi0`ET@/?o+?o0EA  Pɷa  gZ1 [NATIONAL] VARCHAR(M) [BINARY]\n\nA variable-length string. M represents the maximum column length.\nThe range of M is 1 to 255 before MySQL 4.0.2, 0 to 255 as of MySQL\n4.0.2, and 0 to 65,535 as of MySQL 5.0.3. (The maximum actual length of a\nVARCHAR in MySQL 5.0 is determined by the maximum row size and the\ncharacter set you use. The maximum effective length is 65,532 bytes.)\n\nNote: Before 5.0.3, trailing spaces were removed when\nVARCHAR values were stored, which differs from the standard SQL\nspecification.\n\nFrom MySQL 4.1.0 to 5.0.2, a VARCHAR column with a length\nspecification greater than 255 is converted to the smallest TEXT\ntype that can hold values of the given length. For example,\nVARCHAR(500) is converted to TEXT, and\nVARCHAR(200000) is converted to MEDIUMTEXT. This is a\ncompatibility feature. However, this conversion affects trailing-space\nremoval.\n\nVARCHAR is shorthand for CHARACTER VARYING.\n\nAs of MySQL 4.1.2, the BINARY attribute is shorthand for specifying\nthe binary collation of the column character set. Sorting and comparison is\nbased on numeric character values. Before 4.1.2, BINARY attribute\ncauses the column to be treated as a binary string. Sorting and comparison\nis based on numeric byte values.\n\nStarting from MySQLeCZZBi0`EL@/Ao0E4`@?#x  Pa^$* Z7yeCbb0`BiET@/o0AEz@?:/  Pӆi5JYv  Y7%lHTTP/1.1 200 OK Date: Sun, 09 Dec 2018 19:28:19 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 X-Powered-By: PHP/4.4.0-4 Transfer-Encoding: chunked Content-Type: text/html e eCddʪBiEV@/ o0o0oE>z@@;#  Pӆi5JYv  Y7%lHTTP/1.1 200 OK Date: Sun, 09 Dec 2018 19:28:19 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 X-Powered-By: PHP/4.4.0-4 Transfer-Encoding: chunked Content-Type: text/html e eCZZBiʪEL@/o0oo0E4@@ ӆPJYvi? \ 7%n]YeCZZ0`BiEL@/o0a<E4@@  ӆPJYvi?h 7%n]YeCBi0`E{@/ԃa eC/ZZ0`BiEL@/o0a<E4@@  ӆPJYvin8 7%n]YeCBppʪBiEb@/o0o0oEJ|@@<  PӆinJYv  Y7%l10 eCNNBi0`E@@/Jƒxǀo0E(X@Y  mP>J>oKRPeCNNʪBiE@@/#o0o0oE(X@@%Z  mP>J>oKRPeC NNBi0`E@@/Jƒxǀo0E(P@  nP> nKCP}eC"NNʪBiE@@/#o0o0oE(P@@  nP> nKCP}eCZZBiʪEL@/o0oo0E4@@ ӆPJYvi  7%n^YeCZZ0`BiEL@/o0a<E4@@  ӆPJYvi! 7%n^YeCbbBi0`ET@/?o+?o0E<"@>A  Pѷa ȟ oZ5 5.0.3, VARCHAR is stored with a one-byte or\ntwo-byte length prefix + data. The length prefix is two bytes if the\nVARCHAR column is declared with a length greater than 255.\n','',''),(205,'UNHEX',23,' UNHEX(str)\n\nDoes the opposite of HEX(str). That is, it interprets each pair of\nhexadecimal digits in the argument as a number and converts it to the\ncharacter represented by the number. The resulting characters are returned as\na binary string.\n','mysql> SELECT UNHEX(\'4D7953514C\');\n -> \'MySQL\'\nmysql> SELECT 0x4D7953514C;\n -> \'MySQL\'\nmysql> SELECT UNHEX(HEX(\'string\'));\n -> \'string\'\nmysql> SELECT HEX(UNHEX(\'1267\'));\n -> \'1267\'',''),(206,'- UNARY',4,' -\nUnary minus. Changes the sign of the argument.\n','mysql> SELECT - 2;\n -> -2',''),(207,'COS',4,' COS(X)\nReturns the cosine of X, where X is given in radians.\n','mysql> SELECT COS(PI());\n -> -1.000000',''),(208,'DATE FUNCTION',14,' DATE(expr)\n\nExtracts the date part of the date or datetime expression expr.\n','mysql> SELECT DATE(\'2003-12-31 01:02:03\');\n -> \'2003-12-31\'',''),(209,'RESET MASTER',6,'RESET MASTER\n\nDeletes all binary logs listed in the index file,\nresets the binary log index file to be empty, and creates a new binaeCZZBiʪEL@/o0oo0E4@@ ӆPJYvi  7%n^YeCbb0`BiET@/o0AE<"@@?  Pѷa ȟ oZ5 5.0.3, VARCHAR is stored with a one-byte or\ntwo-byte length prefix + data. The length prefix is two bytes if the\nVARCHAR column is declared with a length greater than 255.\n','',''),(205,'UNHEX',23,' UNHEX(str)\n\nDoes the opposite of HEX(str). That is, it interprets each pair of\nhexadecimal digits in the argument as a number and converts it to the\ncharacter represented by the number. The resulting characters are returned as\na binary string.\n','mysql> SELECT UNHEX(\'4D7953514C\');\n -> \'MySQL\'\nmysql> SELECT 0x4D7953514C;\n -> \'MySQL\'\nmysql> SELECT UNHEX(HEX(\'string\'));\n -> \'string\'\nmysql> SELECT HEX(UNHEX(\'1267\'));\n -> \'1267\'',''),(206,'- UNARY',4,' -\nUnary minus. Changes the sign of the argument.\n','mysql> SELECT - 2;\n -> -2',''),(207,'COS',4,' COS(X)\nReturns the cosine of X, where X is given in radians.\n','mysql> SELECT COS(PI());\n -> -1.000000',''),(208,'DATE FUNCTION',14,' DATE(expr)\n\nExtracts the date part of the date or datetime expression expr.\n','mysql> SELECT DATE(\'2003-12-31 01:02:03\');\n -> \'2003-12-31\'',''),(209,'RESET MASTER',6,'RESET MASTER\n\nDeletes all binary logs listed in the index file,\nresets the binary log index file to be empty, and creates a new binaeC.ZZ0`BiEL@/o0a<E4@@  ӆPJYvi 7%n^YeCZbbBi0`ET@/?o+?o0E<#@>A  Pٷa { oZ5ry log\nfile.\n\nThis statement was named FLUSH MASTER before MySQL 3.23.26.\n','',''),(210,'TAN',4,' TAN(X)\nReturns the tangent of X, where X is given in radians.\n','mysql> SELECT TAN(PI()+1);\n -> 1.557408',''),(211,'PI',4,' PI()\nReturns the value of PI. The default number of decimals displayed is five, but\nMySQL internally uses the full double-precision value for PI.\n','mysql> SELECT PI();\n -> 3.141593\nmysql> SELECT PI()+0.000000000000000000;\n -> 3.141592653589793116',''),(212,'WEEKOFYEAR',14,' WEEKOFYEAR(date)\n\nReturns the calendar week of the date as a number in the\nrange from 1 to 53. It is a compatibility function\nthat is equivalent to WEEK(date,3).\n','mysql> SELECT WEEKOFYEAR(\'1998-02-20\');\n -> 8 1000 ',''),(213,'/',4,' /\nDivision:\n','mysql> SELECT 3/5;\n -> 0.60',''),(214,'STDDEV_SAMP',12,' STDDEV_SAMP(expr)\nReturns the sample standard deviation of expr (the square root of\nVAR_SAMP(). This function was added in MySQL 5.0.3.\n','',''),(215,'MLINEFROMWKB',13,' MLineFromWKB(wkb[,srid])\n MultiLineStringFromWKB(wkb[,srid])\nConstructs a MULTILINESTRING value using its WKB representation and SRID.\n','',''),(216,'UNCOMPRESSED_LENGTH',23,' UNCOMPRESSED_LENGTH(compressed_string)\nReturns the leCdZZBi0`EL@/Ao0E4f@?#r  Par1) Z;zeC|bb0`BiET@/o0AE<#@@?  Pٷa { oZ5ry log\nfile.\n\nThis statement was named FLUSH MASTER before MySQL 3.23.26.\n','',''),(210,'TAN',4,' TAN(X)\nReturns the tangent of X, where X is given in radians.\n','mysql> SELECT TAN(PI()+1);\n -> 1.557408',''),(211,'PI',4,' PI()\nReturns the value of PI. The default number of decimals displayed is five, but\nMySQL internally uses the full double-precision value for PI.\n','mysql> SELECT PI();\n -> 3.141593\nmysql> SELECT PI()+0.000000000000000000;\n -> 3.141592653589793116',''),(212,'WEEKOFYEAR',14,' WEEKOFYEAR(date)\n\nReturns the calendar week of the date as a number in the\nrange from 1 to 53. It is a compatibility function\nthat is equivalent to WEEK(date,3).\n','mysql> SELECT WEEKOFYEAR(\'1998-02-20\');\n -> 8 1000 ',''),(213,'/',4,' /\nDivision:\n','mysql> SELECT 3/5;\n -> 0.60',''),(214,'STDDEV_SAMP',12,' STDDEV_SAMP(expr)\nReturns the sample standard deviation of expr (the square root of\nVAR_SAMP(). This function was added in MySQL 5.0.3.\n','',''),(215,'MLINEFROMWKB',13,' MLineFromWKB(wkb[,srid])\n MultiLineStringFromWKB(wkb[,srid])\nConstructs a MULTILINESTRING value using its WKB representation and SRID.\n','',''),(216,'UNCOMPRESSED_LENGTH',23,' UNCOMPRESSED_LENGTH(compressed_string)\nReturns the leCZZ0`BiEL@/Go0o+?E4f@@"r  Par1) Z;zeCBbbBi0`ET@/?o+?o0E<$@>A  Pa  qZ7ength of a compressed string before compression.\n','mysql> SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT(\'a\',30)));\n -> 30',''),(217,'LOG2',4,' LOG2(X)\nReturns the base-2 logarithm of X.\n','mysql> SELECT LOG2(65536);\n -> 16.000000\nmysql> SELECT LOG2(-100);\n -> NULL',''),(218,'SUBTIME',14,' SUBTIME(expr,expr2)\n\n\nSUBTIME() subtracts expr2 from expr and returns the result.\nexpr is a time or datetime expression, and expr2 is a time\nexpression.\n','mysql> SELECT SUBTIME(\'1997-12-31 23:59:59.999999\',\n -> \'1 1:1:1.000002\');\n -> \'1997-12-30 22:58:58.999997\'\nmysql> SELECT SUBTIME(\'01:00:00.999999\', \'02:00:00.999998\');\n -> \'-00:59:59.999999\'',''),(219,'DROP TABLE',28,'DROP TABLE removes one or more tables. You must have the DROP\nprivilege for each table. All table data and the table\ndefinition are /removed/, so /be careful/ with this statement!\n\nIn MySQL 3.22 or later, you can use the keywords IF EXISTS\nto prevent an error from occurring for tables that don\'t exist. As of\nMySQL 4.1, a NOTE is generated for each non-existent table when\nusing IF EXISTS.\nSee also : [SHOW WARNINGS, , SHOW WARNINGS].\n\nRESTRICT and CASCADE are allowed to make porting easier.\nFor the moment, they do nothieCLZZBi0`EL@/Jxǀo0E4@O  oP?ЌeCebb0`BiET@/o0AE<$@@?  Pa  qZ7ength of a compressed string before compression.\n','mysql> SELECT UNCOMPRESSED_LENGTH(COMPRESS(REPEAT(\'a\',30)));\n -> 30',''),(217,'LOG2',4,' LOG2(X)\nReturns the base-2 logarithm of X.\n','mysql> SELECT LOG2(65536);\n -> 16.000000\nmysql> SELECT LOG2(-100);\n -> NULL',''),(218,'SUBTIME',14,' SUBTIME(expr,expr2)\n\n\nSUBTIME() subtracts expr2 from expr and returns the result.\nexpr is a time or datetime expression, and expr2 is a time\nexpression.\n','mysql> SELECT SUBTIME(\'1997-12-31 23:59:59.999999\',\n -> \'1 1:1:1.000002\');\n -> \'1997-12-30 22:58:58.999997\'\nmysql> SELECT SUBTIME(\'01:00:00.999999\', \'02:00:00.999998\');\n -> \'-00:59:59.999999\'',''),(219,'DROP TABLE',28,'DROP TABLE removes one or more tables. You must have the DROP\nprivilege for each table. All table data and the table\ndefinition are /removed/, so /be careful/ with this statement!\n\nIn MySQL 3.22 or later, you can use the keywords IF EXISTS\nto prevent an error from occurring for tables that don\'t exist. As of\nMySQL 4.1, a NOTE is generated for each non-existent table when\nusing IF EXISTS.\nSee also : [SHOW WARNINGS, , SHOW WARNINGS].\n\nRESTRICT and CASCADE are allowed to make porting easier.\nFor the moment, they do nothieC}ZZʪBiEL@/o0o0oE4@@  oP?ЍMeCZZBiʪEL@/o0oo0E4@@% PoK *?peCZZ0`BiEL@/>o0xE4@@% PoK *?pfeC ZZBi0`EL@/Ao0E4h@?#p  Pa|A) Z>}eC ZZ0`BiEL@/Go0o+?E4h@@"p  Pa|A) Z>}eCZZBi0`EL@/Ao0E4j@?#n  PaQ) Z@eCZZ0`BiEL@/Go0o+?E4j@@"n  PaQ) Z@eC%bbBi0`ET@/ԂSŀo0E< @?  \P]uN qeCDbb0`BiET@/o0AE< @@  \P]u qeC "ZZBi0`EL@/Ao0E4l@?#l  Paa) ZDeC&"ZZ0`BiEL@/Go0o+?E4l@@"l  Paa) ZDeC/ZZBi0`EL@/Ao0E4n@?#j  Paq) ZGeC/ZZ0`BiEL@/Go0o+?E4n@@"j  Paq) ZGeCs:ZZBi0`EL@/$T<o0E4@?4  PJ&N Q|i7%meC:ZZʪBiEL@/o0o0oE4@@3  PJ&N Q|i7%meCZ>bbBi0`ET@/ԂSŀo0Ebb0`BiET@/o0AE 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzEwICAC8mQYmwzvWGqjWPGorKZ4PHVV%2F5bQ%3D%3D' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eC)HZZBiʪEL@/o0oo0E4H@@۽ PJ+K 7%nqQ|ieCAH0`BiE@/ o0<EH@@ PJ&/% 7%nqQ|iHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzEwICAC8mQYmwzvWGqjWPGorKZ4PHVV%2F5bQ%3D%3D' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eCMHZZ0`BiEL@/To0<E4H@@۽ PJ+K 7%nqQ|ieCPHVVBi0`EH@/Ixǀo0E0@N  oP?K +PGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eCeHVVʪBiEH@/o0o0oE0@@  oP?K +PGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eCJNNBiʪE@@/#o0oo0E(Z@@*W PoK +?PSeCJNN0`BiE@@/>€o0xE(Z@@*W PoK +?PSeCL  BiʪE@/Qo0oo0E\@@' PoK +?P!HTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eCLNNBiʪE@@/#o0oo0E(^@@*S PoK ?PeCL  0`BiE@/;o0xE\@@' PoK +?P!HTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eCLNN0`BiE@@/>€o0xE(^@@*S PoK ?PeCWS,,Bi0`E@/j o0E<@   PIƕJd׀  ]O7%lHTTP/1.1 200 OK Date: Sun, 09 Dec 2018 19:15:57 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 Connection: close Transfer-Encoding: chunked Content-Type: text/html 1dc Automatic Spam Generator Goto main page

List of the uploaded mails

Username: Password


eCuS,,ʪBiE@/Eo0o0oE<@@  PIƕJd׀  ]O7%lHTTP/1.1 200 OK Date: Sun, 09 Dec 2018 19:15:57 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 Connection: close Transfer-Encoding: chunked Content-Type: text/html 1dc Automatic Spam Generator Goto main page

List of the uploaded mails

Username: Password


eCEVZZBiʪEL@/o0oo0E4@@b IPJd׿gXI 7%nu]OeC]VZZ0`BiEL@/A  Pa S qZ7ng.\n\nNote: DROP TABLE automatically commits the current\nactive transaction, unless you are using MySQL 4.1 or higher and the\nTEMPORARY keyword.\n','DROP [TEMPORARY] TABLE [IF EXISTS]\n tbl_name [, tbl_name] ...\n [RESTRICT | CASCADE]',''),(220,'DUAL',22,'SELECT ... FROM DUAL is an alias for SELECT ....\n(To be compatible with some other databases).\n','',''),(221,'INSTR',23,' INSTR(str,substr)\nReturns the position of the first occurrence of substring substr in\nstring str. This is the same as the two-argument form of\nLOCATE(), except that the arguments are swapped.\n','mysql> SELECT INSTR(\'foobarbar\', \'bar\');\n -> 4\nmysql> SELECT INSTR(\'xbar\', \'foobar\');\n -> 0',''),(222,'NOW',14,' NOW()\n\nReturns the current date and time as a value in \'YYYY-MM-DD HH:MM:SS\'\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context.\n','mysql> SELECT NOW();\n -> \'1997-12-15 23:50:26\'\nmysql> SELECT NOW() + 0;\n -> 19971215235026',''),(223,'>=',26,' >=\nGreater than or equal:\n','mysql> SELECT 2 >= 2;\n -> 1',''),(224,'EXP',4,' EXP(X)\nReturns the value of e (the base of natural logarithms) raised to\nthe power of X.\n','mysql> SELECT EXP(2);\n -> 7.389056\nmysql> SELEeCLbb0`BiET@/o0AE<%@@?  Pa S qZ7ng.\n\nNote: DROP TABLE automatically commits the current\nactive transaction, unless you are using MySQL 4.1 or higher and the\nTEMPORARY keyword.\n','DROP [TEMPORARY] TABLE [IF EXISTS]\n tbl_name [, tbl_name] ...\n [RESTRICT | CASCADE]',''),(220,'DUAL',22,'SELECT ... FROM DUAL is an alias for SELECT ....\n(To be compatible with some other databases).\n','',''),(221,'INSTR',23,' INSTR(str,substr)\nReturns the position of the first occurrence of substring substr in\nstring str. This is the same as the two-argument form of\nLOCATE(), except that the arguments are swapped.\n','mysql> SELECT INSTR(\'foobarbar\', \'bar\');\n -> 4\nmysql> SELECT INSTR(\'xbar\', \'foobar\');\n -> 0',''),(222,'NOW',14,' NOW()\n\nReturns the current date and time as a value in \'YYYY-MM-DD HH:MM:SS\'\nor YYYYMMDDHHMMSS format, depending on whether the function is used in\na string or numeric context.\n','mysql> SELECT NOW();\n -> \'1997-12-15 23:50:26\'\nmysql> SELECT NOW() + 0;\n -> 19971215235026',''),(223,'>=',26,' >=\nGreater than or equal:\n','mysql> SELECT 2 >= 2;\n -> 1',''),(224,'EXP',4,' EXP(X)\nReturns the value of e (the base of natural logarithms) raised to\nthe power of X.\n','mysql> SELECT EXP(2);\n -> 7.389056\nmysql> SELEeCbbBi0`ET@/?o+?o0E<&@>A  Pa M rZ8CT EXP(-2);\n -> 0.135335',''),(225,'SHA',17,' SHA1(str)\n SHA(str)\nCalculates an SHA1 160-bit checksum for the string, as described in\nRFC 3174 (Secure Hash Algorithm). The value is returned as a string of 40 hex\ndigits, or NULL if the argument was NULL.\nOne of the possible uses for this function is as a hash key. You can\nalso use it as a cryptographically safe function for storing passwords.\n','mysql> SELECT SHA1(\'abc\');\n -> \'a9993e364706816aba3e25717850c26c9cd0d89d\'',''),(226,'LONGBLOB',1,' LONGBLOB\n\nA BLOB column with a maximum length of 4,294,967,295 or\n4GB (2^32 - 1) bytes. Up to MySQL\n3.23, the client/server protocol and MyISAM tables had a limit\nof 16MB per communication packet / table row. From MySQL 4.0, the maximum\nallowed length of LONGBLOB columns depends on the\nconfigured maximum packet size in the client/server protocol and available\nmemory.\n','',''),(227,'POINTN',18,' PointN(ls,n)\nReturns the n-th point in the Linestring value ls 1000 .\nPoint numbers begin at 1.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(PointN(GeomFromText(@ls),2));\n+-------------------------------------+\n| AsText(PointN(GeomFromText(@ls),2)) |\n+-------------------------------------+\n| POINT(2 2) eC-bb0`BiET@/o0AE<&@@?  Pa M rZ8CT EXP(-2);\n -> 0.135335',''),(225,'SHA',17,' SHA1(str)\n SHA(str)\nCalculates an SHA1 160-bit checksum for the string, as described in\nRFC 3174 (Secure Hash Algorithm). The value is returned as a string of 40 hex\ndigits, or NULL if the argument was NULL.\nOne of the possible uses for this function is as a hash key. You can\nalso use it as a cryptographically safe function for storing passwords.\n','mysql> SELECT SHA1(\'abc\');\n -> \'a9993e364706816aba3e25717850c26c9cd0d89d\'',''),(226,'LONGBLOB',1,' LONGBLOB\n\nA BLOB column with a maximum length of 4,294,967,295 or\n4GB (2^32 - 1) bytes. Up to MySQL\n3.23, the client/server protocol and MyISAM tables had a limit\nof 16MB per communication packet / table row. From MySQL 4.0, the maximum\nallowed length of LONGBLOB columns depends on the\nconfigured maximum packet size in the client/server protocol and available\nmemory.\n','',''),(227,'POINTN',18,' PointN(ls,n)\nReturns the n-th point in the Linestring value ls 1000 .\nPoint numbers begin at 1.\n','mysql> SET @ls = \'LineString(1 1,2 2,3 3)\';\nmysql> SELECT AsText(PointN(GeomFromText(@ls),2));\n+-------------------------------------+\n| AsText(PointN(GeomFromText(@ls),2)) |\n+-------------------------------------+\n| POINT(2 2) eCbbBi0`ET@/?o+?o0E<'@>A  Pa -. rZ8 |\n+-------------------------------------+',''),(228,'SUM',12,' SUM([DISTINCT] expr)\nReturns the sum of expr. If the return set has no rows,\nSUM() returns NULL.\nThe DISTINCT keyword can be used as of MySQL 5.0.0 to sum only the\ndistinct values of expr.\n','',''),(229,'OCT',23,' OCT(N)\nReturns a string representation of the octal value of N, where\nN is a longlong (BIGINT)number. This is equivalent to\nCONV(N,10,8).\nReturns NULL if N is NULL.\n','mysql> SELECT OCT(12);\n -> \'14\'',''),(230,'SYSDATE',14,' SYSDATE()\n\nSYSDATE() is a synonym for NOW().\n','',''),(231,'ASBINARY',13,' AsBinary(g)\nConverts a value in internal geometry format to its WKB representation\nand returns the binary result.\n','SELECT AsBinary(g) FROM geom;',''),(232,'MAKEDATE',14,' MAKEDATE(year,dayofyear)\n\nReturns a date, given year and day-of-year values.\ndayofyear must be greater than 0 or the result is NULL.\n','mysql> SELECT MAKEDATE(2001,31), MAKEDATE(2001,32);\n -> \'2001-01-31\', \'2001-02-01\'\nmysql> SELECT MAKEDATE(2001,365), MAKEDATE(2004,365);\n -> \'2001-12-31\', \'2004-12-30\'\nmysql> SELECT MAKEDATE(2001,0);\n -> NULL',''),(233,'BINARY OPERATOR',23,' BINARY\nThe BINARY operator casts the string following it to a bieC bb0`BiET@/o0AE<'@@?  Pa -. rZ8 |\n+-------------------------------------+',''),(228,'SUM',12,' SUM([DISTINCT] expr)\nReturns the sum of expr. If the return set has no rows,\nSUM() returns NULL.\nThe DISTINCT keyword can be used as of MySQL 5.0.0 to sum only the\ndistinct values of expr.\n','',''),(229,'OCT',23,' OCT(N)\nReturns a string representation of the octal value of N, where\nN is a longlong (BIGINT)number. This is equivalent to\nCONV(N,10,8).\nReturns NULL if N is NULL.\n','mysql> SELECT OCT(12);\n -> \'14\'',''),(230,'SYSDATE',14,' SYSDATE()\n\nSYSDATE() is a synonym for NOW().\n','',''),(231,'ASBINARY',13,' AsBinary(g)\nConverts a value in internal geometry format to its WKB representation\nand returns the binary result.\n','SELECT AsBinary(g) FROM geom;',''),(232,'MAKEDATE',14,' MAKEDATE(year,dayofyear)\n\nReturns a date, given year and day-of-year values.\ndayofyear must be greater than 0 or the result is NULL.\n','mysql> SELECT MAKEDATE(2001,31), MAKEDATE(2001,32);\n -> \'2001-01-31\', \'2001-02-01\'\nmysql> SELECT MAKEDATE(2001,365), MAKEDATE(2004,365);\n -> \'2001-12-31\', \'2004-12-30\'\nmysql> SELECT MAKEDATE(2001,0);\n -> NULL',''),(233,'BINARY OPERATOR',23,' BINARY\nThe BINARY operator casts the string following it to a bieCiNNBi0`E@@/Jƒxǀo0E(@O  oP?K P eCNNʪBiE@@/#o0o0oE(@@  oP?K P eCXbbBi0`ET@/?o+?o0E<(@>A  Pa  xZ9nary string.\nThis is an easy way to force a column comparison to be done byte by byte\nrather than character by character. This causes the comparison to be\ncase sensitive even\nif the column isn\'t defined as BINARY or BLOB.\nBINARY also causes trailing spaces to be significant.\n','mysql> SELECT \'a\' = \'A\';\n -> 1\nmysql> SELECT BINARY \'a\' = \'A\';\n -> 0\nmysql> SELECT \'a\' = \'a \';\n -> 1\nmysql> SELECT BINARY \'a\' = \'a \';\n -> 0',''),(234,'MBROVERLAPS',8,' MBROverlaps(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 overlap.\n','',''),(235,'SOUNDEX',23,' SOUNDEX(str)\nReturns a soundex string from str. Two strings that sound almost the\nsame should have identical soundex strings. A standard soundex string\nis four characters long, but the SOUNDEX() function returns an\narbitrarily long string. You can use SUBSTRING() on the result to get\na standard soundex string. All non-alphabetic characters are ignored in the\ngiven string. All international alphabetic characters outside the A-Z range\nare treated as vowels.\n','mysql> SELECT SOUNDEX(\'Hello\');\n -> \'H400\'\nmysql> SELECT SOUNDEX(\'Quadratically\');\n -> \'Q36324\'',''),(236,'SHOW MASTeCsbb0`BiET@/o0AE<(@@?  Pa  xZ9nary string.\nThis is an easy way to force a column comparison to be done byte by byte\nrather than character by character. This causes the comparison to be\ncase sensitive even\nif the column isn\'t defined as BINARY or BLOB.\nBINARY also causes trailing spaces to be significant.\n','mysql> SELECT \'a\' = \'A\';\n -> 1\nmysql> SELECT BINARY \'a\' = \'A\';\n -> 0\nmysql> SELECT \'a\' = \'a \';\n -> 1\nmysql> SELECT BINARY \'a\' = \'a \';\n -> 0',''),(234,'MBROVERLAPS',8,' MBROverlaps(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 overlap.\n','',''),(235,'SOUNDEX',23,' SOUNDEX(str)\nReturns a soundex string from str. Two strings that sound almost the\nsame should have identical soundex strings. A standard soundex string\nis four characters long, but the SOUNDEX() function returns an\narbitrarily long string. You can use SUBSTRING() on the result to get\na standard soundex string. All non-alphabetic characters are ignored in the\ngiven string. All international alphabetic characters outside the A-Z range\nare treated as vowels.\n','mysql> SELECT SOUNDEX(\'Hello\');\n -> \'H400\'\nmysql> SELECT SOUNDEX(\'Quadratically\');\n -> \'Q36324\'',''),(236,'SHOW MASTeCbbBi0`ET@/?o+?o0E<)@>A  P a  xZ9ER LOGS',6,'SHOW MASTER LOGS\nSHOW BINARY LOGS\n\nLists the binary log files on the server. This statement is used as part of\nthe procedure described in [PURGE MASTER LOGS, , PURGE MASTER LOGS]\nfor determining which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name | File_size |\n+---------------+-----------+\n| binlog.000015 | 724935 |\n| binlog.000016 | 733481 |\n+---------------+-----------+\n','',''),(237,'MBRTOUCHES',8,' MBRTouches(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 touch.\n','',''),(238,'INSERT SELECT',6,'INSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name [(col_name,...)]\n SELECT ...\n [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nWith INSERT ... SELECT, you can quickly insert many rows\ninto a table from one or many tables.\n','INSERT INTO tbl_temp2 (fld_id)\n SELECT tbl_temp1.fld_order_id\n FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100;',''),(239,'VARBINARY',1,' VARBINARY(M)\n\nThe VARBINARY type is similar to the VARCHAR type, but stores\nbinary byte strings rather than non-binary character strings.\n\nThis type was added in MySQL 4.1.2.\n', 1000 '',''),(240,'LOAD INDEX',6,'The LOAD eCהbb0`BiET@/o0AE<)@@?  P a  xZ9ER LOGS',6,'SHOW MASTER LOGS\nSHOW BINARY LOGS\n\nLists the binary log files on the server. This statement is used as part of\nthe procedure described in [PURGE MASTER LOGS, , PURGE MASTER LOGS]\nfor determining which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+\n| Log_name | File_size |\n+---------------+-----------+\n| binlog.000015 | 724935 |\n| binlog.000016 | 733481 |\n+---------------+-----------+\n','',''),(237,'MBRTOUCHES',8,' MBRTouches(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 touch.\n','',''),(238,'INSERT SELECT',6,'INSERT [LOW_PRIORITY | HIGH_PRIORITY] [IGNORE]\n [INTO] tbl_name [(col_name,...)]\n SELECT ...\n [ ON DUPLICATE KEY UPDATE col_name=expr, ... ]\n\nWith INSERT ... SELECT, you can quickly insert many rows\ninto a table from one or many tables.\n','INSERT INTO tbl_temp2 (fld_id)\n SELECT tbl_temp1.fld_order_id\n FROM tbl_temp1 WHERE tbl_temp1.fld_order_id > 100;',''),(239,'VARBINARY',1,' VARBINARY(M)\n\nThe VARBINARY type is similar to the VARCHAR type, but stores\nbinary byte strings rather than non-binary character strings.\n\nThis type was added in MySQL 4.1.2.\n', 1000 '',''),(240,'LOAD INDEX',6,'The LOAD eC3NNBi0`E@@/Jƒxǀo0E(P@  nP> nKDP|eCMNNʪBiE@@/#o0o0oE(P@@  nP> nKDP|eCZZBi0`EL@/Ao0E4_@?~  ۰P]E&_ޢ ZbWC\eCėZZ0`BiEL@/>o0xE4_@@~  ۰P]E&_ޢ ZbWC\eCbbBi0`ET@/?o+?o0E<*@>A  Pa gq zZ;INDEX INTO CACHE statement preloads a table index into the\nkey cache to which it has been assigned by an explicit CACHE INDEX\nstatement, or into the default key cache otherwise. LOAD INDEX INTO\nCACHE is used only for MyISAM tables.\n\nThe IGNORE LEAVES modifier causes only blocks for the non-leaf\nnodes of the index to be preloaded.\n','LOAD INDEX INTO CACHE\n tbl_index_list [, tbl_index_list] ...\n\ntbl_index_list:\n tbl_name\n [[INDEX|KEY] (index_name[, index_name] ...)]\n [IGNORE LEAVES]',''),(241,'UNION',6,'UNION is used to combine the result from many SELECT\nstatements into one result set. UNION is available from MySQL 4.0.0\non.\n\nSelected columns listed in corresponding positions of each SELECT\nstatement should have the same type. (For example, the first column selected\nby the first statement should have the same type as the first column selected\nby the other statements.) The column names used in\nthe first SELECT statement are used as the column names for the\nresults returned.\n','SELECT ...\nUNION [ALL | DISTINCT]\nSELECT ...\n [UNION [ALL | DISTINCT]\n SELECT ...]',''),(242,'TO_DAYS',14,' TO_DAYS(date)\nGiven a date date, returns a daynumber (the number of days since year\n0).\n','mysql> SELECT TO_DAYS(950501);\n -> 728779\nmyseC#bbBi0`ET@/ԂSŀo0E<Y@?  P]FR" reC<bb0`BiET@/o0AE<*@@?  Pa gq zZ;INDEX INTO CACHE statement preloads a table index into the\nkey cache to which it has been assigned by an explicit CACHE INDEX\nstatement, or into the default key cache otherwise. LOAD INDEX INTO\nCACHE is used only for MyISAM tables.\n\nThe IGNORE LEAVES modifier causes only blocks for the non-leaf\nnodes of the index to be preloaded.\n','LOAD INDEX INTO CACHE\n tbl_index_list [, tbl_index_list] ...\n\ntbl_index_list:\n tbl_name\n [[INDEX|KEY] (index_name[, index_name] ...)]\n [IGNORE LEAVES]',''),(241,'UNION',6,'UNION is used to combine the result from many SELECT\nstatements into one result set. UNION is available from MySQL 4.0.0\non.\n\nSelected columns listed in corresponding positions of each SELECT\nstatement should have the same type. (For example, the first column selected\nby the first statement should have the same type as the first column selected\nby the other statements.) The column names used in\nthe first SELECT statement are used as the column names for the\nresults returned.\n','SELECT ...\nUNION [ALL | DISTINCT]\nSELECT ...\n [UNION [ALL | DISTINCT]\n SELECT ...]',''),(242,'TO_DAYS',14,' TO_DAYS(date)\nGiven a date date, returns a daynumber (the number of days since year\n0).\n','mysql> SELECT TO_DAYS(950501);\n -> 728779\nmyseCMbb0`BiET@/ Ào0=dE<Y@@  P]FR#7 reC~bbBi0`ET@/?o+?o0E<+@>A  Pa K zZ;ql> SELECT TO_DAYS(\'1997-10-07\');\n -> 729669',''),(243,'NOT REGEXP',23,' expr NOT REGEXP pat\n expr NOT RLIKE pat\n\nThis is the same as NOT (expr REGEXP pat).\n','',''),(244,'NOT IN',26,' expr NOT IN (value,...)\nThis is the same as NOT (expr IN (value,...)).\n','',''),(245,'!',20,' NOT\n !\nLogical NOT.\nEvaluates to 1 if the operand is 0,\nto 0 if the operand is non-zero,\nand NOT NULL returns NULL.\n','mysql> SELECT NOT 10;\n -> 0\nmysql> SELECT NOT 0;\n -> 1\nmysql> SELECT NOT NULL;\n -> NULL\nmysql> SELECT ! (1+1);\n -> 0\nmysql> SELECT ! 1+1;\n -> 1',''),(246,'TEXT TYPE',1,' TEXT[(M)]\n\nA TEXT column with a maximum length of 65,535\n(2^16 - 1) characters.\n\nBeginning with MySQL 4.1, an optional length M can be given.\nMySQL will create the column as the smallest TEXT type largest\nenough to hold values M characters long.\n','',''),(247,'DOUBLE',1,' DOUBLE[(M,B)] [UNSIGNED] [ZEROFILL]\n\nA normal-size (double-precision) floating-point number. Allowable values are\n-1.7976931348623157E+308 to -2.2250738585072014E-308,\n0, and 2.2250738585072014E-308 to 1.7976931348623157E+308.\nIf UNSIGNED is specified, negative values are disallowed. M is the\ndisplay width and B is the number of bits of precision. DOUeCbb0`BiET@/o0AE<+@@?  Pa K zZ;ql> SELECT TO_DAYS(\'1997-10-07\');\n -> 729669',''),(243,'NOT REGEXP',23,' expr NOT REGEXP pat\n expr NOT RLIKE pat\n\nThis is the same as NOT (expr REGEXP pat).\n','',''),(244,'NOT IN',26,' expr NOT IN (value,...)\nThis is the same as NOT (expr IN (value,...)).\n','',''),(245,'!',20,' NOT\n !\nLogical NOT.\nEvaluates to 1 if the operand is 0,\nto 0 if the operand is non-zero,\nand NOT NULL returns NULL.\n','mysql> SELECT NOT 10;\n -> 0\nmysql> SELECT NOT 0;\n -> 1\nmysql> SELECT NOT NULL;\n -> NULL\nmysql> SELECT ! (1+1);\n -> 0\nmysql> SELECT ! 1+1;\n -> 1',''),(246,'TEXT TYPE',1,' TEXT[(M)]\n\nA TEXT column with a maximum length of 65,535\n(2^16 - 1) characters.\n\nBeginning with MySQL 4.1, an optional length M can be given.\nMySQL will create the column as the smallest TEXT type largest\nenough to hold values M characters long.\n','',''),(247,'DOUBLE',1,' DOUBLE[(M,B)] [UNSIGNED] [ZEROFILL]\n\nA normal-size (double-precision) floating-point number. Allowable values are\n-1.7976931348623157E+308 to -2.2250738585072014E-308,\n0, and 2.2250738585072014E-308 to 1.7976931348623157E+308.\nIf UNSIGNED is specified, negative values are disallowed. M is the\ndisplay width and B is the number of bits of precision. DOUeCbbBi0`ET@/?o+?o0E<,@>A  P !a V {Z;BLE\nwithout arguments or FLOAT(p) (where p is in the range from\n25 to 53) stands for a double-precision floating-point number. A\nsingle-precision floating-point number is accurate to approximately 7 decimal\nplaces; a double-precision floating-point number is accurate to approximately 15\ndecimal places.\n\n DOUBLE PRECISION[(M,D)] [UNSIGNED] [ZEROFILL]\n REAL[(M,D)] [UNSIGNED] [ZEROFILL]\n\nThese are synonyms for DOUBLE.\nException: If the server SQL mode includes the REAL_AS_FLOAT option,\nREAL is a synonym for FLOAT rather than DOUBLE.\n','',''),(248,'TIME',1,' TIME\n\nA time. The range is \'-838:59:59\' to \'838:59:59\'.\nMySQL displays TIME values in \'HH:MM:SS\' format, but\nallows you to assign values to TIME columns using either strings or\nnumbers.\n','',''),(249,'&&',20,' AND\n &&\nLogical AND.\nEvaluates to 1 if all operands are non-zero and not NULL,\nto 0 if one or more operands are 0,\notherwise NULL is returned.\n','mysql> SELECT 1 && 1;\n -> 1\nmysql> SELECT 1 && 0;\n -> 0\nmysql> SELECT 1 && NULL;\n -> NULL\nmysql> SELECT 0 && NULL;\n -> 0\nmysql> SELECT NULL && 0;\n -> 0',''),(250,'X',16,' X(p)\nReturns the X-coordinate value for the point p as a double-precision\nnumber.\n','mysql> SELECT X(GeomFromeCbb0`BiET@/o0AE<,@@?  P !a V {Z;BLE\nwithout arguments or FLOAT(p) (where p is in the range from\n25 to 53) stands for a double-precision floating-point number. A\nsingle-precision floating-point number is accurate to approximately 7 decimal\nplaces; a double-precision floating-point number is accurate to approximately 15\ndecimal places.\n\n DOUBLE PRECISION[(M,D)] [UNSIGNED] [ZEROFILL]\n REAL[(M,D)] [UNSIGNED] [ZEROFILL]\n\nThese are synonyms for DOUBLE.\nException: If the server SQL mode includes the REAL_AS_FLOAT option,\nREAL is a synonym for FLOAT rather than DOUBLE.\n','',''),(248,'TIME',1,' TIME\n\nA time. The range is \'-838:59:59\' to \'838:59:59\'.\nMySQL displays TIME values in \'HH:MM:SS\' format, but\nallows you to assign values to TIME columns using either strings or\nnumbers.\n','',''),(249,'&&',20,' AND\n &&\nLogical AND.\nEvaluates to 1 if all operands are non-zero and not NULL,\nto 0 if one or more operands are 0,\notherwise NULL is returned.\n','mysql> SELECT 1 && 1;\n -> 1\nmysql> SELECT 1 && 0;\n -> 0\nmysql> SELECT 1 && NULL;\n -> NULL\nmysql> SELECT 0 && NULL;\n -> 0\nmysql> SELECT NULL && 0;\n -> 0',''),(250,'X',16,' X(p)\nReturns the X-coordinate value for the point p as a double-precision\nnumber.\n','mysql> SELECT X(GeomFromeCZbbBi0`ET@/ԂSŀo0E<@?6  bP\*Ё reCtbb0`BiET@/gՀo0HE<@@5  bP\*Ђ? reCGbbBi0`ET@/?o+?o0E<-@>A  P)a  {Z>Text(\'Point(56.7 53.34)\'));\n+--------------------------------------+\n| X(GeomFromText(\'Point(56.7 53.34)\')) |\n+--------------------------------------+\n| 56 3000 .7 |\n+--------------------------------------+',''),(251,'FOUND_ROWS',25,'\nA SELECT statement may include a LIMIT clause to restrict the\nnumber of rows the server returns to the client.\nIn some cases, it is desirable to know how many rows the statement would have\nreturned without the LIMIT, but without running the statement again.\nTo get this row count, include a SQL_CALC_FOUND_ROWS option in the\nSELECT statement, then invoke FOUND_ROWS() afterward:\n','mysql> SELECT SQL_CALC_FOUND_ROWS * FROM tbl_name\n -> WHERE id > 100 LIMIT 10;\nmysql> SELECT FOUND_ROWS();',''),(252,'SYSTEM_USER',25,' SYSTEM_USER()\n\nSYSTEM_USER() is a synonym for USER().\n','',''),(253,'CROSSES',11,' Crosses(g1,g2)\nReturns 1 if g1 spatially crosses g2.\nReturns NULL if g1 is a Polygon or a MultiPolygon,\nor if g2 is a Point or a MultiPoint.\nOtherwise, returns 0.\n\nThe term /spatially crosses/ denotes a spatial relation between two given\ngeometries that has the following properties:\n\n\n --- The two geometries intersect\n\n --- Their intersection results in a geometry that has\naeCbbb0`BiET@/o0AE<-@@?  P)a  {Z>Text(\'Point(56.7 53.34)\'));\n+--------------------------------------+\n| X(GeomFromText(\'Point(56.7 53.34)\')) |\n+--------------------------------------+\n| 56 3000 .7 |\n+--------------------------------------+',''),(251,'FOUND_ROWS',25,'\nA SELECT statement may include a LIMIT clause to restrict the\nnumber of rows the server returns to the client.\nIn some cases, it is desirable to know how many rows the statement would have\nreturned without the LIMIT, but without running the statement again.\nTo get this row count, include a SQL_CALC_FOUND_ROWS option in the\nSELECT statement, then invoke FOUND_ROWS() afterward:\n','mysql> SELECT SQL_CALC_FOUND_ROWS * FROM tbl_name\n -> WHERE id > 100 LIMIT 10;\nmysql> SELECT FOUND_ROWS();',''),(252,'SYSTEM_USER',25,' SYSTEM_USER()\n\nSYSTEM_USER() is a synonym for USER().\n','',''),(253,'CROSSES',11,' Crosses(g1,g2)\nReturns 1 if g1 spatially crosses g2.\nReturns NULL if g1 is a Polygon or a MultiPolygon,\nor if g2 is a Point or a MultiPoint.\nOtherwise, returns 0.\n\nThe term /spatially crosses/ denotes a spatial relation between two given\ngeometries that has the following properties:\n\n\n --- The two geometries intersect\n\n --- Their intersection results in a geometry that has\naeC!bbBi0`ET@/?o+?o0E<.@>A  P1a Z {Z> dimension that is one less than the maximum dimension of the two given\ngeometries\n\n --- Their intersection is not equal to either of the two given geometries\n','',''),(254,'TRUNCATE TABLE',6,'TRUNCATE TABLE empties a table completely.\nLogically, this is equivalent to a DELETE statement that deletes all\nrows, but there are practical differences under some circumstances.\n\nFor InnoDB before version 5.0.3, TRUNCATE TABLE is\nmapped to DELETE, so there is no difference. Starting with\nMySQL/InnoDB-5.0.3, fast TRUNCATE TABLE is available. The\noperation is still mapped to DELETE if there are foreign\nkey constraints that reference the table.\n\nFor other storage engines, TRUNCATE TABLE differs from\nDELETE FROM in the following ways from MySQL 4.0 and up:\n\n --- Truncate operations drop and re-create the table, which is much faster\nthan deleting rows one by one.\n --- Truncate operations are not transaction-safe; you get an error if\nyou have an active transaction or an active table lock.\n --- The number of deleted rows is not returned.\n --- As long as the table definition file *tbl_name.frm is\nvalid, the table can be re-created as an empty table with TRUNCATE\nTABLE, even if the data or index files have become corrupted.\n --- The table handler does not remeC=bb0`BiET@/o0AE<.@@?  P1a Z {Z> dimension that is one less than the maximum dimension of the two given\ngeometries\n\n --- Their intersection is not equal to either of the two given geometries\n','',''),(254,'TRUNCATE TABLE',6,'TRUNCATE TABLE empties a table completely.\nLogically, this is equivalent to a DELETE statement that deletes all\nrows, but there are practical differences under some circumstances.\n\nFor InnoDB before version 5.0.3, TRUNCATE TABLE is\nmapped to DELETE, so there is no difference. Starting with\nMySQL/InnoDB-5.0.3, fast TRUNCATE TABLE is available. The\noperation is still mapped to DELETE if there are foreign\nkey constraints that reference the table.\n\nFor other storage engines, TRUNCATE TABLE differs from\nDELETE FROM in the following ways from MySQL 4.0 and up:\n\n --- Truncate operations drop and re-create the table, which is much faster\nthan deleting rows one by one.\n --- Truncate operations are not transaction-safe; you get an error if\nyou have an active transaction or an active table lock.\n --- The number of deleted rows is not returned.\n --- As long as the table definition file *tbl_name.frm is\nvalid, the table can be re-created as an empty table with TRUNCATE\nTABLE, even if the data or index files have become corrupted.\n --- The table handler does not remeCbbBi0`ET@/?o+?o0EA  P9a  |Z>ember the last used AUTO_INCREMENT\nvalue, but starts counting from the beginning. This is true even for\nMyISAM and InnoDB, which normally does not reuse sequence values.\n\nIn MySQL 3.23, TRUNCATE TABLE is mapped to\nCOMMIT; DELETE FROM tbl_name, so it behaves like DELETE.\nSee also : [DELETE, , DELETE].\n\nTRUNCATE TABLE is an Oracle SQL extension.\nThis statement was added in MySQL 3.23.28, although from 3.23.28\nto 3.23.32, the keyword TABLE must be omitted.\n','TRUNCATE TABLE tbl_name',''),(255,'CURRENT_DATE',14,' CURRENT_DATE\n CURRENT_DATE()\n\nCURRENT_DATE and CURRENT_DATE() are synonyms for\nCURDATE().\n','',''),(256,'BIT_XOR',12,' BIT_XOR(expr)\nReturns the bitwise XOR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n','',''),(257,'AREA',0,' Area(poly)\nReturns as a double-precision number the area of the Polygon value\npoly, as measured in its spatial reference system.\n','mysql> SET @poly = \'Polygon((0 0,0 3,3 0,0 0),(1 1,1 2,2 1,1 1))\';\nmysql> SELECT Area(GeomFromText(@poly));\n+---------------------------+\n| Area(GeomFromText(@poly)) |\n+---------------------------+\n| 4 |\n+---------------------------+',''),(258,'START SLAVE',7,'START SLAVE [thread_type [, thread_type] ... ]\nSTAReCbb0`BiET@/o0AEember the last used AUTO_INCREMENT\nvalue, but starts counting from the beginning. This is true even for\nMyISAM and InnoDB, which normally does not reuse sequence values.\n\nIn MySQL 3.23, TRUNCATE TABLE is mapped to\nCOMMIT; DELETE FROM tbl_name, so it behaves like DELETE.\nSee also : [DELETE, , DELETE].\n\nTRUNCATE TABLE is an Oracle SQL extension.\nThis statement was added in MySQL 3.23.28, although from 3.23.28\nto 3.23.32, the keyword TABLE must be omitted.\n','TRUNCATE TABLE tbl_name',''),(255,'CURRENT_DATE',14,' CURRENT_DATE\n CURRENT_DATE()\n\nCURRENT_DATE and CURRENT_DATE() are synonyms for\nCURDATE().\n','',''),(256,'BIT_XOR',12,' BIT_XOR(expr)\nReturns the bitwise XOR of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n','',''),(257,'AREA',0,' Area(poly)\nReturns as a double-precision number the area of the Polygon value\npoly, as measured in its spatial reference system.\n','mysql> SET @poly = \'Polygon((0 0,0 3,3 0,0 0),(1 1,1 2,2 1,1 1))\';\nmysql> SELECT Area(GeomFromText(@poly));\n+---------------------------+\n| Area(GeomFromText(@poly)) |\n+---------------------------+\n| 4 |\n+---------------------------+',''),(258,'START SLAVE',7,'START SLAVE [thread_type [, thread_type] ... ]\nSTAReCZZBi0`EL@/Jxǀo0E4o@5  pP>;l@eC±ZZʪBiEL@/o0o0oE4o@@46  pP>;leCZZBiʪEL@/o0oo0E4@@% PpK[><pfeCZZ0`BiEL@/>o0xE4@@% PpK[><peCmbbBi0`ET@/?o+?o0E<0@>A  PAa f }Z@T SLAVE [SQL_THREAD] UNTIL\n MASTER_LOG_FILE = \'log_name\', MASTER_LOG_POS = log_pos\nSTART SLAVE [SQL_THREAD] UNTIL\n RELAY_LOG_FILE = \'log_name\', RELAY_LOG_POS = log_pos\n\nthread_type: IO_THREAD | SQL_THREAD\n\nSTART SLAVE with no options starts both of the slave threads.\nThe I/O thread reads queries from the master server and stores them in the\nrelay log. The SQL thread reads the relay log and executes the\nqueries.\nSTART SLAVE requires the SUPER privilege.\n\nIf START SLAVE succeeds in starting the slave threads, it\nreturns without any error. However, even in that case, it might be that the slave\nthreads start and then later stop (for example, because they don\'t manage to\nconnect to the master or read its binary logs, or some other\nproblem). START SLAVE does not warn you about this. You must\ncheck your slave\'s error log for error messages generated by\nthe slave threads, or check that they are running fine with SHOW\nSLAVE STATUS.\n','',''),(259,'FLUSH',6,'You should use the FLUSH statement if you want to clear some of the\ninternal caches MySQL uses. To execute FLUSH, you must have\nthe RELOAD privilege.\n','FLUSH [LOCAL | NO_WRITE_TO_BINLOG] flush_option [, flush_option] ...',''),(260,'DESCRIBE',7,'{DESCRIBE | DESC} tbl_name [col_name | wileCvZZBi0`EL@/"  o0E4a@?7  P-A<\2& g W]peCbb0`BiET@/o0AE<0@@?  PAa f }Z@T SLAVE [SQL_THREAD] UNTIL\n MASTER_LOG_FILE = \'log_name\', MASTER_LOG_POS = log_pos\nSTART SLAVE [SQL_THREAD] UNTIL\n RELAY_LOG_FILE = \'log_name\', RELAY_LOG_POS = log_pos\n\nthread_type: IO_THREAD | SQL_THREAD\n\nSTART SLAVE with no options starts both of the slave threads.\nThe I/O thread reads queries from the master server and stores them in the\nrelay log. The SQL thread reads the relay log and executes the\nqueries.\nSTART SLAVE requires the SUPER privilege.\n\nIf START SLAVE succeeds in starting the slave threads, it\nreturns without any error. However, even in that case, it might be that the slave\nthreads start and then later stop (for example, because they don\'t manage to\nconnect to the master or read its binary logs, or some other\nproblem). START SLAVE does not warn you about this. You must\ncheck your slave\'s error log for error messages generated by\nthe slave threads, or check that they are running fine with SHOW\nSLAVE STATUS.\n','',''),(259,'FLUSH',6,'You should use the FLUSH statement if you want to clear some of the\ninternal caches MySQL uses. To execute FLUSH, you must have\nthe RELOAD privilege.\n','FLUSH [LOCAL | NO_WRITE_TO_BINLOG] flush_option [, flush_option] ...',''),(260,'DESCRIBE',7,'{DESCRIBE | DESC} tbl_name [col_name | wileCZZ0`BiEL@/܀o0SE4a@@6  P-A<\2& g W]peCѹbbBi0`ET@/?o+?o0E<1@>A  P"Ia  }Z@d]\n\nDESCRIBE provides information about the columns in a table. It is a\nshortcut for SHOW COLUMNS FROM. As of MySQL 5.0.1, these statements\nalso display information for views.\n','',''),(261,'STDDEV_POP',12,' STDDEV_POP(expr)\nReturns the population standard deviation of expr (the square root of\nVAR_POP()). This function was added in MySQL 5.0.3. Before 5.0.3,\nyou can use STD() or STDDEV(), which are equivalent but not\nstandard SQL.\n','',''),(262,'SUBSTRING',23,' SUBSTRING(str,pos)\n SUBSTRING(str FROM pos)\n SUBSTRING(str,pos,len)\n SUBSTRING(str FROM pos FOR len)\n\nThe forms without a len argument\nreturn a substring from string str starting at position pos.\nThe forms with a len argument\nreturn a substring len characters long from string str,\nstarting at position pos.\nThe forms that use FROM are standard SQL syntax.\n','mysql> SELECT SUBSTRING(\'Quadratically\',5);\n -> \'ratically\'\nmysql> SELECT SUBSTRING(\'foobarbar\' FROM 4);\n -> \'barbar\'\nmysql> SELECT SUBSTRING(\'Quadratically\',5,6);\n -> \'ratica\'',''),(263,'ISEMPTY',19,' IsEmpty(g)\nReturns 1 if the geometry value g is the empty geometry, 0 if it is not\nempty, and -1 if the argument is NULL.\nIf the geometry is empty, it represents the empty point set.\eCܹZZBi0`EL@/"  o0E4O@?  PE.\ 4 WcpeCbb0`BiET@/o0AE<1@@?  P"Ia  }Z@d]\n\nDESCRIBE provides information about the columns in a table. It is a\nshortcut for SHOW COLUMNS FROM. As of MySQL 5.0.1, these statements\nalso display information for views.\n','',''),(261,'STDDEV_POP',12,' STDDEV_POP(expr)\nReturns the population standard deviation of expr (the square root of\nVAR_POP()). This function was added in MySQL 5.0.3. Before 5.0.3,\nyou can use STD() or STDDEV(), which are equivalent but not\nstandard SQL.\n','',''),(262,'SUBSTRING',23,' SUBSTRING(str,pos)\n SUBSTRING(str FROM pos)\n SUBSTRING(str,pos,len)\n SUBSTRING(str FROM pos FOR len)\n\nThe forms without a len argument\nreturn a substring from string str starting at position pos.\nThe forms with a len argument\nreturn a substring len characters long from string str,\nstarting at position pos.\nThe forms that use FROM are standard SQL syntax.\n','mysql> SELECT SUBSTRING(\'Quadratically\',5);\n -> \'ratically\'\nmysql> SELECT SUBSTRING(\'foobarbar\' FROM 4);\n -> \'barbar\'\nmysql> SELECT SUBSTRING(\'Quadratically\',5,6);\n -> \'ratica\'',''),(263,'ISEMPTY',19,' IsEmpty(g)\nReturns 1 if the geometry value g is the empty geometry, 0 if it is not\nempty, and -1 if the argument is NULL.\nIf the geometry is empty, it represents the empty point set.\eCZZ0`BiEL@/܀o0SE4O@@  PE.\ 4 WcpeC6bbBi0`ET@/?o+?o0E<2@>A  P'Qa  }Z@n','',''),(264,'LTRIM',23,' LTRIM(str)\nReturns the string str with leading space characters removed.\n','mysql> SELECT LTRIM(\' barbar\');\n -> \'barbar\'',''),(265,'REPAIR',7,'REPAIR TABLE repairs a possibly corrupted table.\nBy default,\nit has the same effect as myisamchk --recover tbl_name.\nREPAIR TABLE works only on MyISAM tables.\n','REPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE\n tbl_name [, tbl_name] ... [QUICK] [EXTENDED] [USE_FRM]',''),(266,'INTERSECTS',11,' Intersects(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 spatially intersects\ng2.\n','',''),(267,'MBRDISJOINT',8,' MBRDisjoint(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are disjoint (do not intersect).\n','',''),(268,'SUBSTRING_INDEX',23,' SUBSTRING_INDEX(str,delim,count)\nReturns the substring from string str before count\noccurrences of the delimiter delim.\nIf count is positive, everything to the left of the final delimiter\n(counting from the left) is returned.\nIf count is negative, everything to the right of the final delimiter\n(counting from the right) is returned.\n','mysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\', \'.\', 2);\n -> \'www.mysql\'\nmysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\eCPbb0`BiET@/o0AE<2@@?  P'Qa  }Z@n','',''),(264,'LTRIM',23,' LTRIM(str)\nReturns the string str with leading space characters removed.\n','mysql> SELECT LTRIM(\' barbar\');\n -> \'barbar\'',''),(265,'REPAIR',7,'REPAIR TABLE repairs a possibly corrupted table.\nBy default,\nit has the same effect as myisamchk --recover tbl_name.\nREPAIR TABLE works only on MyISAM tables.\n','REPAIR [LOCAL | NO_WRITE_TO_BINLOG] TABLE\n tbl_name [, tbl_name] ... [QUICK] [EXTENDED] [USE_FRM]',''),(266,'INTERSECTS',11,' Intersects(g1,g2)\nReturns 1 or 0 to indicate whether or not g1 spatially intersects\ng2.\n','',''),(267,'MBRDISJOINT',8,' MBRDisjoint(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangles of\nthe two geometries g1 and g2 are disjoint (do not intersect).\n','',''),(268,'SUBSTRING_INDEX',23,' SUBSTRING_INDEX(str,delim,count)\nReturns the substring from string str before count\noccurrences of the delimiter delim.\nIf count is positive, everything to the left of the final delimiter\n(counting from the left) is returned.\nIf count is negative, everything to the right of the final delimiter\n(counting from the right) is returned.\n','mysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\', \'.\', 2);\n -> \'www.mysql\'\nmysql> SELECT SUBSTRING_INDEX(\'www.mysql.com\eCbbBi0`ET@/?o+?o0E<3@>A  P,Ya `| ZD', \'.\', -2);\n -> \'mysql.com\'',''),(269,'ENCODE',17,' ENCODE(str,pass_str)\nEncrypt str using pass_str as the password.\nTo decrypt the result, use DECODE().\n\nThe result is a binary string of the same length as str.\nIf you want to save it in a column, use a BLOB column type.\n','',''),(270,'TRUNCATE',4,' TRUNCATE(X,D)\nReturns the number X, truncated to D decimals. If D\nis 0, the result has no decimal point or fractional part.\nD can be negative to truncate (make zero) D digits left of the\ndecimal point of the value X.\n','mysql> SELECT TRUNCATE(1.223,1);\n -> 1.2\nmysql> SELECT TRUNCATE(1.999,1);\n -> 1.9\nmysql> SELECT TRUNCATE(1.999,0);\n -> 1\nmysql> SELECT TRUNCATE(-1.999,1);\n -> -1.9\nmysql> SELECT TRUNCATE(122,-2);\n -> 100',''),(271,'TIMESTAMPADD',14,' TIMESTAMPADD(interval,int_expr,datetime_expr)\n\nAdds the integer expression int_expr to the date or datetime expression\ndatetime_expr. The unit for int_expr is given by the\ninterval argument, which should be one of the following values:\nFRAC_SECOND,\nSECOND,\nMINUTE,\nHOUR,\nDAY,\nWEEK,\nMONTH,\nQUARTER,\nor\nYEAR.\n\nThe interval value may be specified using one of keywords as shown,\nor with a prefix of SQL_TSI_. For example, DAY or\nSQL_TSI_DAY boteCbb0`BiET@/o0AE<3@@?  P,Ya `| ZD', \'.\', -2);\n -> \'mysql.com\'',''),(269,'ENCODE',17,' ENCODE(str,pass_str)\nEncrypt str using pass_str as the password.\nTo decrypt the result, use DECODE().\n\nThe result is a binary string of the same length as str.\nIf you want to save it in a column, use a BLOB column type.\n','',''),(270,'TRUNCATE',4,' TRUNCATE(X,D)\nReturns the number X, truncated to D decimals. If D\nis 0, the result has no decimal point or fractional part.\nD can be negative to truncate (make zero) D digits left of the\ndecimal point of the value X.\n','mysql> SELECT TRUNCATE(1.223,1);\n -> 1.2\nmysql> SELECT TRUNCATE(1.999,1);\n -> 1.9\nmysql> SELECT TRUNCATE(1.999,0);\n -> 1\nmysql> SELECT TRUNCATE(-1.999,1);\n -> -1.9\nmysql> SELECT TRUNCATE(122,-2);\n -> 100',''),(271,'TIMESTAMPADD',14,' TIMESTAMPADD(interval,int_expr,datetime_expr)\n\nAdds the integer expression int_expr to the date or datetime expression\ndatetime_expr. The unit for int_expr is given by the\ninterval argument, which should be one of the following values:\nFRAC_SECOND,\nSECOND,\nMINUTE,\nHOUR,\nDAY,\nWEEK,\nMONTH,\nQUARTER,\nor\nYEAR.\n\nThe interval value may be specified using one of keywords as shown,\nor with a prefix of SQL_TSI_. For example, DAY or\nSQL_TSI_DAY boteCbbBi0`ET@/?o+?o0E<4@>A  P1aa  ZDh are legal.\n','',''),(272,'SHOW',6,'\nSHOW has many forms that provide information about databases,\ntables, columns, or status information about the server.\nThis section describes those following:\n\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [LIKE \'pattern\']\nSHOW CREATE DATABASE db_name\nSHOW CREATE TABLE tbl_name\nSHOW DATABASES [LIKE \'pattern\']\nSHOW ENGINE engine_name {LOGS | STATUS }\nSHOW [STORAGE] ENGINES\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW GRANTS FOR user\nSHOW INDEX FROM tbl_name [FROM db_name]\nSHOW INNODB STATUS\nSHOW [BDB] LOGS\nSHOW PRIVILEGES\nSHOW [FULL] PROCESSLIST\nSHOW [GLOBAL | SESSION] STATUS [LIKE \'pattern\']\nSHOW TABLE STATUS [FROM db_name] [LIKE \'pattern\']\nSHOW [OPEN] TABLES [FROM db_name] [LIKE \'pattern\']\nSHOW [GLOBAL | SESSION] VARIABLES [LIKE \'pattern\']\nSHOW WARNINGS [LIMIT [offset,] row_count]\n\n\nThe SHOW statement also has forms that provide information about\nreplication master and slave servers and are described in [Replication\nSQL]:\n\nSHOW BINLOG EVENTS\nSHOW MASTER LOGS\nSHOW MASTER STATUS\nSHOW SLAVE HOSTS\nSHOW SLAVE STATUS\n\nIf the syntax for a given SHOW statement includes a LIKE\n\'pattern\' part, \'pattern\' is a string that can contain the SQL \'%\'\nand \'_\' wildcard characters.\nThe paeCbb0`BiET@/o0AE<4@@?  P1aa  ZDh are legal.\n','',''),(272,'SHOW',6,'\nSHOW has many forms that provide information about databases,\ntables, columns, or status information about the server.\nThis section describes those following:\n\nSHOW [FULL] COLUMNS FROM tbl_name [FROM db_name] [LIKE \'pattern\']\nSHOW CREATE DATABASE db_name\nSHOW CREATE TABLE tbl_name\nSHOW DATABASES [LIKE \'pattern\']\nSHOW ENGINE engine_name {LOGS | STATUS }\nSHOW [STORAGE] ENGINES\nSHOW ERRORS [LIMIT [offset,] row_count]\nSHOW GRANTS FOR user\nSHOW INDEX FROM tbl_name [FROM db_name]\nSHOW INNODB STATUS\nSHOW [BDB] LOGS\nSHOW PRIVILEGES\nSHOW [FULL] PROCESSLIST\nSHOW [GLOBAL | SESSION] STATUS [LIKE \'pattern\']\nSHOW TABLE STATUS [FROM db_name] [LIKE \'pattern\']\nSHOW [OPEN] TABLES [FROM db_name] [LIKE \'pattern\']\nSHOW [GLOBAL | SESSION] VARIABLES [LIKE \'pattern\']\nSHOW WARNINGS [LIMIT [offset,] row_count]\n\n\nThe SHOW statement also has forms that provide information about\nreplication master and slave servers and are described in [Replication\nSQL]:\n\nSHOW BINLOG EVENTS\nSHOW MASTER LOGS\nSHOW MASTER STATUS\nSHOW SLAVE HOSTS\nSHOW SLAVE STATUS\n\nIf the syntax for a given SHOW statement includes a LIKE\n\'pattern\' part, \'pattern\' is a string that can contain the SQL \'%\'\nand \'_\' wildcard characters.\nThe paeCbbBi0`ET@/?o+?o0E<5@>A  P6ia ! ZGttern is useful for restricting statement output to matching values.\n','',''),(273,'GREATEST',26,' GREATEST(value1,value2,...)\nWith two or more arguments, returns the largest (maximum-valued) argument.\nThe arguments are compared using the same rules as for LEAST().\n','mysql> SELECT GREATEST(2,0);\n -> 2\nmysql> SELECT GREATEST(34.0,3.0,5.0,767.0);\n -> 767.0\nmysql> SELECT GREATEST(\'B\',\'A\',\'C\');\n -> \'C\'',''),(274,'OCTETLENGTH',23,' OCTET_LENGTH(str)\n\nOCTET_LENGTH() is a synonym for LENGTH().\n','',''),(275,'SECOND',14,' SECOND(time)\nReturns the second for time, in the range 0 to 59.\n','mysql> SELECT SECOND(\'10:05:03\');\n -> 3',''),(276,'BIT_AND',12,' BIT_AND(expr)\nReturns the bitwise AND of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n','mysql> SELECT order.custid, customer.name, MAX(payments)\n -> FROM order,customer\n -> WHERE order.custid = customer.custid\n -> GROUP BY order.custid;',''),(277,'ATAN2',4,' ATAN(Y,X)\n ATAN2(Y,X)\nReturns the arc tangent of the two variables X and Y. It is\nsimilar to calculating the arc tangent of Y / X, except that the\nsigns of both arguments are used to determine the quadrant of the\nresult.\n','mysql> SELeCbb0`BiET@/o0AE<5@@?  P6ia ! ZGttern is useful for restricting statement output to matching values.\n','',''),(273,'GREATEST',26,' GREATEST(value1,value2,...)\nWith two or more arguments, returns the largest (maximum-valued) argument.\nThe arguments are compared using the same rules as for LEAST().\n','mysql> SELECT GREATEST(2,0);\n -> 2\nmysql> SELECT GREATEST(34.0,3.0,5.0,767.0);\n -> 767.0\nmysql> SELECT GREATEST(\'B\',\'A\',\'C\');\n -> \'C\'',''),(274,'OCTETLENGTH',23,' OCTET_LENGTH(str)\n\nOCTET_LENGTH() is a synonym for LENGTH().\n','',''),(275,'SECOND',14,' SECOND(time)\nReturns the second for time, in the range 0 to 59.\n','mysql> SELECT SECOND(\'10:05:03\');\n -> 3',''),(276,'BIT_AND',12,' BIT_AND(expr)\nReturns the bitwise AND of all bits in expr. The calculation is\nperformed with 64-bit (BIGINT) precision.\n','mysql> SELECT order.custid, customer.name, MAX(payments)\n -> FROM order,customer\n -> WHERE order.custid = customer.custid\n -> GROUP BY order.custid;',''),(277,'ATAN2',4,' ATAN(Y,X)\n ATAN2(Y,X)\nReturns the arc tangent of the two variables X and Y. It is\nsimilar to calculating the arc tangent of Y / X, except that the\nsigns of both arguments are used to determine the quadrant of the\nresult.\n','mysql> SELeCbbBi0`ET@/?o+?o0E<6@>A  P;qa  ZGECT ATAN(-2,2);\n -> -0.785398\nmysql> SELECT ATAN2(PI(),0);\n -> 1.570796',''),(278,'MBRCONTAINS',8,' MBRContains(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangle of\ng1 contains the Minimum Bounding Rectangle of g2.\n','mysql> SET @g1 = GeomFromText(\'Polygon((0 0,0 3,3 3,3 0,0 0))\');\nmysql> SET @g2 = GeomFromText(\'Point(1 1)\');\nmysql> SELECT MBRContains(@g1,@g2), MBRContains(@g2,@g1);\n----------------------+----------------------+\n| MBRContains(@g1,@g2) | MBRContains(@g2,@g1) |\n+----------------------+----------------------+\n| 1 | 0 |\n+----------------------+----------------------+',''),(279,'HOUR',14,' HOUR(time)\nReturns the hour for time. The range of the return value is\n0 to 23 for time-of-day values.\n','mysql> SELECT HOUR(\'10:05:03\');\n -> 10',''),(280,'TYPE SET',1,' SE 1000 T(\'value1\',\'value2\',...)\n\nA set. A string object that can have zero or more values, each of which must\nbe chosen from the list of values \'value1\', \'value2\',\n... A SET column can have a maximum of 64 members.\nSET values are represented internally as integers.\n \n','',''),(281,'SELECT',6,'SELECT is used to retrieve rows selected from one or more tables.\nSupport foeCbb0`BiET@/o0AE<6@@?  P;qa  ZGECT ATAN(-2,2);\n -> -0.785398\nmysql> SELECT ATAN2(PI(),0);\n -> 1.570796',''),(278,'MBRCONTAINS',8,' MBRContains(g1,g2)\nReturns 1 or 0 to indicate whether or not the Minimum Bounding Rectangle of\ng1 contains the Minimum Bounding Rectangle of g2.\n','mysql> SET @g1 = GeomFromText(\'Polygon((0 0,0 3,3 3,3 0,0 0))\');\nmysql> SET @g2 = GeomFromText(\'Point(1 1)\');\nmysql> SELECT MBRContains(@g1,@g2), MBRContains(@g2,@g1);\n----------------------+----------------------+\n| MBRContains(@g1,@g2) | MBRContains(@g2,@g1) |\n+----------------------+----------------------+\n| 1 | 0 |\n+----------------------+----------------------+',''),(279,'HOUR',14,' HOUR(time)\nReturns the hour for time. The range of the return value is\n0 to 23 for time-of-day values.\n','mysql> SELECT HOUR(\'10:05:03\');\n -> 10',''),(280,'TYPE SET',1,' SE 1000 T(\'value1\',\'value2\',...)\n\nA set. A string object that can have zero or more values, each of which must\nbe chosen from the list of values \'value1\', \'value2\',\n... A SET column can have a maximum of 64 members.\nSET values are represented internally as integers.\n \n','',''),(281,'SELECT',6,'SELECT is used to retrieve rows selected from one or more tables.\nSupport foeC&bbBi0`ET@/?o+?o0E<7@>A  P@ya ֔ Z[r UNION statements and subqueries is available as of MySQL\n4.0 and 4.1, respectively.\nSee [UNION, , UNION] and [Subqueries].\n\n --- Each select_expr indicates a column you want to retrieve.\n\n --- table_references indicates the table or tables from which to retrieve rows.\nIts syntax is described in [JOIN, , JOIN].\n\n --- where_definition consists of the keyword WHERE followed by\nan expression that indicates the condition or conditions that rows\nmust satisfy to be selected.\n\n\nSELECT can also be used to retrieve rows computed without reference to\nany table.\n','SELECT\n [ALL | DISTINCT | DISTINCTROW ]\n [HIGH_PRIORITY]\n [STRAIGHT_JOIN]\n [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]\n [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS]\n select_expr, ...\n [INTO OUTFILE \'file_name\' export_options\n | INTO DUMPFILE \'file_name\']\n [FROM table_references\n [WHERE where_definition]\n [GROUP BY {col_name | expr | position}\n [ASC | DESC], ... [WITH ROLLUP]]\n [HAVING where_definition]\n [ORDER BY {col_name | expr | position}\n [ASC | DESC] , ...]\n [LIMIT {[offset,] row_count | row_count OFFSET offset}]\n [PROCEDURE procedure_name(argument_list)]\n [FOR UPDATE | LOeCAbb0`BiET@/o0AE<7@@?  P@ya ֔ Z[r UNION statements and subqueries is available as of MySQL\n4.0 and 4.1, respectively.\nSee [UNION, , UNION] and [Subqueries].\n\n --- Each select_expr indicates a column you want to retrieve.\n\n --- table_references indicates the table or tables from which to retrieve rows.\nIts syntax is described in [JOIN, , JOIN].\n\n --- where_definition consists of the keyword WHERE followed by\nan expression that indicates the condition or conditions that rows\nmust satisfy to be selected.\n\n\nSELECT can also be used to retrieve rows computed without reference to\nany table.\n','SELECT\n [ALL | DISTINCT | DISTINCTROW ]\n [HIGH_PRIORITY]\n [STRAIGHT_JOIN]\n [SQL_SMALL_RESULT] [SQL_BIG_RESULT] [SQL_BUFFER_RESULT]\n [SQL_CACHE | SQL_NO_CACHE] [SQL_CALC_FOUND_ROWS]\n select_expr, ...\n [INTO OUTFILE \'file_name\' export_options\n | INTO DUMPFILE \'file_name\']\n [FROM table_references\n [WHERE where_definition]\n [GROUP BY {col_name | expr | position}\n [ASC | DESC], ... [WITH ROLLUP]]\n [HAVING where_definition]\n [ORDER BY {col_name | expr | position}\n [ASC | DESC] , ...]\n [LIMIT {[offset,] row_count | row_count OFFSET offset}]\n [PROCEDURE procedure_name(argument_list)]\n [FOR UPDATE | LOeCbbBi0`ET@/?o+?o0E<8@>A  PEa \ Z[CK IN SHARE MODE]]',''),(282,'COT',4,' COT(X)\nReturns the cotangent of X.\n','mysql> SELECT COT(12);\n -> -1.57267341\nmysql> SELECT COT(0);\n -> NULL',''),(283,'BACKUP TABLE',7,'Note: This statement is deprecated. We are working on a better\nreplacement for it that will provide online backup capabilities.\nIn the meantime, the mysqlhotcopy script can be used instead.\n\nBACKUP TABLE copies to the backup directory the minimum number of\ntable files needed to restore the table, after flushing any buffered changes\nto disk. The statement works only for MyISAM tables. It copies the\n*.frm definition and *.MYD data files. The *.MYI\nindex file can be rebuilt from those two files.\nThe directory should be specified as a full pathname.\n','BACKUP TABLE tbl_name [, tbl_name] ... TO \'/path/to/backup/directory\'',''),(284,'LOAD_FILE',23,' LOAD_FILE(file_name)\nReads the file and returns the file contents as a string. The file\nmust be located on the server, you must specify the full pathname to the\nfile, and you must have the FILE privilege. The file must\nbe readable by all and be smaller than max_allowed_packet bytes.\n\nIf the file doesn\'t exist or cannot be read because one of the preceding\nconditions is not satisfied, the function returns NULL.\eCbb0`BiET@/o0AE<8@@?  PEa \ Z[CK IN SHARE MODE]]',''),(282,'COT',4,' COT(X)\nReturns the cotangent of X.\n','mysql> SELECT COT(12);\n -> -1.57267341\nmysql> SELECT COT(0);\n -> NULL',''),(283,'BACKUP TABLE',7,'Note: This statement is deprecated. We are working on a better\nreplacement for it that will provide online backup capabilities.\nIn the meantime, the mysqlhotcopy script can be used instead.\n\nBACKUP TABLE copies to the backup directory the minimum number of\ntable files needed to restore the table, after flushing any buffered changes\nto disk. The statement works only for MyISAM tables. It copies the\n*.frm definition and *.MYD data files. The *.MYI\nindex file can be rebuilt from those two files.\nThe directory should be specified as a full pathname.\n','BACKUP TABLE tbl_name [, tbl_name] ... TO \'/path/to/backup/directory\'',''),(284,'LOAD_FILE',23,' LOAD_FILE(file_name)\nReads the file and returns the file contents as a string. The file\nmust be located on the server, you must specify the full pathname to the\nfile, and you must have the FILE privilege. The file must\nbe readable by all and be smaller than max_allowed_packet bytes.\n\nIf the file doesn\'t exist or cannot be read because one of the preceding\nconditions is not satisfied, the function returns NULL.\eCZZBi0`EL@/< o0E49{@?8  PB&KJ~FI> 7%meC4ZZʪBiEL@/o0o0oE49{@@8  PB&KJ~FI> 7%meCBi0`E@/ o0Eu9}@?  PB&KJ~F! 7%mGET /cgi-bin/submitflag.py?flag=MTNzExADADDmfGcm7A6tFyYif3X2cLZaENO7nQ%3D%3D HTTP/1.1 Host: 10.0.0.10 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051128 Debian/1.4.99+1.5rc3.dfsg-2 Firefox/1.5 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: it Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: http://10.0.0.10/cgi-bin/submitflag.py?flag=MTNzExUDAC8UVB%2BAdYFRzRD0utIdjcb%2BFiL%2BeQ%3D%3D eCʪBiE@/րo0o0oEu9}@@  PB&KJ~F! 7%mGET /cgi-bin/submitflag.py?flag=MTNzExADADDmfGcm7A6tFyYif3X2cLZaENO7nQ%3D%3D HTTP/1.1 Host: 10.0.0.10 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051128 Debian/1.4.99+1.5rc3.dfsg-2 Firefox/1.5 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: it Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive Referer: http://10.0.0.10/cgi-bin/submitflag.py?flag=MTNzExUDAC8UVB%2BAdYFRzRD0utIdjcb%2BFiL%2BeQ%3D%3D eCnZZBiʪEL@/o0oo0E4(@@ PJ~FB(E< 7%neCZZ0`BiEL@/ 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExADADDmfGcm7A6tFyYif3X2cLZaENO7nQ%3D%3D' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eCZZBiʪEL@/o0oo0E4(@@ PJ~IiB(Be 7%neC000`BiE"@/fo0 E (@@ PJ~FB(g8 7%nHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExADADDmfGcm7A6tFyYif3X2cLZaENO7nQ%3D%3D' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eCZZ0`BiEL@/DPeCmNN0`BiE@@/>€o0xE(x@@:9 PpK[>DPeC  BiʪE@/Qo0oo0Ez@@7e PpK[>DPHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eCNNBiʪE@@/#o0oo0E(|@@:5 PpK[>DPeC  0`BiE@/;o0xEz@@7e PpK[>DPHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eCNN0`BiE@@/>€o0xE(|@@:5 PpK[>DPeCZZBi0`EL@/܂Sŀo0E4_#@?ũ  PgЦ/v-Ћ  HeeCZZ0`BiEL@/6o0o+PE4_#@@ĩ  PgЦ/v-Ћ  HeeCCBi0`E@/]Sŀo0E_$@?)  PgЦ/v-Уw  HeGET /~acquire/cgi-bin/get.php?ip=15 HTTP/1.0 User-Agent: Wget/1.10.2 Accept: */* Host: 10.20.1.3 Connection: Keep-Alive eC\0`BiE@/o0o+PE_$@@)  PgЦ/v-Уw  HeGET /~acquire/cgi-bin/get.php?ip=15 HTTP/1.0 User-Agent: Wget/1.10.2 Accept: */* Host: 10.20.1.3 Connection: Keep-Alive eC6ZZBi0`EL@/ 6o+Po0E4@?3  P/v-gЧ[ Hf8 eCPZZ0`BiEL@/܀o0SE4@@2  P/v-gЧ[ Hf8 eCF VVBi0`EH@/!  o0E0N@?j  PX\ t = Wuo eC` VV0`BiEH@/o0SE0N@@i  PX\ t = Wuo eClZZBi0`EL@/܂Sŀo0E4@?  XP]vLˀ  r$VeCvBi0`E@/\Sŀo0E@?^  XP]vLˀ: r$VGET /%7Eacquire/cgi-bin/get.php?ip=97 HTTP/1.0 User-Agent: Wget/1.9.1 Host: 10.13.1.3 Accept: */* Connection: Keep-Alive eC}ZZBi0`EL@/Ao0E4r@?#f  Pa婉) ZeCZZ0`BiEL@/o0  E4@@  XP]vLˀ  r$VeC0`BiE@/`o0  E@@^  XP]vLˀ: r$VGET /%7Eacquire/cgi-bin/get.php?ip=97 HTTP/1.0 User-Agent: Wget/1.9.1 Host: 10.13.1.3 Accept: */* Connection: Keep-Alive eCZZ0`BiEL@/Go0o+?E4r@@"f  Pa婉) ZeC!ZZBi0`EL@/܂Sŀo0E4>@?6  0P]EZDP r%VeC!ZZBi0`EL@/܂Sŀo0E4%J@?  P]h 乀 { r%VeC!Bi0`E@/\Sŀo0E>@?  0P]EZD$ r%VGET /%7Eacquire/cgi-bin/get.php?ip=89 HTTP/1.0 User-Agent: Wget/1.9.1 Host: 10.13.1.3 Accept: */* Connection: Keep-Alive eC!Bi0`E@/\Sŀo0E%K@?'  P]h 乀< r%VGET /%7Eacquire/cgi-bin/get.php?ip=74 HTTP/1.0 User-Agent: Wget/1.9.1 Host: 10.13.1.3 Accept: */* Connection: Keep-Alive eC!ZZ0`BiEL@/o0  E4>@@6  0P]EZDP r%VeC"ZZ0`BiEL@/o0  E4%J@@  P]h 乀 { r%VeC"0`BiE@/`o0  E>@@  0P]EZD$ r%VGET /%7Eacquire/cgi-bin/get.php?ip=89 HTTP/1.0 User-Agent: Wget/1.9.1 Host: 10.13.1.3 Accept: */* Connection: Keep-Alive eC)"0`BiE@/`o0  E%K@@'  P]h 乀< r%VGET /%7Eacquire/cgi-bin/get.php?ip=74 HTTP/1.0 User-Agent: Wget/1.9.1 Host: 10.13.1.3 Accept: */* Connection: Keep-Alive eC;#NNBi0`E@@/Jƒxǀo0E(@O  oP?K P eCT#NNʪBiE@@/#o0o0oE(@@  oP?K P eC*bbBi0`ET@/?o+?o0E<9@>A  PJa B Zn','mysql> UPDATE tbl_name\n SET blob_column=LOAD_FILE(\'/tmp/picture\')\n WHERE id=1;',''),(285,'POINTFROMTEXT',3,' PointFromText(wkt[,srid])\nConstructs a POINT value using its WKT representation and SRID.\n','',''),(286,'LOAD TABLE FROM MASTER',6,'LOAD TABLE tbl_name FROM MASTER\n\nTransfers a copy of the table from master to the slave. This statement is\nimplemented mainly for debugging of LOAD DATA FROM MASTER.\nIt requires that the account used for connecting to the master server has the\nRELOAD and SUPER privileges on the master and the\nSELECT privilege on the master table to load.\nOn the slave side, the user that issues LOAD TABLE FROM MASTER should\nhave privileges to drop and create the table.\n\nThe conditions for LOAD DATA FROM MASTER apply here, too. For\nexample, LOAD TABLE FROM MASTER works only for MyISAM tables.\nThe timeout notes for LOAD DATA FROM MASTER apply as well.\n','',''),(287,'GROUP_CONCAT',12,' GROUP_CONCAT(expr)\nThis function returns a string result with the concatenated non-NULL\nvalues from a group. It returns NULL if there are no non-NULL\nvalues. The full syntax 1000 is as follows:\n\nGROUP_CONCAT([DISTINCT] expr [,expr ...]\n [ORDER BY {unsigned_integer | col_name | expr}\n [AeC*bb0`BiET@/o0AE<9@@?  PJa B Zn','mysql> UPDATE tbl_name\n SET blob_column=LOAD_FILE(\'/tmp/picture\')\n WHERE id=1;',''),(285,'POINTFROMTEXT',3,' PointFromText(wkt[,srid])\nConstructs a POINT value using its WKT representation and SRID.\n','',''),(286,'LOAD TABLE FROM MASTER',6,'LOAD TABLE tbl_name FROM MASTER\n\nTransfers a copy of the table from master to the slave. This statement is\nimplemented mainly for debugging of LOAD DATA FROM MASTER.\nIt requires that the account used for connecting to the master server has the\nRELOAD and SUPER privileges on the master and the\nSELECT privilege on the master table to load.\nOn the slave side, the user that issues LOAD TABLE FROM MASTER should\nhave privileges to drop and create the table.\n\nThe conditions for LOAD DATA FROM MASTER apply here, too. For\nexample, LOAD TABLE FROM MASTER works only for MyISAM tables.\nThe timeout notes for LOAD DATA FROM MASTER apply as well.\n','',''),(287,'GROUP_CONCAT',12,' GROUP_CONCAT(expr)\nThis function returns a string result with the concatenated non-NULL\nvalues from a group. It returns NULL if there are no non-NULL\nvalues. The full syntax 1000 is as follows:\n\nGROUP_CONCAT([DISTINCT] expr [,expr ...]\n [ORDER BY {unsigned_integer | col_name | expr}\n [AeC9ZZBi0`EL@/< o0E4@m   PK7 ]7%meC+:NNBi0`E@@/Jƒxǀo0E(u@;  pP>DK[PeCC:NNʪBiE@@/#o0o0oE(u@@4<  pP>DK[PeC?bbBi0`ET@/a The Book

Guestbook



Sign my guestbook

Name:
Comment:
Private:


Look up private entry

Name:
eC?bbʪBiET@/o0o0oE The Book

Guestbook



Sign my guestbook

Name:
Comment:
Private:


Look up private entry

Name:
eCpCZZBiʪEL@/o0oo0E4N@@ ӇPJ$;4 ` 7%nY!eCzCZZBiʪEL@/o0oo0E4N@@ ӇPJ$;׳  7%nY!eCCZZ0`BiEL@/o0a<E4N@@  ӇPJ$;4 l 7%nY!eCCZZ0`BiEL@/o0a<E4N@@  ӇPJ$;׳  7%nY!eC]F__Bi0`EQ@/aе,eCsGZZʪBiEL@/o0o0oE4@@f  qP>еeCGZZBiʪEL@/o0oo0E4N@@ ӇPJ$;׸  7%nY*eCGZZ0`BiEL@/o0a<E4N@@  ӇPJ$;׸  7%nY*eCGZZBiʪEL@/o0oo0E4N@@ ӇPJ$;׸  7%nY*eCHZZ0`BiEL@/o0a<E4N@@  ӇPJ$;׸  7%nY*eCHZZBiʪEL@/o0oo0E4@@% PqJ>pheCHZZ0`BiEL@/>o0xE4@@% PqJ>pieC:LbbBi0`ET@/uԂIo0E<@?!  Pι0~J? Z P;7%n}eCULbbʪBiET@/o0o0oE<@@"  Pι0~J?  P;7%n}eCMZZBiʪEL@/o0oo0E4Qy@@2 ιPJ? 0~  7%nP;eCMZZ0`BiEL@/g܀o0IE4Qy@@>  ιPJ? 0~  7%nP;eCNZZBi0`EL@/Ao0E4a@?|  ۰P]E&_{ݷ ZWCeCNZZ0`BiEL@/>o0xE4a@@|  ۰P]E&_{ݷ ZWCeCOBiʪE@/o0oo0EQ{@@ϡ ιPJ? 0~) 7%nP;GET /~contribute/history.html HTTP/1.1 Host: 10.12.4.3 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041008 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive eCO0`BiE@/fMo0IEQ{@@ͭ  ιPJ? 0~5 7%nP;GET /~contribute/history.html HTTP/1.1 Host: 10.12.4.3 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041008 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive eCyVZZBi0`EL@/Ao0E4c@?z  ۰P]E&_̀ݭ ZWCeCVZZ0`BiEL@/>o0xE4c@@z  ۰P]E&_̀ݭ ZWCeCVbbBiʪET@/o0oo0E<@@! ӎPJmdp 7%neCWbb0`BiET@/o0a<E<@@  ӎPJmdpT 7%neCWZZBi0`EL@/Ao0E4e@?x  ۰P]E&_́ݫ ZWCeC XZZ0`BiEL@/>o0xE4e@@x  ۰P]E&_́ݫ ZWCeCN]VVBi0`EH@/!  o0E0@?[  P*Q]R Oc WnHTTP/1.1 200 OK Date: Mon, 10 Dec 2018 06:20:35 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 X-Powered-By: PHP/4.4.0-4 Connection: close Content-Type: text/html eCh]VV0`BiEH@/o0SE0@@Z  P*Q]R Oc WnHTTP/1.1 200 OK Date: Mon, 10 Dec 2018 06:20:35 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 X-Powered-By: PHP/4.4.0-4 Connection: close Content-Type: text/html eCnbbBi0`ET@/ԂSŀo0E eCVV0`BiEH@/o0SE0@@O  P܆M\ I WoHHTTP/1.1 200 OK Date: Mon, 10 Dec 2018 06:20:35 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 X-Powered-By: PHP/4.4.0-4 Connection: close Content-Type: text/html eCENNBi0`E@@/Jƒxǀo0E(@'  qP>JPeC]NNʪBiE@@/#o0o0oE(@@f  qP>JPeCVVBi0`EH@/Ixǀo0E0@&  qP>JPSGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eCNJVVʪBiEH@/o0o0oE0@@e  qP>JPSGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eCNNBiʪE@@/#o0oo0E(lD@@m PqJ>PeCNN0`BiE@@/>€o0xE(lD@@m PqJ>PeC  BiʪE@/Qo0oo0ElF@@ PqJ>PYHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eC$NNBiʪE@@/#o0oo0E(lH@@i PqJR>P4eC;  0`BiE@/;o0xElF@@ PqJ>PYHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eCGNN0`BiE@@/>€o0xE(lH@@i PqJR>P4eCwwBi0`Ei@/!ã  o0EQ@?)  P0k1fY WFѻHTTP/1.1 200 OK Date: Mon, 10 Dec 2018 06:20:35 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 X-Powered-By: PHP/4.4.0-4 Connection: close Transfer-Encoding: chunked Content-Type: text/html e eCww0`BiEi@/ 7o0<EQ@@(  P0k1fY WFѻHTTP/1.1 200 OK Date: Mon, 10 Dec 2018 06:20:35 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 X-Powered-By: PHP/4.4.0-4 Connection: close Transfer-Encoding: chunked Content-Type: text/html e eCfZZBi0`EL@/Jxǀo0E4@?  P۰&_́]Eʀ ʓ WDFZeCZZ0`BiEL@/o0AE4@@  P۰&_́]Eʀ ʓ WDFZeCBi0`E@/"n  o0EO@?k1  PX\ t  WoDK[PeC NNBi0`E@@/Jƒxǀo0E(@'  qP>JRPeC"NNʪBiE@@/#o0o0oE(w@@4:  pP>DK[PeC.NNʪBiE@@/#o0o0oE(@@f  qP>JRPeCZZBi0`EL@/Jxǀo0E44@%q  rP>|\<eCZZʪBiEL@/o0o0oE44@@dq  rP>|\=,eCbbBi0`ET@/ԂSŀo0E|]p)eC>ZZ0`BiEL@/>o0xE4@@% PrJG>|]peCABi0`E@/"n  o0E@?\p  P*M]R Q WnThe entire entry was 20C515431E873AC4C2AE74962CD959B4,ucsb,MTNzEwEDABPeowHYneoVdC40viYC0ymYuC1KQw== at index 1588eCX0`BiE@/jo0SE@@[p  P*M]R Q WnThe entire entry was 20C515431E873AC4C2AE74962CD959B4,ucsb,MTNzEwEDABPeowHYneoVdC40viYC0ymYuC1KQw== at index 1588eCbbBi0`ET@/ԂSŀo0E<@?  :P]7VЋ' r`eCbbBi0`ET@/ԂSŀo0E<@?m  ;P]ѫТv r`eCbb0`BiET@/ Ào0=dE<@@  :P]7VЋ r`eCbb0`BiET@/ Ào0=dE<@@l  ;P]ѫУ r`eC Bi0`E@/"n  o0E@?P  P܇I\ M WoHThe entire entry was B53725F9F884CBEE7D14F0BE73DCC55E,ucsb,MTNzEwEDAAUo+l42VrHl2bFbi1IHEeGVhr4/GA== at index 1574eC$ 0`BiE@/jo0SE@@O  P܇I\ M WoHThe entire entry was B53725F9F884CBEE7D14F0BE73DCC55E,ucsb,MTNzEwEDAAUo+l42VrHl2bFbi1IHEeGVhr4/GA== at index 1574eC[bbBi0`ET@/ԂSŀo0E|]JG PeCBNNʪBiE@@/#o0o0oE(6@@d{  rP>|]JG PeC VVBi0`EH@/Ixǀo0E08@$q  rP>|]JG PGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eC#VVʪBiEH@/o0o0oE08@@cq  rP>|]JG PGET /cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g== HTTP/1.1 User-Agent: Java/1.5.0_04 Host: 10.0.0.10 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive Content-type: application/x-www-form-urlencoded eC NNBiʪE@@/#o0oo0E()@@ PrJG >|ePeC!NN0`BiE@@/>€o0xE()@@ PrJG >|ePeC!bbBi0`ET@/ԂSŀo0E|ePlHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eC"NNBiʪE@@/#o0oo0E()@@ PrJI>|ePeC"  0`BiE@/;o0xE)@@ PrJG >|ePlHTTP/1.1 503 Service Temporarily Overloaded Server: thttpd/2.25b 29dec2003 Content-Type: text/html; charset=iso-8859-1 Date: Fri, 09 Dec 2005 19:18:00 GMT Last-Modified: Fri, 09 Dec 2005 19:18:00 GMT Accept-Ranges: bytes Connection: close Cache-Control: no-cache,no-store 503 Service Temporarily Overloaded

503 Service Temporarily Overloaded

The requested URL '/cgi-bin/submitflag.py?flag=MTNzExYCAASZNiplNr7vcas6W/Ruvw2g3O4P9g==' is temporarily overloaded. Please try again later.
thttpd/2.25b 29dec2003
eC"NN0`BiE@@/>€o0xE()@@ PrJI>|ePeC#Bi0`E@/"h  o0E@?*r  P0k1fYpZ WFѻ72 The entire entry was 73354AA9B12CC56EB1F01710BE10BEE7,ucsb,MTNzEwEDABUX3HIi8vPAXONFA1XOTp1cuKIuuQ== at index 1590 eC$0`BiE@/ ܀o0<E@@)r  P0k1fYpZ WFѻ72 The entire entry was 73354AA9B12CC56EB1F01710BE10BEE7,ucsb,MTNzEwEDABUX3HIi8vPAXONFA1XOTp1cuKIuuQ== at index 1590 eC+ZZBi0`EL@/u܂Io0E4E@?ܷ  Pι0~J@  P;7%neC+ZZʪBiEL@/o0o0oE4E@@ݫ  Pι0~J@  P;7%neC0Bi0`E@/tnIo0EE@?H  Pι0~J@  P;7%nHTTP/1.1 200 OK Date: Sun, 09 Dec 2018 19:03:59 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 Last-Modified: Wed, 07 Dec 2005 21:12:25 GMT ETag: "72856-2e2-9bd9c040" Accept-Ranges: bytes Content-Length: 738 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/html eC:0ʪBiE@/o0o0oEE@@<  Pι0~J@  P;7%nHTTP/1.1 200 OK Date: Sun, 09 Dec 2018 19:03:59 GMT Server: Apache/2.0.54 (Debian GNU/Linux) mod_python/3.1.3 Python/2.3.5 PHP/4.4.0-4 mod_perl/2.0.1 Perl/v5.8.7 Last-Modified: Wed, 07 Dec 2005 21:12:25 GMT ETag: "72856-2e2-9bd9c040" Accept-Ranges: bytes Content-Length: 738 Keep-Alive: timeout=15, max=100 Connection: Keep-Alive Content-Type: text/html eC2ZZBiʪEL@/o0oo0E4Q}@@. ιPJ@0%e 7%nP;eC+2ZZ0`BiEL@/g܀o0IE4Q}@@:  ιPJ@0%q 7%nP;eC3<<Bi0`E.@/rIo0EE@?  Pι0%J@ e P;7%n View your contributions