Search Results
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-sql-command.html
When a connection has been established with the MySQL database, the next step enables you to perform database operations. This task can be achieved through the use of the MySqlCommand object. Results are usually returned in a MySqlDataReader ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-sql-command.html
When a connection has been established with the MySQL database, the next step enables you to perform database operations. This task can be achieved through the use of the MySqlCommand object. Results are usually returned in a MySqlDataReader ...
https://dev.mysql.com/doc/internals/en/guided-tour-majordir-build.html
The example command line that we could use is shell> ./BUILD/compile-pentium-debug --prefix=$HOME/mysql-bin It invokes a batch file in the BUILD directory. When it's done, you'll have an executable MySQL server and client. Sometimes people have ...
https://dev.mysql.com/doc/mysql-em-plugin/en/myoem-changelog-intro.html
This chapter lists the changes to the Oracle Enterprise Manager for MySQL Database product, beginning with the most recent release. Each release section covers added or changed functionality, bug fixes, and known issues, if applicable.
https://dev.mysql.com/doc/mysql-em-plugin/en/prereqs-myoem-reference.html
This section describes the prerequisites for a successful Oracle Enterprise Manager for MySQL Database installation. The current version of the plugin, on the OMS, is backward compatible with the following agent-deployed versions of the plugin: ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-starting-agent-unix.html
If the agent is not running, use the following command to view the last ten entries in the general Agent log file: $> tail /opt/mysql/enterprise/agent/logs/mysql-monitor-agent.log For further information on troubleshooting the agent, see Section ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-running-queries.html
When MySQL HeatWave is enabled and the data you want to query is loaded, queries that qualify are automatically offloaded from the DB System to MySQL HeatWave for accelerated processing. Simply run the query from a client, application, or interface ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-explanations-ml-explain-row.html
mysql> CALL sys.ML_TRAIN('census_data.census_train', 'revenue', JSON_OBJECT('task', 'classification'), @census_model); The following example loads the trained model. mysql> CALL sys.ML_MODEL_LOAD(@census_model, NULL); For more information about ...
https://dev.mysql.com/doc/heatwave/en/mys-hwgenai-nl-sql.html
Possible values are meta.llama-3.3-70b-instruct, llama3.1-8b-instruct-v1, llama3.2-3b-instruct-v1, and as of MySQL 9.5.0, you can select one of the OCI Generative AI Service LLMs available in MySQL HeatWave. To learn how to download and then load ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-service-limits.html
The MySQL HeatWave on AWS default service limits are shown below. To request a service limit increase, submit a My Oracle Support ticket, specifying "MySQL HeatWave on AWS" as the product. Tip:Even when connections to DB Systems are blocked, you can ... Service Limits 21.2 Service Limits A service limit is the quota or allowance set on a ...