⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mysqltest.result

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 RESULT
📖 第 1 页 / 共 2 页
字号:
select 0 as "before_use_test" ;before_use_test0select otto from (select 1 as otto) as t1;otto1select otto from (select 1 as otto) as t1;otto1mysqltest: At line 1: query 'select friedrich from (select 1 as otto) as t1' failed: 1054: Unknown column 'friedrich' in 'field list'select friedrich from (select 1 as otto) as t1;ERROR 42S22: Unknown column 'friedrich' in 'field list'select otto from (select 1 as otto) as t1;otto1mysqltest: At line 1: query 'select otto from (select 1 as otto) as t1' succeeded - should have failed with sqlstate 42S22...select friedrich from (select 1 as otto) as t1;ERROR 42S22: Unknown column 'friedrich' in 'field list'mysqltest: At line 1: query 'select friedrich from (select 1 as otto) as t1' failed with wrong sqlstate 42S22: 'Unknown column 'friedrich' in 'field list'', instead of 00000...select otto from (select 1 as otto) as t1;otto1select 0 as "after_successful_stmt_errno" ;after_successful_stmt_errno0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_wrong_syntax_errno" ;after_wrong_syntax_errno1064garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_let_var_equal_value" ;after_let_var_equal_value1064garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1set @my_var= 'abc' ;select 0 as "after_set_var_equal_value" ;after_set_var_equal_value0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_disable_warnings_command" ;after_disable_warnings_command1064drop table if exists t1 ;garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1drop table if exists t1 ;select 0 as "after_disable_warnings" ;after_disable_warnings0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_minus_masked" ;after_minus_masked1146garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_!_masked" ;after_!_masked1146garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select -1 as "after_let_errno_equal_value" ;after_let_errno_equal_value-1garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1prepare stmt from "select 3 from t1" ;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_failing_prepare" ;after_failing_prepare1146create table t1 ( f1 char(10));garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1prepare stmt from "select 3 from t1" ;select 0 as "after_successful_prepare" ;after_successful_prepare0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1execute stmt;3select 0 as "after_successful_execute" ;after_successful_execute0drop table t1;garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1execute stmt;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_failing_execute" ;after_failing_execute1146garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1execute __stmt_;ERROR HY000: Unknown prepared statement handler (__stmt_) given to EXECUTEselect 1243 as "after_failing_execute" ;after_failing_execute1243garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1deallocate prepare stmt;select 0 as "after_successful_deallocate" ;after_successful_deallocate0garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1deallocate prepare __stmt_;ERROR HY000: Unknown prepared statement handler (__stmt_) given to DEALLOCATE PREPAREselect 1243 as "after_failing_deallocate" ;after_failing_deallocate1243garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_--disable_abort_on_error" ;after_--disable_abort_on_error1064select 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existselect 1146 as "after_!errno_masked_error" ;after_!errno_masked_error1146mysqltest: At line 1: query 'select 3 from t1' failed with wrong errno 1146: 'Table 'test.t1' doesn't exist', instead of 1000...garbage ;ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'garbage' at line 1select 1064 as "after_--enable_abort_on_error" ;after_--enable_abort_on_error1064select 3 from t1 ;ERROR 42S02: Table 'test.t1' doesn't existmysqltest: At line 1: query 'select 3 from t1' failed with wrong errno 1146: 'Table 'test.t1' doesn't exist', instead of 1064...hellohello;;;;;;;;# MySQL: -- Themysqltest: At line 1: End of line junk detected: "6"mysqltest: At line 1: End of line junk detected: "6"mysqltest: At line 1: Missing delimitermysqltest: At line 1: End of line junk detected: "sleep 7# Another comment"mysqltest: At line 1: Extra delimiter ";" foundmysqltest: At line 1: Extra delimiter ";" foundMySQL"MySQL"MySQL: The world''s most popular open source database"MySQL: The world's most popular open source database"MySQL: The world''smost popular opensource database# MySQL: The world''s# most popular open# source database- MySQL: The world''s- most popular open- source database- MySQL: The world''s-- most popular open-- source database# MySQL: The--world''s# most popular-- open- source database"MySQL: The world's most popular; open source database""MySQL: The world's most popular ; open source database""MySQL: The world's most popular ;open source database"echo message echo messagemysqltest: At line 1: Empty variablemysqltest: At line 1: command "false" failedmysqltest: At line 1: Missing argument in execMySQL"MySQL"MySQL: Theworld''s mostpopular opensource database# MySQL: The# world''s most# popular open# source database-- MySQL: The-- world''s most-- popular open-- source database# MySQL: The- world''s most-- popular open# source database'# MySQL: The- world''s most-- popular open# source database'"# MySQL: The- world''s most-- popular open# source database"hejhej hej1a long variable contenta long variable contenta long $where variable contentmysqltest: At line 1: Missing arguments to let

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -