Search Results
                    
                    
            https://dev.mysql.com/doc/workbench/en/wb-design-engineering.html
                                In addition to forward and reverse engineering existing databases, it can also import SQL scripts to build models, and export models to DDL scripts to execute at a later time. A visual data model can be transformed into a physical database on a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replication-gtids-functions.html
                                WAIT_FOR_EXECUTED_GTID_SET(): Waits until all transactions in a given GTID set have been executed. To perform the same check with GTID_SUBTRACT(), execute the following statement on the replica: SELECT GTID_SUBTRACT(source_gtid_executed, ... This ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/thread-commands.html
                                Fetch The thread is fetching the results from executing a prepared statement. Long Data The thread is retrieving long data in the result of executing a prepared statement. Query Employed for user clients while executing queries by single-threaded ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/performance-schema-replication-applier-status-by-coordinator-table.html
                                LAST_ERROR_TIMESTAMP A timestamp in 'YYYY-MM-DD hh:mm:ss[.fraction]' format that shows when the most recent SQL/coordinator error occurred. replication_applier_status_by_coordinator Column SHOW REPLICA STATUS Column THREAD_ID None SERVICE_STATE ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/data-masking-plugin-functions.html
                                Return value: The masked Social Security number as a string, or an error if the argument is not the correct length. gen_blacklist(str, dictionary_name, replacement_dictionary_name) Replaces a term present in one dictionary with a term from a second ... The MySQL Enterprise Data Masking and De-Identification plugin library includes several functions, which may be grouped into these categories: Data Masking Plugin Functions Random Data Generation Plugin Functions Random Data Dictionary-Based Plugin Functions These functions support the single-byte latin1 character set for string arguments and return ...
                                            
                https://dev.mysql.com/doc/extending-mysql/8.4/en/writing-authentication-plugins-server-side.html
                                The value is used to construct the failure error message of Authentication fails. Error Code Meaning CR_OK Success CR_OK_HANDSHAKE_COMPLETE Do not send a status packet back to client CR_ERROR Error CR_AUTH_USER_CREDENTIALS Authentication failure ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-general-information.html
                                It was developed according to the specifications of the SQL Access Group and defines a set of function calls, error codes, and data types that can be used to develop database-independent applications.  ODBC (Open Database Connectivity) provides a ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-general-information.html
                                It was developed according to the specifications of the SQL Access Group and defines a set of function calls, error codes, and data types that can be used to develop database-independent applications.  ODBC (Open Database Connectivity) provides a ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/replica-logs-relaylog.html
                                If a replica uses the default host-based relay log file names, changing a replica's host name after replication has been set up can cause replication to fail with the errors Failed to open the relay log and Could not find target log during relay log ... The relay log, like the binary log, consists of a set of numbered files containing events that describe database changes, and an index file that contains the names of all used relay log ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-api-transaction.html
                                This method takes as its sole argument a callback function that returns an error object. If it is automatic, (autocommit), every operation is performed as part of a new transaction that is automatically committed. Beginning, committing, and rolling ...