没有合适的资源?快使用搜索试试~ 我知道了~
首页MySQL 5.6官方参考手册:包括NDB 7.3集群指南
MySQL 5.6官方参考手册:包括NDB 7.3集群指南
需积分: 10 3 下载量 13 浏览量
更新于2024-07-23
收藏 40.41MB PDF 举报
"MySQL 5.6 Reference Manual 包含了 MySQL Cluster NDB 7.3 的参考指南,详细介绍了从 5.6.0 到 5.6.20 版本的 MySQL 及基于 NDBCLUSTER 7.3 的集群版本,直至 5.6.17-ndb-7.3.6。"
MySQL 5.6 是 MySQL 数据库管理系统的一个重要版本,提供了许多增强的功能和性能改进。这个官方参考手册是为数据库管理员、开发者以及对 MySQL Enterprise Edition 感兴趣的用户设计的。手册不仅涵盖了基本的数据库管理和开发知识,还深入探讨了高可用性和可扩展性等高级主题。
对于管理员来说,MySQL 5.6 引入了更精细的性能调整选项,例如查询优化器改进,支持更好的索引使用策略,以及 InnoDB 存储引擎的增强。InnoDB 的变化包括更高的并发事务处理能力、更高效的行锁定和更好的数据缓冲管理。此外,新的性能监控和分析工具也使得数据库性能调优变得更加容易。
对于开发者,MySQL 5.6 提供了新的 SQL 功能,如窗口函数、分区表的改进和全文搜索的增强。这些特性增强了数据库的灵活性和查询复杂性,使开发者可以编写更高效、更灵活的查询。此外,手册还详细介绍了各种编程接口(Connectors 和 APIs),包括 JDBC、ODBC、PHP、Python 等,帮助开发者更好地集成 MySQL 到他们的应用程序中。
在高可用性和可扩展性方面,MySQL Cluster NDB 7.3 的部分详述了如何构建分布式数据库系统,以实现零数据丢失和高可用性。它涵盖了集群配置、数据复制、故障恢复和负载均衡的策略。MySQL Workbench 是一个图形化的数据库管理工具,也在手册中被提及,它提供了一个统一的界面来设计、操作和维护 MySQL 数据库。
安装和升级章节指导用户如何平滑地部署 MySQL 5.6,包括使用 MySQL Yum Repository 进行自动化安装和升级过程。同时,MySQL Enterprise Edition 的介绍涵盖了企业级支持和服务,包括监控、备份和安全解决方案。
"MySQL 5.6 Reference Manual" 是一份全面的参考资料,它提供了所有必要的信息,以便用户充分利用 MySQL 5.6 的功能,无论是进行数据库管理、开发还是构建高可用性的数据库集群。每个章节都深入细致,旨在帮助读者理解 MySQL 5.6 的各个方面,从而提升其在实际应用中的性能和可靠性。
MySQL 5.6 Reference Manual
xvi
18.2.7 Safe Shutdown and Restart of MySQL Cluster ............................................... 2302
18.2.8 Upgrading and Downgrading MySQL Cluster NDB 7.3 .................................... 2303
18.3 Configuration of MySQL Cluster NDB 7.3 ................................................................. 2305
18.3.1 Quick Test Setup of MySQL Cluster .............................................................. 2305
18.3.2 MySQL Cluster Configuration Files ................................................................ 2307
18.3.3 Overview of MySQL Cluster Configuration Parameters .................................... 2396
18.3.4 MySQL Server Options and Variables for MySQL Cluster ................................ 2421
18.3.5 Using High-Speed Interconnects with MySQL Cluster ..................................... 2468
18.4 MySQL Cluster Programs ........................................................................................ 2470
18.4.1 ndbd — The MySQL Cluster Data Node Daemon .......................................... 2471
18.4.2 ndbinfo_select_all — Select From ndbinfo Tables .................................. 2477
18.4.3 ndbmtd — The MySQL Cluster Data Node Daemon (Multi-Threaded) .............. 2478
18.4.4 ndb_mgmd — The MySQL Cluster Management Server Daemon ..................... 2479
18.4.5 ndb_mgm — The MySQL Cluster Management Client ..................................... 2488
18.4.6 ndb_blob_tool — Check and Repair BLOB and TEXT columns of MySQL
Cluster Tables ......................................................................................................... 2489
18.4.7 ndb_config — Extract MySQL Cluster Configuration Information ................... 2491
18.4.8 ndb_cpcd — Automate Testing for NDB Development ................................... 2499
18.4.9 ndb_delete_all — Delete All Rows from an NDB Table ............................. 2499
18.4.10 ndb_desc — Describe NDB Tables ............................................................ 2500
18.4.11 ndb_drop_index — Drop Index from an NDB Table ................................... 2504
18.4.12 ndb_drop_table — Drop an NDB Table ................................................... 2505
18.4.13 ndb_error_reporter — NDB Error-Reporting Utility ................................. 2506
18.4.14 ndb_index_stat — NDB Index Statistics Utility ......................................... 2507
18.4.15 ndb_print_backup_file — Print NDB Backup File Contents .................... 2512
18.4.16 ndb_print_schema_file — Print NDB Schema File Contents ................... 2512
18.4.17 ndb_print_sys_file — Print NDB System File Contents ......................... 2513
18.4.18 ndbd_redo_log_reader — Check and Print Content of Cluster Redo Log ... 2513
18.4.19 ndb_restore — Restore a MySQL Cluster Backup ..................................... 2514
18.4.20 ndb_select_all — Print Rows from an NDB Table ................................... 2527
18.4.21 ndb_select_count — Print Row Counts for NDB Tables ........................... 2530
18.4.22 ndb_setup.py — Start browser-based Auto-Installer for MySQL Cluster ...... 2531
18.4.23 ndb_show_tables — Display List of NDB Tables ....................................... 2534
18.4.24 ndb_size.pl — NDBCLUSTER Size Requirement Estimator ...................... 2536
18.4.25 ndb_waiter — Wait for MySQL Cluster to Reach a Given Status ................. 2538
18.4.26 Options Common to MySQL Cluster Programs — Options Common to MySQL
Cluster Programs .................................................................................................... 2541
18.5 Management of MySQL Cluster ............................................................................... 2544
18.5.1 Summary of MySQL Cluster Start Phases ...................................................... 2545
18.5.2 Commands in the MySQL Cluster Management Client .................................... 2547
18.5.3 Online Backup of MySQL Cluster .................................................................. 2550
18.5.4 MySQL Server Usage for MySQL Cluster ....................................................... 2555
18.5.5 Performing a Rolling Restart of a MySQL Cluster ........................................... 2556
18.5.6 Event Reports Generated in MySQL Cluster ................................................... 2559
18.5.7 MySQL Cluster Log Messages ...................................................................... 2569
18.5.8 MySQL Cluster Single User Mode ................................................................. 2580
18.5.9 Quick Reference: MySQL Cluster SQL Statements ......................................... 2581
18.5.10 The ndbinfo MySQL Cluster Information Database ..................................... 2583
18.5.11 MySQL Cluster Security Issues .................................................................... 2603
18.5.12 MySQL Cluster Disk Data Tables ................................................................. 2610
18.5.13 Adding MySQL Cluster Data Nodes Online ................................................... 2616
18.5.14 Distributed MySQL Privileges for MySQL Cluster .......................................... 2627
18.5.15 NDB API Statistics Counters and Variables .................................................. 2630
18.6 MySQL Cluster Replication ...................................................................................... 2641
18.6.1 MySQL Cluster Replication: Abbreviations and Symbols .................................. 2642
18.6.2 General Requirements for MySQL Cluster Replication .................................... 2643
18.6.3 Known Issues in MySQL Cluster Replication .................................................. 2644
18.6.4 MySQL Cluster Replication Schema and Tables ............................................. 2650
MySQL 5.6 Reference Manual
xvii
18.6.5 Preparing the MySQL Cluster for Replication .................................................. 2653
18.6.6 Starting MySQL Cluster Replication (Single Replication Channel) .................... 2654
18.6.7 Using Two Replication Channels for MySQL Cluster Replication ...................... 2656
18.6.8 Implementing Failover with MySQL Cluster Replication ................................... 2657
18.6.9 MySQL Cluster Backups With MySQL Cluster Replication ............................... 2658
18.6.10 MySQL Cluster Replication: Multi-Master and Circular Replication .................. 2664
18.6.11 MySQL Cluster Replication Conflict Resolution ............................................. 2668
18.7 MySQL Cluster Release Notes ................................................................................. 2677
19 Partitioning ......................................................................................................................... 2679
19.1 Overview of Partitioning in MySQL ........................................................................... 2681
19.2 Partitioning Types .................................................................................................... 2683
19.2.1 RANGE Partitioning ........................................................................................ 2685
19.2.2 LIST Partitioning .......................................................................................... 2689
19.2.3 COLUMNS Partitioning .................................................................................... 2692
19.2.4 HASH Partitioning .......................................................................................... 2699
19.2.5 KEY Partitioning ............................................................................................ 2702
19.2.6 Subpartitioning .............................................................................................. 2704
19.2.7 How MySQL Partitioning Handles NULL ......................................................... 2707
19.3 Partition Management .............................................................................................. 2711
19.3.1 Management of RANGE and LIST Partitions ................................................... 2712
19.3.2 Management of HASH and KEY Partitions ....................................................... 2718
19.3.3 Exchanging Partitions and Subpartitions with Tables ....................................... 2719
19.3.4 Maintenance of Partitions .............................................................................. 2724
19.3.5 Obtaining Information About Partitions ........................................................... 2725
19.4 Partition Pruning ...................................................................................................... 2727
19.5 Partition Selection .................................................................................................... 2730
19.6 Restrictions and Limitations on Partitioning ............................................................... 2736
19.6.1 Partitioning Keys, Primary Keys, and Unique Keys .......................................... 2742
19.6.2 Partitioning Limitations Relating to Storage Engines ........................................ 2745
19.6.3 Partitioning Limitations Relating to Functions .................................................. 2746
19.6.4 Partitioning and Locking ................................................................................ 2747
20 Stored Programs and Views ............................................................................................... 2749
20.1 Defining Stored Programs ........................................................................................ 2750
20.2 Using Stored Routines (Procedures and Functions) ................................................... 2751
20.2.1 Stored Routine Syntax .................................................................................. 2751
20.2.2 Stored Routines and MySQL Privileges .......................................................... 2752
20.2.3 Stored Routine Metadata ............................................................................... 2753
20.2.4 Stored Procedures, Functions, Triggers, and LAST_INSERT_ID() .................. 2753
20.3 Using Triggers ......................................................................................................... 2753
20.3.1 Trigger Syntax and Examples ........................................................................ 2754
20.3.2 Trigger Metadata .......................................................................................... 2757
20.4 Using the Event Scheduler ....................................................................................... 2757
20.4.1 Event Scheduler Overview ............................................................................ 2758
20.4.2 Event Scheduler Configuration ....................................................................... 2759
20.4.3 Event Syntax ................................................................................................ 2761
20.4.4 Event Metadata ............................................................................................ 2761
20.4.5 Event Scheduler Status ................................................................................. 2762
20.4.6 The Event Scheduler and MySQL Privileges .................................................. 2762
20.5 Using Views ............................................................................................................ 2765
20.5.1 View Syntax ................................................................................................. 2765
20.5.2 View Processing Algorithms .......................................................................... 2766
20.5.3 Updatable and Insertable Views .................................................................... 2767
20.5.4 View Metadata .............................................................................................. 2769
20.6 Access Control for Stored Programs and Views ........................................................ 2769
20.7 Binary Logging of Stored Programs .......................................................................... 2771
21 INFORMATION_SCHEMA Tables ........................................................................................... 2777
21.1 The INFORMATION_SCHEMA CHARACTER_SETS Table ............................................. 2780
21.2 The INFORMATION_SCHEMA COLLATIONS Table .................................................... 2780
MySQL 5.6 Reference Manual
xviii
21.3 The INFORMATION_SCHEMA COLLATION_CHARACTER_SET_APPLICABILITY
Table .............................................................................................................................. 2781
21.4 The INFORMATION_SCHEMA COLUMNS Table .......................................................... 2781
21.5 The INFORMATION_SCHEMA COLUMN_PRIVILEGES Table ....................................... 2782
21.6 The INFORMATION_SCHEMA ENGINES Table .......................................................... 2783
21.7 The INFORMATION_SCHEMA EVENTS Table ............................................................ 2783
21.8 The INFORMATION_SCHEMA FILES Table .............................................................. 2787
21.9 The INFORMATION_SCHEMA GLOBAL_STATUS and SESSION_STATUS Tables .......... 2788
21.10 The INFORMATION_SCHEMA GLOBAL_VARIABLES and SESSION_VARIABLES
Tables ............................................................................................................................. 2788
21.11 The INFORMATION_SCHEMA KEY_COLUMN_USAGE Table ....................................... 2789
21.12 The INFORMATION_SCHEMA OPTIMIZER_TRACE Table ......................................... 2790
21.13 The INFORMATION_SCHEMA PARAMETERS Table ................................................... 2790
21.14 The INFORMATION_SCHEMA PARTITIONS Table ................................................... 2790
21.15 The INFORMATION_SCHEMA PLUGINS Table ......................................................... 2793
21.16 The INFORMATION_SCHEMA PROCESSLIST Table ................................................. 2794
21.17 The INFORMATION_SCHEMA PROFILING Table ..................................................... 2795
21.18 The INFORMATION_SCHEMA REFERENTIAL_CONSTRAINTS Table ......................... 2796
21.19 The INFORMATION_SCHEMA ROUTINES Table ....................................................... 2797
21.20 The INFORMATION_SCHEMA SCHEMATA Table ....................................................... 2798
21.21 The INFORMATION_SCHEMA SCHEMA_PRIVILEGES Table ..................................... 2798
21.22 The INFORMATION_SCHEMA STATISTICS Table ................................................... 2799
21.23 The INFORMATION_SCHEMA TABLES Table .......................................................... 2799
21.24 The INFORMATION_SCHEMA TABLESPACES Table ................................................. 2801
21.25 The INFORMATION_SCHEMA TABLE_CONSTRAINTS Table ..................................... 2801
21.26 The INFORMATION_SCHEMA TABLE_PRIVILEGES Table ....................................... 2801
21.27 The INFORMATION_SCHEMA TRIGGERS Table ....................................................... 2802
21.28 The INFORMATION_SCHEMA USER_PRIVILEGES Table ......................................... 2804
21.29 The INFORMATION_SCHEMA VIEWS Table ............................................................ 2804
21.30 INFORMATION_SCHEMA Tables for InnoDB ............................................................ 2805
21.30.1 The INFORMATION_SCHEMA INNODB_CMP and INNODB_CMP_RESET
Tables ..................................................................................................................... 2806
21.30.2 The INFORMATION_SCHEMA INNODB_CMP_PER_INDEX and
INNODB_CMP_PER_INDEX_RESET Tables ................................................................ 2806
21.30.3 The INFORMATION_SCHEMA INNODB_CMPMEM and INNODB_CMPMEM_RESET
Tables ..................................................................................................................... 2807
21.30.4 The INFORMATION_SCHEMA INNODB_TRX Table ........................................ 2808
21.30.5 The INFORMATION_SCHEMA INNODB_LOCKS Table .................................... 2810
21.30.6 The INFORMATION_SCHEMA INNODB_LOCK_WAITS Table .......................... 2810
21.30.7 The INFORMATION_SCHEMA INNODB_SYS_TABLES Table .......................... 2811
21.30.8 The INFORMATION_SCHEMA INNODB_SYS_INDEXES Table ........................ 2811
21.30.9 The INFORMATION_SCHEMA INNODB_SYS_COLUMNS Table ........................ 2812
21.30.10 The INFORMATION_SCHEMA INNODB_SYS_FIELDS Table ........................ 2813
21.30.11 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN Table ...................... 2813
21.30.12 The INFORMATION_SCHEMA INNODB_SYS_FOREIGN_COLS Table ............. 2814
21.30.13 The INFORMATION_SCHEMA INNODB_SYS_TABLESTATS View .................. 2814
21.30.14 The INFORMATION_SCHEMA INNODB_SYS_DATAFILES Table ................... 2815
21.30.15 The INFORMATION_SCHEMA INNODB_SYS_TABLESPACES Table ............... 2815
21.30.16 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE Table ...................... 2816
21.30.17 The INFORMATION_SCHEMA INNODB_BUFFER_PAGE_LRU Table ............... 2817
21.30.18 The INFORMATION_SCHEMA INNODB_BUFFER_POOL_STATS Table ........... 2818
21.30.19 The INFORMATION_SCHEMA INNODB_METRICS Table .............................. 2820
21.30.20 The INFORMATION_SCHEMA INNODB_FT_CONFIG Table .......................... 2825
21.30.21 The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD Table ....... 2826
21.30.22 The INFORMATION_SCHEMA INNODB_FT_INDEX_TABLE Table ................. 2826
21.30.23 The INFORMATION_SCHEMA INNODB_FT_INDEX_CACHE Table ................. 2827
21.30.24 The INFORMATION_SCHEMA INNODB_FT_DELETED Table ........................ 2828
21.30.25 The INFORMATION_SCHEMA INNODB_FT_BEING_DELETED Table ............. 2828
MySQL 5.6 Reference Manual
xix
21.31 Thread Pool INFORMATION_SCHEMA Tables ........................................................... 2829
21.31.1 The INFORMATION_SCHEMA TP_THREAD_STATE Table .............................. 2829
21.31.2 The INFORMATION_SCHEMA TP_THREAD_GROUP_STATE Table .................. 2830
21.31.3 The INFORMATION_SCHEMA TP_THREAD_GROUP_STATS Table .................. 2831
21.32 Extensions to SHOW Statements .............................................................................. 2833
22 MySQL Performance Schema ............................................................................................. 2837
22.1 Performance Schema Quick Start ............................................................................. 2838
22.2 Performance Schema Configuration .......................................................................... 2844
22.2.1 Performance Schema Build Configuration ...................................................... 2844
22.2.2 Performance Schema Startup Configuration ................................................... 2845
22.2.3 Performance Schema Runtime Configuration ................................................. 2848
22.3 Performance Schema Queries .................................................................................. 2864
22.4 Performance Schema Instrument Naming Conventions .............................................. 2864
22.5 Performance Schema Status Monitoring ................................................................... 2867
22.6 Performance Schema Atom and Molecule Events ..................................................... 2870
22.7 Performance Schema Statement Digests .................................................................. 2870
22.8 Performance Schema General Table Characteristics ................................................. 2872
22.9 Performance Schema Table Descriptions .................................................................. 2872
22.9.1 Performance Schema Table Index ................................................................. 2873
22.9.2 Performance Schema Setup Tables ............................................................... 2874
22.9.3 Performance Schema Instance Tables ........................................................... 2878
22.9.4 Performance Schema Wait Event Tables ....................................................... 2883
22.9.5 Performance Schema Stage Event Tables ..................................................... 2887
22.9.6 Performance Schema Statement Event Tables ............................................... 2890
22.9.7 Performance Schema Connection Tables ....................................................... 2896
22.9.8 Performance Schema Connection Attribute Tables ......................................... 2898
22.9.9 Performance Schema Summary Tables ......................................................... 2899
22.9.10 Performance Schema Miscellaneous Tables ................................................. 2911
22.10 Performance Schema Option and Variable Reference .............................................. 2918
22.11 Performance Schema Command Options ................................................................ 2920
22.12 Performance Schema System Variables ................................................................. 2921
22.13 Performance Schema Status Variables ................................................................... 2933
22.14 Performance Schema and Plugins .......................................................................... 2935
22.15 Using the Performance Schema to Diagnose Problems ........................................... 2936
23 Connectors and APIs .......................................................................................................... 2939
23.1 MySQL Connector/ODBC ......................................................................................... 2942
23.2 MySQL Connector/Net ............................................................................................. 2943
23.3 MySQL Connector/J ................................................................................................. 2943
23.4 MySQL Connector/C++ ............................................................................................ 2943
23.5 MySQL Connector/C ................................................................................................ 2943
23.6 MySQL Connector/Python ........................................................................................ 2943
23.7 libmysqld, the Embedded MySQL Server Library ....................................................... 2943
23.7.1 Compiling Programs with libmysqld ............................................................ 2944
23.7.2 Restrictions When Using the Embedded MySQL Server .................................. 2944
23.7.3 Options with the Embedded Server ................................................................ 2945
23.7.4 Embedded Server Examples ......................................................................... 2945
23.8 MySQL C API ......................................................................................................... 2948
23.8.1 MySQL C API Implementations ..................................................................... 2949
23.8.2 Simultaneous MySQL Server and MySQL Connector/C Installations ................ 2950
23.8.3 Example C API Client Programs .................................................................... 2951
23.8.4 Building and Running C API Client Programs ................................................. 2951
23.8.5 C API Data Structures .................................................................................. 2955
23.8.6 C API Function Overview .............................................................................. 2960
23.8.7 C API Function Descriptions .......................................................................... 2964
23.8.8 C API Prepared Statements .......................................................................... 3016
23.8.9 C API Prepared Statement Data Structures .................................................... 3016
23.8.10 C API Prepared Statement Function Overview .............................................. 3022
23.8.11 C API Prepared Statement Function Descriptions ......................................... 3025
MySQL 5.6 Reference Manual
xx
23.8.12 C API Threaded Function Descriptions ......................................................... 3047
23.8.13 C API Embedded Server Function Descriptions ............................................ 3048
23.8.14 C API Client Plugin Functions ...................................................................... 3049
23.8.15 Common Questions and Problems When Using the C API ............................. 3052
23.8.16 Controlling Automatic Reconnection Behavior ............................................... 3054
23.8.17 C API Support for Multiple Statement Execution ........................................... 3055
23.8.18 C API Prepared Statement Problems ........................................................... 3057
23.8.19 C API Prepared Statement Handling of Date and Time Values ....................... 3057
23.8.20 C API Support for Prepared CALL Statements .............................................. 3059
23.9 MySQL PHP API ..................................................................................................... 3062
23.10 MySQL Perl API .................................................................................................... 3063
23.11 MySQL Python API ................................................................................................ 3063
23.12 MySQL Ruby APIs ................................................................................................. 3064
23.12.1 The MySQL/Ruby API ................................................................................. 3064
23.12.2 The Ruby/MySQL API ................................................................................. 3064
23.13 MySQL Tcl API ...................................................................................................... 3064
23.14 MySQL Eiffel Wrapper ........................................................................................... 3064
24 Extending MySQL .............................................................................................................. 3065
24.1 MySQL Internals ...................................................................................................... 3065
24.1.1 MySQL Threads ............................................................................................ 3065
24.1.2 The MySQL Test Suite .................................................................................. 3066
24.2 The MySQL Plugin API ............................................................................................ 3067
24.2.1 Plugin API Characteristics ............................................................................. 3067
24.2.2 Plugin API Components ................................................................................ 3068
24.2.3 Types of Plugins ........................................................................................... 3069
24.2.4 Writing Plugins .............................................................................................. 3072
24.2.5 MySQL Services for Plugins .......................................................................... 3114
24.3 Adding New Functions to MySQL ............................................................................. 3116
24.3.1 Features of the User-Defined Function Interface ............................................. 3117
24.3.2 Adding a New User-Defined Function ............................................................ 3117
24.3.3 Adding a New Native Function ...................................................................... 3126
24.4 Debugging and Porting MySQL ................................................................................ 3128
24.4.1 Debugging a MySQL Server .......................................................................... 3128
24.4.2 Debugging a MySQL Client ........................................................................... 3135
24.4.3 The DBUG Package ..................................................................................... 3135
25 MySQL Enterprise Edition ................................................................................................... 3139
25.1 MySQL Enterprise Monitor ....................................................................................... 3139
25.2 MySQL Enterprise Backup ....................................................................................... 3140
25.3 MySQL Enterprise Security ...................................................................................... 3140
25.4 MySQL Enterprise Audit ........................................................................................... 3141
25.5 MySQL Enterprise Thread Pool ................................................................................ 3141
26 MySQL Workbench ............................................................................................................ 3143
27 MySQL for Excel ................................................................................................................ 3145
27.1 Installing and Configuring ......................................................................................... 3145
27.2 Edit MySQL Data in Excel ....................................................................................... 3147
27.3 Import MySQL Data into Excel ................................................................................. 3149
27.4 Append Excel Data into MySQL ............................................................................... 3152
27.5 Export Excel Data into MySQL ................................................................................. 3155
27.6 What Is New In MySQL for Excel ............................................................................. 3158
27.6.1 What Is New In MySQL for Excel 1.3 ............................................................. 3158
27.6.2 What Is New In MySQL for Excel 1.2 ............................................................. 3158
27.7 MySQL for Excel FAQ ............................................................................................. 3159
A MySQL 5.6 Frequently Asked Questions ............................................................................... 3161
A.1 MySQL 5.6 FAQ: General ......................................................................................... 3161
A.2 MySQL 5.6 FAQ: Storage Engines ............................................................................. 3163
A.3 MySQL 5.6 FAQ: Server SQL Mode .......................................................................... 3164
A.4 MySQL 5.6 FAQ: Stored Procedures and Functions .................................................... 3165
A.5 MySQL 5.6 FAQ: Triggers ......................................................................................... 3169
剩余3801页未读,继续阅读
2022-04-09 上传
2018-08-17 上传
2022-03-01 上传
2018-08-17 上传
点击了解资源详情
2013-11-17 上传
2015-03-22 上传
2016-04-01 上传
2017-02-07 上传
YiColin
- 粉丝: 7
- 资源: 11
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- IEEE 14总线系统Simulink模型开发指南与案例研究
- STLinkV2.J16.S4固件更新与应用指南
- Java并发处理的实用示例分析
- Linux下简化部署与日志查看的Shell脚本工具
- Maven增量编译技术详解及应用示例
- MyEclipse 2021.5.24a最新版本发布
- Indore探索前端代码库使用指南与开发环境搭建
- 电子技术基础数字部分PPT课件第六版康华光
- MySQL 8.0.25版本可视化安装包详细介绍
- 易语言实现主流搜索引擎快速集成
- 使用asyncio-sse包装器实现服务器事件推送简易指南
- Java高级开发工程师面试要点总结
- R语言项目ClearningData-Proj1的数据处理
- VFP成本费用计算系统源码及论文全面解析
- Qt5与C++打造书籍管理系统教程
- React 应用入门:开发、测试及生产部署教程
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功