PDF (US Ltr)
        - 35.1Mb
                                PDF (A4)
        - 35.2Mb
                                Man Pages (TGZ)
        - 256.4Kb
                                Man Pages (Zip)
        - 361.2Kb
                                Info (Gzip)
        - 3.4Mb
                                Info (Zip)
        - 3.4Mb
                    
            Search Results
                        
                    
                    
            https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-select-all.html
                                --ndb-connectstring Command-Line Format --ndb-connectstring=connection_string Type String Default Value [none] Set connect string for connecting to ndb_mgmd. --ndb-nodeid Command-Line Format --ndb-nodeid=# Type Integer Default Value [none] Set node ...--connect-retries Command-Line Format --connect-retries=# Type Integer Default Value 12 Minimum Value 0 Maximum Value 12 Number of times to retry connection before giving ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-general-info.html
                                Instead, users of NDB Cluster binaries from Oracle should upgrade to the most recent binary release of NDB Cluster for supported platforms—these include RPMs that should work with most Linux distributions. NDB Cluster users who build from source ...While many standard MySQL schemas and applications can work using NDB Cluster, it is also true that unmodified applications and database schemas may be slightly incompatible or have suboptimal performance when run using NDB Cluster (see Section 21.2.7, “Known Limitations of NDB ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/windows-installation.html
                                Users should make sure the package has been installed on the system before installing the server. When installed, MySQL does not need to be executed using a user with Administrator privileges. MySQL Installer automatically installs MySQL Server and ... Important MySQL Community 5.7 Server requires the Microsoft Visual C++ 2019 Redistributable Package to run on Windows ...This requirement changed over time: MySQL 5.7.37 and below requires the Microsoft Visual C++ 2013 Redistributable Package, MySQL ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/innodb-memcached-replication.html
                                mysql> CHANGE MASTER TO MASTER_HOST='localhost', MASTER_USER='root', MASTER_PASSWORD='', MASTER_PORT = 13000, MASTER_LOG_FILE='0.000001, MASTER_LOG_POS=114; Start the replica. mysql> SELECT * FROM test.demo_test; Empty set (0.00 sec) InnoDB ...The ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/prepare.html
                                preparable_stmt is either a string literal or a user variable that contains the text of the SQL statement. As a workaround, refer instead to user-defined variables, which also have session scope; see Section 9.4, “User-Defined Variables”. 
                                            
                https://dev.mysql.com/doc/refman/5.7/en/multiple-servers.html
                                Or you might want to give different users access to different mysqld servers that they manage themselves. Or you might run multiple instances of the current production version, each managing a different set of databases. For methods of configuring ...You might want to test a new MySQL release while leaving an existing production setup ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/selinux-file-context.html
                                If the SELinux context is not set correctly for these files, access to the files could be denied. If you edit the configuration file to use a different location for the data directory, or for any of the files normally in the data directory (such as ...semanage fcontext -l | grep -i mysql Setting the MySQL Data Directory Context The default data directory location is /var/lib/mysql/; and the SELinux context used is ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/information-schema-tables-table.html
                                TABLE_SCHEMA The name of the schema (database) to which the table belongs. TABLE_TYPE BASE TABLE for a table, VIEW for a view, or SYSTEM VIEW for an INFORMATION_SCHEMA table. For partitioned tables, ENGINE shows the name of the storage engine used ...The TABLES table has these columns: TABLE_CATALOG The name of the catalog to which the table ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/expressions.html
                                 This section lists the grammar rules that expressions must follow in MySQL and provides additional information about the types of terms that may appear in expressions. For additional information about some of the expression terms, see Expression ...
                                            
                https://dev.mysql.com/doc/refman/5.7/en/features.html
                                This is useful if you want to provide an SQL interface for an in-house database. Support for DELETE, INSERT, REPLACE, and UPDATE to return the number of rows that were changed (affected), or to return the number of rows matched instead by setting a ... This section describes some of the important characteristics of the MySQL Database ...