没有合适的资源?快使用搜索试试~ 我知道了~
首页MySQL 5.6 Reference Manual 概览
MySQL 5.6 Reference Manual 概览
需积分: 10 17 下载量 79 浏览量
更新于2024-07-22
收藏 29.44MB PDF 举报
"MySQL5.6参考手册,包括MySQL Cluster NDB 7.3-7.4参考指南。"
本文档是MySQL™的参考手册,详细介绍了从5.6.0到5.6.23的MySQL 5.6版本,以及基于NDB 7.3(版本5.6.22-ndb-7.3.9)和7.4(版本5.6.22-ndb-7.4.4)的MySQL Cluster发布版。该手册旨在提供关于MySQL 5.6特性和功能的全面信息。
MySQL 5.6引入了多项新特性,如增强的性能、优化的查询处理和更强大的存储引擎。例如,InnoDB存储引擎可能已经得到了改进,提供了更高的并发性、更快的数据读写速度以及更完整的事务处理能力。此外,可能还引入了分区功能,使得大型表的管理更加高效。还有可能包含新的SQL语法改进,如窗口函数,这使得在数据集上执行复杂的分析操作变得更加容易。
对于管理员来说,手册会涵盖服务器安装、升级、配置和维护的详细步骤,包括如何使用MySQL Yum仓库来简化安装过程。MySQL Enterprise Edition的用户可以获取额外的企业级功能,如MySQL Enterprise Monitor,它提供实时性能监控和警报,以确保系统的稳定运行。同时,MySQL Workbench是一个图形化工具,用于数据库设计、管理和开发,简化了数据库管理员和开发人员的工作。
开发者和功能部分,手册可能详细解释了各种数据库连接器和APIs的使用,如JDBC、ODBC、PHP等,帮助开发者在不同编程语言中与MySQL交互。此外,对于高可用性和可扩展性的讨论,如MySQL复制、主备切换和集群设置,提供了实现高可用数据库架构的指南。
教程部分可能包括了入门指导,帮助初学者快速了解如何创建数据库、表,执行查询,以及基本的数据库管理和备份恢复。而HA/Scalability Guide则深入探讨了如何设计和实施能够应对高流量和高并发场景的解决方案。
请注意,手册中描述的一些特性可能并非每个MySQL 5.6版本都包含,具体取决于你的许可证协议。如果你对你的许可证包含哪些特性有疑问,应查阅你的MySQL 5.6许可协议或联系Oracle的销售代表。
对于每个版本的更新和变更,建议查看MySQL 5.6的发行说明,其中列出了新功能、改进和已知问题。对于法律信息,可以参考文档中的法律通知部分。
这份MySQL 5.6参考手册是数据库管理员、开发人员和任何使用MySQL 5.6的人不可或缺的资源,它提供了一套全面的指南,涵盖了从安装到高级特性的所有方面。
MySQL 5.6 Reference Manual
xvi
18.2.5 Initial Startup of MySQL Cluster .................................................................... 2348
18.2.6 MySQL Cluster Example with Tables and Data .............................................. 2348
18.2.7 Safe Shutdown and Restart of MySQL Cluster ............................................... 2352
18.2.8 Upgrading and Downgrading MySQL Cluster NDB 7.3 .................................... 2353
18.3 Configuration of MySQL Cluster ............................................................................... 2354
18.3.1 Quick Test Setup of MySQL Cluster .............................................................. 2355
18.3.2 MySQL Cluster Configuration Files ................................................................ 2357
18.3.3 Overview of MySQL Cluster Configuration Parameters ................................... 2438
18.3.4 MySQL Server Options and Variables for MySQL Cluster ................................ 2463
18.3.5 Using High-Speed Interconnects with MySQL Cluster ..................................... 2528
18.4 MySQL Cluster Programs ........................................................................................ 2530
18.4.1 ndbd — The MySQL Cluster Data Node Daemon .......................................... 2531
18.4.2 ndbinfo_select_all — Select From ndbinfo Tables .................................. 2537
18.4.3 ndbmtd — The MySQL Cluster Data Node Daemon (Multi-Threaded) .............. 2538
18.4.4 ndb_mgmd — The MySQL Cluster Management Server Daemon ..................... 2539
18.4.5 ndb_mgm — The MySQL Cluster Management Client ..................................... 2547
18.4.6 ndb_blob_tool — Check and Repair BLOB and TEXT columns of MySQL
Cluster Tables ........................................................................................................ 2548
18.4.7 ndb_config — Extract MySQL Cluster Configuration Information ................... 2551
18.4.8 ndb_cpcd — Automate Testing for NDB Development ................................... 2558
18.4.9 ndb_delete_all — Delete All Rows from an NDB Table ............................. 2558
18.4.10 ndb_desc — Describe NDB Tables ............................................................ 2559
18.4.11 ndb_drop_index — Drop Index from an NDB Table ................................... 2563
18.4.12 ndb_drop_table — Drop an NDB Table ................................................... 2564
18.4.13 ndb_error_reporter — NDB Error-Reporting Utility ................................. 2564
18.4.14 ndb_index_stat — NDB Index Statistics Utility ......................................... 2566
18.4.15 ndb_print_backup_file — Print NDB Backup File Contents ................... 2571
18.4.16 ndb_print_file — Print NDB Disk Data File Contents .............................. 2572
18.4.17 ndb_print_schema_file — Print NDB Schema File Contents .................. 2572
18.4.18 ndb_print_sys_file — Print NDB System File Contents ......................... 2572
18.4.19 ndbd_redo_log_reader — Check and Print Content of Cluster Redo Log ... 2573
18.4.20 ndb_restore — Restore a MySQL Cluster Backup .................................... 2574
18.4.21 ndb_select_all — Print Rows from an NDB Table ................................... 2587
18.4.22 ndb_select_count — Print Row Counts for NDB Tables ........................... 2590
18.4.23 ndb_setup.py — Start browser-based Auto-Installer for MySQL Cluster ...... 2591
18.4.24 ndb_show_tables — Display List of NDB Tables ....................................... 2593
18.4.25 ndb_size.pl — NDBCLUSTER Size Requirement Estimator ...................... 2595
18.4.26 ndb_waiter — Wait for MySQL Cluster to Reach a Given Status ................. 2597
18.4.27 Options Common to MySQL Cluster Programs — Options Common to MySQL
Cluster Programs .................................................................................................... 2600
18.5 Management of MySQL Cluster ............................................................................... 2603
18.5.1 Summary of MySQL Cluster Start Phases ..................................................... 2604
18.5.2 Commands in the MySQL Cluster Management Client .................................... 2605
18.5.3 Online Backup of MySQL Cluster .................................................................. 2609
18.5.4 MySQL Server Usage for MySQL Cluster ...................................................... 2613
18.5.5 Performing a Rolling Restart of a MySQL Cluster ........................................... 2615
18.5.6 Event Reports Generated in MySQL Cluster .................................................. 2617
18.5.7 MySQL Cluster Log Messages ...................................................................... 2627
18.5.8 MySQL Cluster Single User Mode ................................................................. 2638
18.5.9 Quick Reference: MySQL Cluster SQL Statements ......................................... 2639
18.5.10 The ndbinfo MySQL Cluster Information Database ........................................ 2641
18.5.11 MySQL Cluster Security Issues ................................................................... 2669
18.5.12 MySQL Cluster Disk Data Tables ................................................................ 2676
18.5.13 Adding MySQL Cluster Data Nodes Online .................................................. 2682
18.5.14 Distributed MySQL Privileges for MySQL Cluster .......................................... 2693
18.5.15 NDB API Statistics Counters and Variables .................................................. 2696
18.6 MySQL Cluster Replication ...................................................................................... 2707
18.6.1 MySQL Cluster Replication: Abbreviations and Symbols ................................. 2708
MySQL 5.6 Reference Manual
xvii
18.6.2 General Requirements for MySQL Cluster Replication .................................... 2709
18.6.3 Known Issues in MySQL Cluster Replication .................................................. 2710
18.6.4 MySQL Cluster Replication Schema and Tables ............................................. 2716
18.6.5 Preparing the MySQL Cluster for Replication ................................................. 2719
18.6.6 Starting MySQL Cluster Replication (Single Replication Channel) .................... 2720
18.6.7 Using Two Replication Channels for MySQL Cluster Replication ...................... 2722
18.6.8 Implementing Failover with MySQL Cluster Replication ................................... 2723
18.6.9 MySQL Cluster Backups With MySQL Cluster Replication ............................... 2724
18.6.10 MySQL Cluster Replication: Multi-Master and Circular Replication .................. 2730
18.6.11 MySQL Cluster Replication Conflict Resolution ............................................. 2734
18.7 MySQL Cluster Release Notes ................................................................................ 2747
19 Partitioning ........................................................................................................................ 2749
19.1 Overview of Partitioning in MySQL ........................................................................... 2751
19.2 Partitioning Types ................................................................................................... 2753
19.2.1 RANGE Partitioning ...................................................................................... 2755
19.2.2 LIST Partitioning ........................................................................................... 2759
19.2.3 COLUMNS Partitioning ................................................................................. 2762
19.2.4 HASH Partitioning ........................................................................................ 2769
19.2.5 KEY Partitioning ........................................................................................... 2772
19.2.6 Subpartitioning ............................................................................................. 2774
19.2.7 How MySQL Partitioning Handles NULL ........................................................ 2777
19.3 Partition Management ............................................................................................. 2781
19.3.1 Management of RANGE and LIST Partitions .................................................. 2782
19.3.2 Management of HASH and KEY Partitions ..................................................... 2788
19.3.3 Exchanging Partitions and Subpartitions with Tables ....................................... 2789
19.3.4 Maintenance of Partitions ............................................................................. 2794
19.3.5 Obtaining Information About Partitions ........................................................... 2796
19.4 Partition Pruning ..................................................................................................... 2798
19.5 Partition Selection ................................................................................................... 2801
19.6 Restrictions and Limitations on Partitioning ............................................................... 2806
19.6.1 Partitioning Keys, Primary Keys, and Unique Keys ......................................... 2812
19.6.2 Partitioning Limitations Relating to Storage Engines ....................................... 2816
19.6.3 Partitioning Limitations Relating to Functions ................................................. 2817
19.6.4 Partitioning and Locking ............................................................................... 2817
20 Stored Programs and Views ............................................................................................... 2819
20.1 Defining Stored Programs ....................................................................................... 2820
20.2 Using Stored Routines (Procedures and Functions) ................................................... 2821
20.2.1 Stored Routine Syntax .................................................................................. 2821
20.2.2 Stored Routines and MySQL Privileges ......................................................... 2822
20.2.3 Stored Routine Metadata .............................................................................. 2823
20.2.4 Stored Procedures, Functions, Triggers, and LAST_INSERT_ID() .................... 2823
20.3 Using Triggers ........................................................................................................ 2823
20.3.1 Trigger Syntax and Examples ....................................................................... 2824
20.3.2 Trigger Metadata .......................................................................................... 2827
20.4 Using the Event Scheduler ...................................................................................... 2827
20.4.1 Event Scheduler Overview ............................................................................ 2828
20.4.2 Event Scheduler Configuration ...................................................................... 2829
20.4.3 Event Syntax ............................................................................................... 2831
20.4.4 Event Metadata ............................................................................................ 2831
20.4.5 Event Scheduler Status ................................................................................ 2832
20.4.6 The Event Scheduler and MySQL Privileges .................................................. 2832
20.5 Using Views ........................................................................................................... 2835
20.5.1 View Syntax ................................................................................................. 2835
20.5.2 View Processing Algorithms .......................................................................... 2836
20.5.3 Updatable and Insertable Views .................................................................... 2837
20.5.4 View Metadata ............................................................................................. 2839
20.6 Access Control for Stored Programs and Views ........................................................ 2839
20.7 Binary Logging of Stored Programs ......................................................................... 2841
MySQL 5.6 Reference Manual
xviii
21 INFORMATION_SCHEMA Tables ....................................................................................... 2847
21.1 The INFORMATION_SCHEMA CHARACTER_SETS Table ....................................... 2850
21.2 The INFORMATION_SCHEMA COLLATIONS Table ................................................. 2851
21.3 The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY
Table ............................................................................................................................. 2851
21.4 The INFORMATION_SCHEMA COLUMNS Table ..................................................... 2851
21.5 The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table .................................. 2852
21.6 The INFORMATION_SCHEMA ENGINES Table ....................................................... 2853
21.7 The INFORMATION_SCHEMA EVENTS Table ........................................................ 2853
21.8 The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables .... 2857
21.9 The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES
Tables ............................................................................................................................ 2857
21.10 The INFORMATION_SCHEMA KEY_COLUMN_USAGE Table ................................ 2857
21.11 The INFORMATION_SCHEMA OPTIMIZER_TRACE Table ..................................... 2858
21.12 The INFORMATION_SCHEMA PARAMETERS Table ............................................. 2858
21.13 The INFORMATION_SCHEMA PARTITIONS Table ................................................ 2859
21.14 The INFORMATION_SCHEMA PLUGINS Table ..................................................... 2862
21.15 The INFORMATION_SCHEMA PROCESSLIST Table ............................................. 2863
21.16 The INFORMATION_SCHEMA PROFILING Table .................................................. 2864
21.17 The INFORMATION_SCHEMA REFERENTIAL_CONSTRAINTS Table .................... 2865
21.18 The INFORMATION_SCHEMA ROUTINES Table ................................................... 2865
21.19 The INFORMATION_SCHEMA SCHEMATA Table .................................................. 2867
21.20 The INFORMATION_SCHEMA SCHEMA_PRIVILEGES Table ................................. 2867
21.21 The INFORMATION_SCHEMA STATISTICS Table ................................................. 2867
21.22 The INFORMATION_SCHEMA TABLES Table ....................................................... 2868
21.23 The INFORMATION_SCHEMA TABLESPACES Table ............................................ 2869
21.24 The INFORMATION_SCHEMA TABLE_CONSTRAINTS Table ................................ 2870
21.25 The INFORMATION_SCHEMA TABLE_PRIVILEGES Table .................................... 2870
21.26 The INFORMATION_SCHEMA TRIGGERS Table ................................................... 2871
21.27 The INFORMATION_SCHEMA USER_PRIVILEGES Table ..................................... 2872
21.28 The INFORMATION_SCHEMA VIEWS Table ......................................................... 2873
21.29 INFORMATION_SCHEMA Tables for InnoDB ......................................................... 2874
21.29.1 The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET
Tables .................................................................................................................... 2874
21.29.2 The INFORMATION_SCHEMA INNODB_CMP_PER_INDEX and
INNODB_CMP_PER_INDEX_RESET Tables ........................................................... 2875
21.29.3 The INFORMATION_SCHEMA INNODB_CMPMEM and
INNODB_CMPMEM_RESET Tables ........................................................................ 2877
21.29.4 The INFORMATION_SCHEMA INNODB_TRX Table .................................... 2878
21.29.5 The INFORMATION_SCHEMA INNODB_LOCKS Table ................................ 2880
21.29.6 The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table ...................... 2881
21.29.7 The INFORMATION_SCHEMA INNODB_SYS_TABLES Table ...................... 2882
21.29.8 The INFORMATION_SCHEMA INNODB_SYS_INDEXES Table .................... 2884
21.29.9 The INFORMATION_SCHEMA INNODB_SYS_COLUMNS Table .................. 2885
21.29.10 The INFORMATION_SCHEMA INNODB_SYS_FIELDS Table ..................... 2886
21.29.11 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN Table .................. 2887
21.29.12 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN_COLS Table ....... 2887
21.29.13 The INFORMATION_SCHEMA INNODB_SYS_TABLESTATS View ............. 2888
21.29.14 The INFORMATION_SCHEMA INNODB_SYS_DATAFILES Table ............... 2889
21.29.15 The INFORMATION_SCHEMA INNODB_SYS_TABLESPACES Table ......... 2890
21.29.16 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table ................. 2892
21.29.17 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table ......... 2894
21.29.18 The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table ..... 2896
21.29.19 The INFORMATION_SCHEMA INNODB_METRICS Table .......................... 2898
21.29.20 The INFORMATION_SCHEMA INNODB_FT_CONFIG Table ...................... 2899
21.29.21 The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD Table
............................................................................................................................... 2900
21.29.22 The INFORMATION_SCHEMA INNODB_FT_INDEX_TABLE Table ............. 2901
MySQL 5.6 Reference Manual
xix
21.29.23 The INFORMATION_SCHEMA INNODB_FT_INDEX_CACHE Table ............ 2903
21.29.24 The INFORMATION_SCHEMA INNODB_FT_DELETED Table .................... 2904
21.29.25 The INFORMATION_SCHEMA INNODB_FT_BEING_DELETED Table ........ 2905
21.30 INFORMATION_SCHEMA Tables for MySQL Cluster .............................................. 2906
21.30.1 The INFORMATION_SCHEMA FILES Table ................................................ 2906
21.30.2 The INFORMATION_SCHEMA ndb_transid_mysql_connection_map Table .... 2911
21.31 Thread Pool INFORMATION_SCHEMA Tables ....................................................... 2912
21.31.1 The INFORMATION_SCHEMA TP_THREAD_STATE Table ......................... 2913
21.31.2 The INFORMATION_SCHEMA TP_THREAD_GROUP_STATE Table ............ 2913
21.31.3 The INFORMATION_SCHEMA TP_THREAD_GROUP_STATS Table ............ 2915
21.32 Extensions to SHOW Statements ........................................................................... 2916
22 MySQL Performance Schema ............................................................................................ 2919
22.1 Performance Schema Quick Start ............................................................................ 2920
22.2 Performance Schema Configuration ......................................................................... 2926
22.2.1 Performance Schema Build Configuration ...................................................... 2926
22.2.2 Performance Schema Startup Configuration ................................................... 2927
22.2.3 Performance Schema Runtime Configuration ................................................. 2930
22.3 Performance Schema Queries ................................................................................. 2946
22.4 Performance Schema Instrument Naming Conventions ............................................. 2947
22.5 Performance Schema Status Monitoring ................................................................... 2949
22.6 Performance Schema Atom and Molecule Events ..................................................... 2952
22.7 Performance Schema Statement Digests .................................................................. 2953
22.8 Performance Schema General Table Characteristics ................................................. 2954
22.9 Performance Schema Table Descriptions ................................................................. 2954
22.9.1 Performance Schema Table Index ................................................................. 2955
22.9.2 Performance Schema Setup Tables .............................................................. 2956
22.9.3 Performance Schema Instance Tables ........................................................... 2961
22.9.4 Performance Schema Wait Event Tables ....................................................... 2965
22.9.5 Performance Schema Stage Event Tables ..................................................... 2969
22.9.6 Performance Schema Statement Event Tables ............................................... 2972
22.9.7 Performance Schema Connection Tables ...................................................... 2979
22.9.8 Performance Schema Connection Attribute Tables ......................................... 2981
22.9.9 Performance Schema Summary Tables ......................................................... 2982
22.9.10 Performance Schema Miscellaneous Tables ................................................ 2994
22.10 Performance Schema Option and Variable Reference ............................................. 3001
22.11 Performance Schema Command Options ............................................................... 3003
22.12 Performance Schema System Variables ................................................................. 3004
22.13 Performance Schema Status Variables ................................................................... 3016
22.14 Performance Schema and Plugins ......................................................................... 3018
22.15 Using the Performance Schema to Diagnose Problems ........................................... 3018
23 Connectors and APIs ......................................................................................................... 3021
23.1 MySQL Connector/ODBC ........................................................................................ 3024
23.2 MySQL Connector/Net ............................................................................................ 3024
23.3 MySQL Connector/J ................................................................................................ 3025
23.4 MySQL Connector/C++ ........................................................................................... 3025
23.5 MySQL Connector/C ............................................................................................... 3025
23.6 MySQL Connector/Python ....................................................................................... 3025
23.7 libmysqld, the Embedded MySQL Server Library ...................................................... 3025
23.7.1 Compiling Programs with libmysqld ............................................................... 3026
23.7.2 Restrictions When Using the Embedded MySQL Server .................................. 3026
23.7.3 Options with the Embedded Server ............................................................... 3027
23.7.4 Embedded Server Examples ......................................................................... 3027
23.8 MySQL C API ......................................................................................................... 3030
23.8.1 MySQL C API Implementations ..................................................................... 3031
23.8.2 Simultaneous MySQL Server and Connector/C Installations ............................ 3032
23.8.3 Example C API Client Programs ................................................................... 3033
23.8.4 Building and Running C API Client Programs ................................................. 3033
23.8.5 C API Data Structures .................................................................................. 3037
MySQL 5.6 Reference Manual
xx
23.8.6 C API Function Overview .............................................................................. 3042
23.8.7 C API Function Descriptions ......................................................................... 3046
23.8.8 C API Prepared Statements .......................................................................... 3097
23.8.9 C API Prepared Statement Data Structures ................................................... 3097
23.8.10 C API Prepared Statement Function Overview ............................................. 3103
23.8.11 C API Prepared Statement Function Descriptions ......................................... 3106
23.8.12 C API Threaded Function Descriptions ........................................................ 3128
23.8.13 C API Embedded Server Function Descriptions ............................................ 3129
23.8.14 C API Client Plugin Functions ..................................................................... 3130
23.8.15 Common Questions and Problems When Using the C API ............................ 3133
23.8.16 Controlling Automatic Reconnection Behavior ............................................... 3135
23.8.17 C API Support for Multiple Statement Execution ........................................... 3136
23.8.18 C API Prepared Statement Problems ........................................................... 3138
23.8.19 C API Prepared Statement Handling of Date and Time Values ....................... 3138
23.8.20 C API Support for Prepared CALL Statements ............................................. 3140
23.9 MySQL PHP API .................................................................................................... 3143
23.10 MySQL Perl API ................................................................................................... 3144
23.11 MySQL Python API ............................................................................................... 3144
23.12 MySQL Ruby APIs ................................................................................................ 3145
23.12.1 The MySQL/Ruby API ................................................................................ 3145
23.12.2 The Ruby/MySQL API ................................................................................ 3145
23.13 MySQL Tcl API ..................................................................................................... 3145
23.14 MySQL Eiffel Wrapper ........................................................................................... 3145
24 Extending MySQL .............................................................................................................. 3147
24.1 MySQL Internals ..................................................................................................... 3147
24.1.1 MySQL Threads ........................................................................................... 3147
24.1.2 The MySQL Test Suite ................................................................................. 3148
24.2 The MySQL Plugin API ........................................................................................... 3149
24.2.1 Plugin API Characteristics ............................................................................. 3149
24.2.2 Plugin API Components ................................................................................ 3150
24.2.3 Types of Plugins .......................................................................................... 3151
24.2.4 Writing Plugins ............................................................................................. 3154
24.2.5 MySQL Services for Plugins ......................................................................... 3197
24.3 Adding New Functions to MySQL ............................................................................ 3198
24.3.1 Features of the User-Defined Function Interface ............................................. 3199
24.3.2 Adding a New User-Defined Function ............................................................ 3199
24.3.3 Adding a New Native Function ...................................................................... 3209
24.4 Debugging and Porting MySQL ................................................................................ 3210
24.4.1 Debugging a MySQL Server ......................................................................... 3211
24.4.2 Debugging a MySQL Client .......................................................................... 3217
24.4.3 The DBUG Package ..................................................................................... 3218
25 MySQL Enterprise Edition .................................................................................................. 3221
25.1 MySQL Enterprise Monitor ....................................................................................... 3221
25.2 MySQL Enterprise Backup ....................................................................................... 3222
25.3 MySQL Enterprise Security ...................................................................................... 3222
25.4 MySQL Enterprise Encryption .................................................................................. 3223
25.5 MySQL Enterprise Audit .......................................................................................... 3223
25.6 MySQL Enterprise Thread Pool ............................................................................... 3223
26 MySQL Workbench ............................................................................................................ 3225
A MySQL 5.6 Frequently Asked Questions .............................................................................. 3227
A.1 MySQL 5.6 FAQ: General ......................................................................................... 3227
A.2 MySQL 5.6 FAQ: Storage Engines ............................................................................ 3229
A.3 MySQL 5.6 FAQ: Server SQL Mode .......................................................................... 3230
A.4 MySQL 5.6 FAQ: Stored Procedures and Functions ................................................... 3231
A.5 MySQL 5.6 FAQ: Triggers ........................................................................................ 3235
A.6 MySQL 5.6 FAQ: Views ............................................................................................ 3237
A.7 MySQL 5.6 FAQ: INFORMATION_SCHEMA .............................................................. 3238
A.8 MySQL 5.6 FAQ: Migration ....................................................................................... 3239
剩余3877页未读,继续阅读
114 浏览量
178 浏览量
249 浏览量
2018-11-05 上传
2021-10-21 上传
142 浏览量
103 浏览量
2015-09-08 上传
jalen_king
- 粉丝: 90
- 资源: 13
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- alfred-abbr:关于缩写的阿尔弗雷德(Alfred)工作流程
- 企业新员工的非制度性培训DOC
- ChristineCao98.github.io
- app-algoexpert:ClémentMihailescu和AlgoExpert的软件工程项目CONTEST的获奖项目-2020年冬季
- 娱乐休闲会所大厅模型
- optical-character-recognition-OCR:使用CNN预测验证码图像中的文本
- introduction-to-node-mongo
- 企业-汇创达-2020年年终总结.rar
- 新员工入职培训教材
- soundphase
- Transfer Function V2.2:这是控制计算器 GUI,适用于希望查看传递函数的各种结果的人。-matlab开发
- Unity 特效资源包 TopDownEffects
- 休闲书房三维模型设计
- The Annoy-O-Bug:鸣叫的灯光鸟-项目开发
- 电信设备-去除三氯氢硅中硼杂质的方法.zip
- arnab-dibosh.github.io:商业组织的网站
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功