Search



Search Results
Displaying 1851 to 1860 of 5018 total results
https://dev.mysql.com/doc/refman/8.4/en/security-guidelines.html
Anyone using MySQL on a computer connected to the Internet should read this section to avoid the most common security mistakes. In discussing security, it is necessary to consider fully protecting the entire server host (not just the MySQL server) ...We do not cover all aspects of availability and fault tolerance ...
https://dev.mysql.com/doc/refman/8.4/en/testing-server.html
This section assumes that your current location is the MySQL installation directory and that it has a bin subdirectory containing the MySQL programs used here. That enables your shell (command interpreter) to find MySQL programs properly, so that ...
https://dev.mysql.com/doc/refman/8.4/en/user-variables.html
Previous releases of MySQL made it possible to assign a value to a user variable in statements other than SET. This functionality is supported in MySQL 8.4 for backward compatibility but is subject to removal in a future release of MySQL. "</p>\n"; ... You can store a value in a user-defined variable in one statement and refer to it later in another ...
https://dev.mysql.com/doc/refman/8.4/en/version-tokens-usage.html
A scenario in which Version Tokens can be useful is a system that accesses a collection of MySQL servers but needs to manage them for load balancing purposes by monitoring them and adjusting server assignments according to load changes. Such a ...
https://dev.mysql.com/doc/refman/8.4/en/windows-create-option-file.html
For options that are used every time the server starts, you may find it most convenient to use an option file to specify your MySQL configuration. This is particularly true under the following circumstances: The installation or data directory ... If ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-history-table-update.html
Rename the original mysql.backup_history table to mysql.backup_history_old, and the mysql.backup_history_new table to mysql.backup_history. Note If you are working with a multiprimary Group Replication setting, make sure these privileges are granted ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-backup-osb.html
MySQL Enterprise Backup can interface with media management software (MMS) such as Oracle Secure Backup (OSB) to drive MySQL backup and restore jobs. On the MySQL Enterprise Backup side, you run the backup job as a single-file backup using the ...
https://dev.mysql.com/doc/workbench/en/workbench-reporting-bugs.html
The following is a list of tips and information that is helpful for reporting a MySQL Workbench bug. The log file location can be found using Help, Locate Log Files from within MySQL Workbench. Where to report a bug Visit http://bugs.mysql.com/ and ...A useful bug report includes: The exact steps taken to repeat the bug, ideally as a video if the bug is tricky to ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-jdbc-url-format.html
This section explains the syntax of the URLs for connecting to MySQL. protocol There are the possible protocols for a connection: jdbc:mysql: is for ordinary and basic JDBC failover connections. jdbc:mysql+srv: is for ordinary and basic failover ...
https://dev.mysql.com/doc/connectors/en/connector-net-connections-string.html
The following is a sample connection string: "server=127.0.0.1;uid=root;pwd=12345;database=test" In this example, the MySqlConnection object is configured to connect to a MySQL server at 127.0.0.1, with a user name of root and a password of 12345.
Displaying 1851 to 1860 of 5018 total results