`
- 浏览:
521948 次
- 性别:
- 来自:
杭州
-
The naming scheme in MySQL 5.5
The naming scheme in MySQL 5.5 uses release names that consist of three numbers and a suffix; for example,mysql-5.5.6-m3. The numbers within the release name are interpreted as follows:
•The first number (5) is the major version and describes the file format. All MySQL 5 releases have the same file format.
•The second number (5) is the release level. Taken together, the major version and release level constitute the release series number.
•The third number (6) is the version number within the release series. This is incremented for each new release. Usually you want the latest version for the series you have chosen.
For each minor update, the last number in the version string is incremented. When there are major new features or minor incompatibilities with previous versions, the second number in the version string is incremented. When the file format changes, the first number is increased.
Release names also include a suffix to indicates the stability level of the release. Releases within a series progress through a set of suffixes to indicate how the stability level improves. The possible suffixes are:
•mN (for example, m1, m2, m3, ...) indicate a milestone number. MySQL development uses a milestone model, in which each milestone proceeds through a small number of versions with a tight focus on a small subset of thoroughly tested features. Following the releases for one milestone, development proceeds with another small number of releases that focuses on the next small set of features, also thoroughly tested. Features within milestone releases may be considered to be of pre-production quality.
•rc indicates a Release Candidate. Release candidates are believed to be stable, having passed all of MySQL's internal testing, and with all known fatal runtime bugs fixed. However, the release has not been in widespread use long enough to know for sure that all bugs have been identified. Only minor fixes are added.
•If there is no suffix, it indicates that the release is a General Availability (GA) or Production release. GA releases are stable, having successfully passed through all earlier release stages and are believed to be reliable, free of serious bugs, and suitable for use in production systems. Only critical bugfixes are applied to the release.
分享到:
Global site tag (gtag.js) - Google Analytics
相关推荐
【标题】"jmeter5.5,linux版本测试"涉及的主要知识点是Apache JMeter 5.5版本在Linux操作系统中的应用。Apache JMeter是一款开源、跨平台的压力测试工具,广泛用于Web应用程序性能测试和负载测试。它允许用户模拟...
本文将详细讲解如何在Tomcat 5.5中配置DBCP,以及JNDI(Java Naming and Directory Interface)的设置方法。 首先,了解DBCP的作用。数据库连接池允许应用复用已存在的数据库连接,而不是每次请求时都创建新的连接...
The Scheme Programming Language <br>Third Edition <br>R. Kent Dybvig <br>Illustrations by Jean-Pierre Hébert Table of Contents Preface <br>Chapter 1. Introduction Section 1.1...
MaterialDesignIcons ...Icons follow the same naming scheme as on materialdesignicons.com, though they start with "zzz_" (to make them less cluttery for your resource-list) and every dash('-') is
4. **JNDI(Java Naming and Directory Interface)**:提供命名和目录服务,使得应用可以查找和管理资源,如数据源、邮件会话等。 5. ** Jasper2-Servlet.jar 和 Jasper2-El.jar**:这两个文件分别包含了JSP引擎和...
《Tomcat5.5中文技术手册》是一份详尽的指南,专为使用Apache Tomcat 5.5版本的开发者和管理员提供。这份手册以中文呈现,方便了中文读者理解和应用Tomcat的相关知识。HTML版的形式使得查阅和学习更加便捷,无需安装...
赠送jar包:nacos-naming-2.0.4.RELEASE.jar; 赠送原API文档:nacos-naming-2.0.4.RELEASE-javadoc.jar; 赠送源代码:nacos-naming-2.0.4.RELEASE-sources.jar; 赠送Maven依赖信息文件:nacos-naming-2.0.4....
此外,Tomcat 5.5还支持Java Naming and Directory Interface (JNDI),可以用来查找和绑定资源,以及JavaMail API,用于发送电子邮件。 在开发过程中,Eclipse提供了强大的调试工具。你可以设置断点,单步执行代码...
naming-common.jar
7. **JNDI集成**:C3P0可以与Java Naming and Directory Interface (JNDI) 集成,方便在应用服务器上部署和管理。 在使用C3P0时,通常需要在项目的配置文件(如`pom.xml`或`context.xml`)中引入依赖,并配置连接池...
Tomcat 5.5可以与其他Java EE组件,如JNDI(Java Naming and Directory Interface)和JMS(Java Message Service)一起工作,尽管它本身并不完全符合Java EE规范。然而,通过与EJB容器(如JBoss或Glassfish)的集成...
1. **javax.naming.NameNotFoundException**:如果出现“Name not bound in this context”错误,确保`context.xml`中的`name`属性与`web.xml`中的`res-ref-name`属性完全一致。 2. **javax.naming....
在这个问题中,开发者遇到了一个常见的错误:“Name jdbc is not bound in this Context”,这通常意味着在Tomcat的环境中,指定的数据源没有被正确地绑定或配置。 要解决这个问题,首先需要在Tomcat的配置文件中...
MySQL Connector/J是MySQL官方提供的开源JDBC驱动,遵循Java的JDBC标准,提供了多种连接方式,包括传统的JDBC URL方式和基于Java Naming and Directory Interface (JNDI)的数据源方式。它支持各种MySQL特性,如存储...
We could go on, but naming the people influenced by Gogol and this story is like listing a literary Who's Who. Gogol is probably one of the most famous and influential Russian authors of all time and...
《Tomcat5.5 API》是针对Apache Tomcat 5.5版本的API文档,它为开发者提供了详尽的接口信息和使用指南。Tomcat是一个开源的Java Servlet容器,广泛用于构建和部署Java Web应用程序。这个API文档是开发人员理解和使用...
MySQL Connector/J 5.1.39 是 MySQL 数据库与 Java 应用程序之间的关键桥梁,它是 MySQL 官方提供的 JDBC 驱动程序。JDBC(Java Database Connectivity)是 Java 平台上用于访问数据库的标准 API,使得 Java 开发...
naming-factory.jar
Nacos-Server MySQL 所需的所有表SQL脚本 Nacos /nɑ:kəʊs/ 是 Dynamic Naming and Configuration Service的首字母简称,一个更易于构建云原生应用的动态服务发现、配置管理和服务管理平台。 Nacos 致力于帮助您...