Search



Search Results
Displaying 1391 to 1400 of 3510 total results
https://dev.mysql.com/doc/relnotes/mysql-ai/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. Abstract This document contains release notes for the changes in each release of MySQL AI. Updates to these notes occur as new ...
https://dev.mysql.com/doc/relnotes/mysql-ai/en/news-9-5-0.html
This new feature leverages PyTorch to construct a deep learning pipeline, enabling faster similarity searches between you and products through the generation of user and item embeddings. With this update, MySQL AI AutoML lays the groundwork for ...
https://dev.mysql.com/doc/refman/9.7/en/backup-strategy-example.html
Information about this recovery process is conveyed to the user through the MySQL error log. You should include such options as necessary to enable client programs to connect to the MySQL server. Assume that data is stored in the InnoDB storage ...
https://dev.mysql.com/doc/refman/9.7/en/charset-connection.html
Thus, users can configure the locale in their environment for use by MySQL clients. C applications can use character set autodetection based on the OS setting by invoking mysql_options() as follows before connecting to the server: ... A ...
https://dev.mysql.com/doc/refman/9.7/en/charset-cp932.html
Why is cp932 needed? In MySQL, the sjis character set corresponds to the Shift_JIS character set defined by IANA, which supports JIS X0201 and JIS X0208 characters. (See http://www.iana.org/assignments/character-sets.) However, the meaning of ...
https://dev.mysql.com/doc/refman/9.7/en/checking-gpg-signature.html
Another method of verifying the integrity and authenticity of a package is to use cryptographic signatures. This is more reliable than using MD5 checksums, but requires more work. GnuPG is an Open Source alternative to the well-known Pretty Good ...
https://dev.mysql.com/doc/refman/9.7/en/checking-rpm-signature.html
Rather, RPM maintains a separate keyring because it is a system-wide application and a user's GPG public keyring is a user-specific file. RPM 4.1 no longer uses your personal GPG keyring (or GPG itself). To import the MySQL public key into the RPM ...
https://dev.mysql.com/doc/refman/9.7/en/clone-plugin-replication.html
SOURCE_LOG_FILE = 'source_log_name', SOURCE_LOG_POS = source_log_pos, FOR CHANNEL 'setup_channel'; START REPLICA USER = 'user_name' PASSWORD = 'password' FOR CHANNEL 'setup_channel'; . In addition to cloning data, a cloning operation extracts ...
https://dev.mysql.com/doc/refman/9.7/en/execute.html
If the prepared statement contains any parameter markers, you must supply a USING clause that lists user variables containing the values to be bound to the parameters. Parameter values can be supplied only by user variables, and the USING clause ...
https://dev.mysql.com/doc/refman/9.7/en/faqs-information-schema.html
You may also find the MySQL User Forums to be helpful. Is there a discussion forum for INFORMATION_SCHEMA? See the MySQL User Forums. Where can I find documentation for the MySQL INFORMATION_SCHEMA database? A.7.2. Where can I find the ANSI SQL 2003 ...
Displaying 1391 to 1400 of 3510 total results