Search Results
https://dev.mysql.com/doc/connector-j/en/connector-j-WebAuthn-authentication.html
This is accomplished by running the mysql client on the same system the device is installed, which might require installing the mysql client in your working machine or moving the FIDO device to the system where the MySQL Server is running. Perform ... Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/connector-j/en/index.html
Abstract This manual describes how to install, configure, and develop database applications using MySQL Connector/J 9.5, a JDBC and X DevAPI driver for communicating with MySQL servers. MySQL Connector/J 9.5 supersedes the 9.4 series and is ...
https://dev.mysql.com/doc/refman/8.4/en/alter-database.html
This option is useful for database migration because a database for which READ ONLY is enabled can be migrated to another MySQL instance without concern that the database might be changed during the operation. This has implications for mysqldump, ...
https://dev.mysql.com/doc/refman/8.4/en/alter-event.html
This example changes the SQL statement executed by myevent to one that deletes all records from mytable; it also changes the schedule for the event such that it executes once, one day after this ALTER EVENT statement is run. This includes any ...The ...
https://dev.mysql.com/doc/refman/8.4/en/authentication-plugins.html
Note If you are looking for information about the authentication_oci plugin, it is MySQL HeatWave Service only. The following sections describe pluggable authentication methods available in MySQL and the plugins that implement these methods. For ...
https://dev.mysql.com/doc/refman/8.4/en/automatic-start.html
This section discusses methods for starting and stopping the MySQL server. systemd, the mysqld_safe and mysql.server scripts, Solaris SMF, and the macOS Startup Item (or MySQL Preference Pane) can be used to start the server manually, or ...
https://dev.mysql.com/doc/refman/8.4/en/backup-policy.html
This backup operation acquires a global read lock on all tables at the beginning of the dump (using FLUSH TABLES WITH READ LOCK). As soon as this lock has been acquired, the binary log coordinates are read and the lock is released. While the server ...A full backup (a snapshot of the data at a point in time) can be done in MySQL with several ...
https://dev.mysql.com/doc/refman/8.4/en/c-api-info.html
The MySQL C API Developer Guide is published in standalone form, not as part of the MySQL Reference Manual.
https://dev.mysql.com/doc/refman/8.4/en/can-not-connect-to-server.html
If you have no hostname command or are running on Windows, you can manually type the host name of your machine (without backticks) following the -h option. The fix in this case is to change the cron job to not remove mysql.sock or to place the ... A ...
https://dev.mysql.com/doc/refman/8.4/en/checking-rpm-signature.html
For example: $> gpg --export -a a8d3785c > a8d3785c.asc $> rpm --import a8d3785c.asc Alternatively, rpm also supports loading the key directly from a URL: $> rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 You can also obtain the MySQL ...