Search Results
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-osb.html
You control OSB features such as encryption by defining a “storage selector” that applies those features to a particular backup, and passing the name of the storage selector to OSB using the MySQL Enterprise Backup parameter ... Tape drives are ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-encrypted-innodb.html
When the database server uses encrypted InnoDB tablespaces, MySQL Enterprise Backup always stores the master key for encryption in an encrypted file inside the backup, irrespective of the kind of keyring plugin or component the server uses. The ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.html
Any other files in the database subdirectories under the server's data directory. Here are some sample commands to start a backup operation with mysqlbackup are: # Information about data files can be retrieved through the database server connection.
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.privileges.html
Here are the privileges required by mysqlbackup: The minimum privileges for the MySQL user with which mysqlbackup connects to the server include: SELECT on all databases and tables, for table locks that protect the backups against inconsistency ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.verify.html
You can then execute SHOW statements to verify the database and table structures, and execute queries to verify further details of the database. See Section 4.2.4, “Restoring a Database” for the basic steps for restoring a backup, and see ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/server-repository-options.html
These repository options specify various parameters related to the database server to which a backup is restored. For backups:You do not need to specify this option, because its value is retrieved automatically using the database server connection.
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-0.html
Deprecation and Removal Notes ndbinfo Information Database Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Packaging; Linux: Removed the deprecated tool /usr/bin/pathfix.py from packages for Fedora 39. (WL #14065) ndbinfo ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-12.html
It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #27977617, Bug #90753) When an application tried to connect to a non-MySQL database through some JDBC driver and Connector/J happened to be on the class ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-17.html
It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI. (Bug #20010454, Bug #74690) A new connection property, databaseTerm, sets which of the two terms is used in an application to refer to a database. Version ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-shell-utilities-json-import-command.html
The syntax is as follows: mysqlsh user@host:port/mydb --import <path> [target] [tableColumn] [options] As with the mysqlsh command interface, you must specify the target database, either in the URI-like connection string, or using an additional ...