Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-installer/en/server-accounts-roles.html
                                 Root Account Password Assigning a root password is required and you will be asked for it when performing other MySQL Installer operations. Password strength is evaluated when you repeat the password in the box provided. For descriptive information ...MySQL User Accounts (Optional) Click Add User or Edit User to create or modify MySQL user accounts with predefined ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/keyring-aws-plugin.html
                                For example, use these lines in the server my.cnf file, adjusting the .so suffix and file locations for your platform as necessary: [mysqld] early-plugin-load=keyring_aws.so ...The keyring_aws_conf_file and keyring_aws_data_file system variables ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean-cmdline.html
                                The location must be configured by the server system variable secure_file_priv for mysqld to import data securely from it. Notes The certificate, key, and bundle files specified must be readable by root user who installs MySQL AI; adjust their file ...The password must satisfy the MEDIUM level policy of the validate_password ... The MySQL AI ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/shell-automatic-code-execution-results.html
                                For example: var result = mySession.sql('show databases').execute() var result2 = myColl.find().execute() The call of the execute() function above causes the operation to be executed and returns a Result object. The returned Result object is then ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/shell-automatic-code-execution-results.html
                                For example: var result = mySession.sql('show databases').execute() var result2 = myColl.find().execute() The call of the execute() function above causes the operation to be executed and returns a Result object. The returned Result object is then ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/ndb-start-compiler-options.html
                                In order to compile source files that use the NDB API, you must ensure that the necessary header files can be found. Header files specific to the NDB and MGM APIs are installed in the following subdirectories of the MySQL include directory, ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-special-options.html
                                To set up a new replica for this source, restore the backup data on another server, start a replica server on the backup data, and issue a CHANGE REPLICATION SOURCE TO command with the binary log position saved in the ibbackup_replica_info file. To ... These options are for backing up database servers that play specific roles in replication, or contain certain kinds of data that require special care in backing ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-usagenotes-apptips-microsoft-excel.html
                                 If you have problems importing data into Microsoft Excel, particularly numeric, date, and time values, this is probably because of a bug in Excel, where the column type of the source data is used to determine the data type when that data is ...To ...
                                            
                https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-config-metric-environment-category.html
                                Keep Files On Create Enabled If a MyISAM table is created with a DATA DIRECTORY or INDEX DIRECTORY option and an existing .MYD or .MYI file is found, MyISAM always returns an error. Lower Case File System Enabled Whether the file system where the ...
                                            
                https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-dns-srv.html
                                When DNS SRV record lookup is used, clients generally must apply these rules for connection requests (there may be connector-specific exceptions): The request must specify the full DNS SRV record name, with the service and protocol names prefixed by ... X DevAPI supports the use of DNS SRV records for connecting to MySQL ...