Search Results
https://dev.mysql.com/doc/refman/8.4/en/server-options.html
--allow-suspicious-udfs Command-Line Format --allow-suspicious-udfs[={OFF|ON}] Type Boolean Default Value OFF This option controls whether loadable functions that have only an xxx symbol for the main function can be loaded. By default, the option is ... When you start the mysqld server, you can specify program options using any of the methods described in Section 6.2.2, “Specifying Program ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-type-conversions.html
In general, any MySQL data type can be converted to a java.lang.String, and any numeric type can be converted to any of the Java numeric types, although round-off, overflow, or loss of precision may occur. MySQL Connector/J is flexible in the way ...
Connectors and APIs Manual :: 3.5.12.4 Connecting Using Web Authentication (WebAuthn) Authentication
https://dev.mysql.com/doc/connectors/en/connector-j-WebAuthn-authentication.html
Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric readers. WebAuthn enables passwordless authentication, and can be used for MySQL accounts that use ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework-core-scaffold-example.html
For information about using connection strings, see Section 4.4.1, “Creating a Connector/NET Connection String”. dotnet ef dbcontext scaffold "connection-string" MySql.EntityFrameworkCore -o sakila -f To validate that the model has been created, ... Scaffolding a database produces an Entity Framework model from an existing ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework-core-scaffold-example.html
For information about using connection strings, see Section 4.1, “Creating a Connector/NET Connection String”. dotnet ef dbcontext scaffold "connection-string" MySql.EntityFrameworkCore -o sakila -f To validate that the model has been created, ... Scaffolding a database produces an Entity Framework model from an existing ...
https://dev.mysql.com/doc/internals/en/new-load-event.html
Binlog::NEW_LOAD_EVENT: Payload 4 slave_proxy_id 4 exec_time 4 skip_lines 1 table_name_len 1 schema_len 4 num_fields 1 field_term_len string.var_len field_term 1 enclosed_by_len string.var_len enclosed_by 1 line_term_len string.var_len line_term 1 ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-server.html
--debugtrace Command-Line Format --debugtrace Type String The filename to use for a debug trace of the installation. --installer-language Command-Line Format --installer-language Type String Default Value en Valid Values en (English)ja (Japanese) ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-type-conversions.html
In general, any MySQL data type can be converted to a java.lang.String, and any numeric type can be converted to any of the Java numeric types, although round-off, overflow, or loss of precision may occur. MySQL Connector/J is flexible in the way ...
https://dev.mysql.com/doc/connector-j/en/connector-j-WebAuthn-authentication.html
Web Authentication (WebAuthn) enables user authentication for MySQL Server using devices such as smart cards, security keys, and biometric readers. WebAuthn enables passwordless authentication, and can be used for MySQL accounts that use ...
https://dev.mysql.com/doc/refman/8.4/en/entering-queries.html
Enter a semicolon to complete the statement, and mysql executes it: mysql> SELECT USER() -> ; +---------------+ | USER() | +---------------+ | jon@localhost | +---------------+ The '> and "> prompts occur during string collection (another way of ...