Search Results
                    
                    
            A Quick Guide to Using the MySQL SLES Repository :: A Quick Guide to Using the MySQL SLES Repository
                https://dev.mysql.com/doc/mysql-sles-repo-quick-guide/en/index.html
                                For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. A password for the superuser is set and stored in the error log file. GOVERNMENT END USERS: Oracle programs (including any operating ... Abstract This is a quick guide for using the MySQL SLES repository to install and upgrade MySQL on SUSE Linux Enterprise Server ...
                                            
                https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-client.html
                                You can use the MySQL Administrator user that you specified when creating the DB System or a MySQL user account created on the DB System using CREATE USER . A MySQL user account on the MySQL DB System to connect with. To connect to a DB System: ...
                                            
                https://dev.mysql.com/doc/internals/en/com-change-user-and-non-client-plugin-auth-clients.html
                                 Clients which do not support pluggable authentication can send COM_CHANGE_USER command for accounts which use Secure Password Authentication or Old Password Authentication. the hash of the new password, should be sent in the auth-response field of ...In this case it is assumed that server has already sent the authentication challenge - the same which was sent when the client connected for the first time - and client's reply to that challenge, ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-asynchronous-connection-failover.html
                                The same replication user account and password must exist on all the source servers in the source list for the channel. In this situation, the replication channel and the replication user account and password for the channel must be set up on all ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/innodb-compression-syntax-warnings.html
                                SQL Compression Syntax Warnings and Errors for File-Per-Table Tablespaces When innodb_strict_mode is enabled (the default), specifying ROW_FORMAT=COMPRESSED or KEY_BLOCK_SIZE in CREATE TABLE or ALTER TABLE statements produces the following error if ... This section describes syntax warnings and errors that you may encounter when using the table compression feature with file-per-table tablespaces and general ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/show-engine.html
                                For rwlocks, the Name field reports the source file where the rwlock is implemented, and the line number in the file where the rwlock is created. The remaining rows from the output of SHOW ENGINE NDB STATUS which are most likely to prove useful in ... SHOW ENGINE engine_name {STATUS | MUTEX} SHOW ENGINE displays operational information about a storage ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-sql-editor-snippets.html
                                Users connected to this MySQL server are allowed to create, edit, and use these shared snippets. The My Snippets option stores custom snippets in a file under the MySQL Workbench user's configuration directory. Table 8.1 Default Local Snippet File ... The Snippets secondary tab includes built-in, local, and shared custom ...
                                            
                https://dev.mysql.com/doc/internals/en/sql-directory.html
                                 Programs for handling SQL commands. The "core" of MySQL. These are the .c and .cc files in the sql directory: derror.cc --- read language-dependent message file des_key_file.cc --- load DES keys from plaintext file discover.cc --- Functions for ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-sessionfactory.html
                                0 means that the receive thread is always active, and that retains poll rights for its own exclusive use, effectively blocking all user threads from becoming receivers. In such cases care should be taken to ensure that the receive thread does not ...
                                            
                https://dev.mysql.com/doc/heatwave/en/mys-hwaml-models-delete.html
                                 Users that create models or have the required privileges to a model on the MODEL_CATALOG table can delete them. The schema is named for the user that created the model. Before You Begin Review how to Create a Machine Learning Model. mysql> DELETE ...Delete a Model To delete a model from the model catalog table: Query the model catalog table for the model_id, model_owner, and ...