Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/selinux-file-context.html
                                For example: semanage fcontext -a -t mysqld_db_t "/path/to/my/custom/datadir(/.*)?" restorecon -Rv /path/to/my/custom/datadir semanage fcontext -a -t mysqld_db_t "/path/to/my/custom/logdir(/.*)?" restorecon -Rv /path/to/my/custom/logdir Setting the ... The MySQL Server reads from and writes to many ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/solaris-installation.html
                                If too many processes try to connect very rapidly to mysqld, you should see this error in the MySQL log: Error in accept: Protocol error You might try starting the server with the --back_log=50 option as a workaround for this.  Note MySQL 8.4 ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/spatial-aggregate-functions.html
                                If any geometry argument is not a syntactically well-formed geometry, an ER_GIS_INVALID_DATA error occurs. If any geometry argument is a syntactically well-formed geometry in an undefined spatial reference system (SRS), an ER_SRS_NOT_FOUND error ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/start-replica.html
                                You must check the replica's error log for error messages generated by the replication threads, or check that they are running satisfactorily with SHOW REPLICA STATUS.  START REPLICA [thread_types] [until_option] [connection_options] ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/starting-server-troubleshooting.html
                                If you have problems starting the server, here are some things to try: Check the error log to see why the server does not start. If either of the following errors occur, it means that some other program (perhaps another mysqld server) is using the ... This section provides troubleshooting suggestions for problems starting the ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/stop-replica.html
                                When the timeout value is reached, the issuing client returns an error message and stops waiting, but the STOP REPLICA instruction remains in effect. If the replica is stopped unexpectedly (for example due to an error in a worker thread, or another ...] thread_type: IO_THREAD | SQL_THREAD channel_option: FOR CHANNEL channel Stops the replication ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/switchable-optimizations.html
                                Specifying any given opt_name more than once in the value is not permitted and causes an error. Any errors in the value cause the assignment to fail with an error, leaving the value of optimizer_switch unchanged. Its value is a set of flags, each of ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/sys-ps-thread-trx-info.html
                                 Returns a JSON object containing information about a given thread. The information includes the current transaction, and the statements it has already executed, derived from the Performance Schema events_transactions_current and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/table-corruption.html
                                If you get a lot of these errors, without mysqld having died unexpectedly just before, then something is wrong and needs to be investigated further. When the server detects MyISAM table corruption, it writes additional information to the error log, ... If you have started mysqld with the myisam_recover_options system variable set, MySQL automatically checks and tries to repair MyISAM tables if they are marked as 'not closed properly' or ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/telemetry-trace-configuration.html
                                otel_log_level Command-Line Format --otel_log_level Type Enumeration Default Value ERROR Valid Values ERRORSILENTWARNINGINFODEBUG Controls which OpenTelemetry logs are printed in the server logs otel_resource_attributes Command-Line Format ...Server ...