Search Results
                    
                    
            https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-compliance-administration-standard-rules.html
                                It also enables you to review all alterations made to your database. It also enables you to review all alterations made to your database. Binary logging can be limited to specific databases with the --binlog-do-db and the --binlog-ignore-db options. 
                                            
                https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-server.html
                                Table 9.1 MySQL Enterprise Service Manager Installer Options Option Name Description --adminpassword Password for the database repository --adminuser Username for the database repository --backupdir Backup directory path. --dbhost Hostname or IP ...
                                            
                https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html
                                This is the generic format of the connection URL: protocol//[hosts][/database][?properties] The URL consists of the following parts: Important Any reserved characters for URLs (for example, /, :, @, (, ), [, ], &, #, =, ?, and space) that appear in ... This section explains the syntax of the URLs for connecting to ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/explain.html
                                MySQL 8.4 supports a FOR SCHEMA clause, which causes EXPLAIN to behave as if the statement to be analyzed had been executed in the named database; FOR DATABASE is supported as a synonym. row *************************** EXPLAIN: -> Filter: (t.c2 > ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/rebuilding-tables.html
                                This can be a more convenient means of repairing tables because you can use the --databases or --all-databases option to repair all tables in specific databases or all databases, respectively: mysqlcheck --repair --databases db_name ...  This ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/reloading-sql-format-dumps.html
                                 To reload a dump file written by mysqldump that consists of SQL statements, use it as input to the mysql client. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/version-tokens-usage.html
                                Suppose that a management application communicates with a set of servers that are queried by clients to access employee and product databases (named emp and prod, respectively). All servers are permitted to process data retrieval statements, but ...
                                            
                https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-partial-options.html
                                For example, --include-tables=^mydb\.t[12]$ matches the tables t1 and t2 in the database mydb. While mysqlbackup understands the MySQL convention of quoting the database or the table name (or both) by backticks (see Schema Object Names), there is no ... To select specific data to be backed up or restored, use the partial backup and restore options described in this ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-j-support-bug-report.html
                                 The normal place to report bugs is http://bugs.mysql.com/, which is the address for our bugs database. This database is public, and can be browsed and searched by anyone. If you have a repeatable bug report, please report it to the bugs database at ...If you log in to the system, you will also be able to enter new ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-source.html
                                You will be able to browse your database and choose tables and fields using drag and drop to build your report.  When creating a report in Crystal Reports there are two options for accessing the MySQL data while designing your report. The first ...