Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-verify-package.html
                                The signature file has the same name as the distribution file with an .asc extension, as shown in the following table.  After downloading the MySQL package and before attempting to install it, ensure that the package is intact and has not been ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/binary-installation.html
                                These include generic binary distributions in the form of compressed tar files (files with a .tar.xz extension) for a number of platforms, and binaries in platform-specific package formats for selected platforms. This section covers the installation ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/creating-database.html
                                (Under Windows, this restriction does not apply, although you must refer to databases and tables using the same lettercase throughout a given query.  If the administrator creates your database for you when setting up your permissions, you can begin ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/macos-installation-pkg.html
                                The following table shows the layout of this MySQL installation directory.  The package is located inside a disk image (.dmg) file that you first need to mount by double-clicking its icon in the Finder. Note Before proceeding with the installation, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-config.html
                                All options that can be used with ndb_config are shown in the following table.  This tool extracts current configuration information for data nodes, SQL nodes, and API nodes from one of a number of sources: an NDB Cluster management node, or its ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgmd.html
                                All options that can be used with ndb_mgmd are shown in the following table. By default, the management server looks for a file named config.ini in the same directory as the ndb_mgmd executable; otherwise the file name and location must be specified ... The management server is the process that reads the cluster configuration file and distributes this information to all nodes in the cluster that request ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/server-loadable-functions.html
                                For a table describing the available loadable functions, see Section 14.2, “Loadable Function Reference”. Loadable functions contrast with built-in (native) functions, which are implemented as part of the server and are always available; for a ... MySQL supports loadable functions, that is, functions that are not built in but can be loaded at runtime (either during startup or later) to extend server capabilities, or unloaded to remove ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/spatial-geojson-functions.html
                                 This section describes functions for converting between GeoJSON documents and spatial values. Feature and FeatureCollection objects are not supported, except that geometry objects are extracted from them. MySQL also supports a native JSON data type ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/sys-create-synonym-db.html
                                 Given a schema name, this procedure creates a synonym schema containing views that refer to all the tables and views in the original schema. This can be used, for example, to create a shorter name by which to refer to a schema with a long name ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/xml-functions.html
                                 Table 14.16 XML Functions Name Description ExtractValue() Extract a value from an XML string using XPath notation UpdateXML() Return replaced XML fragment This section discusses XML and related functionality in MySQL. Do not output explicit error ...Note It is possible to obtain XML-formatted output from MySQL in the mysql and mysqldump clients by invoking them with the --xml ...