Search



Search Results
Displaying 1961 to 1970 of 4413 total results
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-bulk-load-mysql-server.html
Use a second session to monitor bulk load progress: If the data is sorted, there is a single stage: loading. If you attempt to load a table without at least one column with the VECTOR data type, an error occurs. MySQL includes a bulk load extension ...
https://dev.mysql.com/doc/refman/8.4/en/server-configuration-validation.html
MySQL supports a --validate-config option that enables the startup configuration to be checked for problems without running the server in normal operational mode: mysqld --validate-config If no errors are found, the server terminates with an exit ...For additional checks to occur, correct the initial problem and run the server with --validate-config ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-heatwave-creating.html
With MySQL HeatWave on AWS, you create a DB System and MySQL HeatWave nodes at the same time, but you can delete the MySQL HeatWave Cluster afterwards if you want to re-create it. If you see error messages about this (such as ML003024), use the ...
https://dev.mysql.com/doc/connectors/en/connector-net-medium-trust.html
The MySQL Connector/NET support for partial trust has improved over time to simplify the configuration and deployment process for hosting providers. Normal desktop applications operate under full trust, while web applications that are hosted in ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-borland.html
With all Borland applications where the Borland Database Engine (BDE) is used, follow these steps to improve compatibility: Update to BDE 3.2 or newer. 5.8.2.2.1 Using Connector/ODBC with Borland Builder 4 When you start a query, you can use the ...
https://dev.mysql.com/doc/connector-net/en/connector-net-medium-trust.html
The MySQL Connector/NET support for partial trust has improved over time to simplify the configuration and deployment process for hosting providers. Normal desktop applications operate under full trust, while web applications that are hosted in ...
https://dev.mysql.com/doc/internals/en/changing-configuration-options.html
-DWITH_EMBEDDED_SERVER=1 This can be done during the initial configuration or any time later. The preceding procedure builds with the default configuration, which may not be suitable for your needs. Assume that you want to change the configuration ...
https://dev.mysql.com/doc/internals/en/debug-configurations.html
If Visual Studio or Xcode generators are used (you invoked cmake with -G "Visual Studio ..." or -G Xcode), switching to release or debug configuration is done within the IDE, or at the build time using command line switches. Using Makefiles, a ...
https://dev.mysql.com/doc/refman/8.4/en/function-optimization.html
For example: SELECT * FROM t WHERE partial_key=5 AND some_column=RAND(); If the optimizer can use partial_key to reduce the set of rows selected, RAND() is executed fewer times, which diminishes the effect of nondeterminism on optimization. The ...A ...
https://dev.mysql.com/doc/refman/8.4/en/replication-privilege-checks-recover.html
You can use mysqlbinlog to retrieve and display the events that were logged around the time of the error. If a privilege check against the PRIVILEGE_CHECKS_USER account fails, the transaction is not executed and replication stops for the channel.
Displaying 1961 to 1970 of 4413 total results