Search



Search Results
Displaying 361 to 370 of 1907 total results
https://dev.mysql.com/doc/heatwave/en/mys-hw-supported-file-formats.html
If the string representation of the decimal exceeds the maximum, the string is truncated with an error/warning. DECIMAL Fixed, Bytes Decimal Errors/Warnings occur for the following: If the MySQL maximum scale of 30 is exceeded, the decimal is ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-ml-model-metadata.html
It also records any error messages that occur during model training. Error: Either training was canceled or an error occurred during training. The model_metadata column in the model catalog allows you to view detailed information on trained models.
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-relnotes.html
Use this setting if you receive an error when importing a file because the file's size exceeds the target server's limits. 2023-07-31: Auto Error Recovery Now Supported MySQL HeatWave on AWS now supports auto error recovery. Whenever a MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/can-not-connect-to-server.html
The error (2003) Can't connect to MySQL server on 'server' (10061) indicates that the network connection has been refused. Here are some reasons the Can't connect to local MySQL server error might occur: mysqld is not running on the local host. If ... A MySQL client on Unix can connect to the mysqld server in two different ways: By using a Unix socket file to connect through a file in the file system (default /tmp/mysql.sock), or by using TCP/IP, which connects through a port ...
https://dev.mysql.com/doc/refman/8.4/en/clone-plugin-failure-handling.html
If a failure occurs during the prerequisite check, the CLONE INSTANCE operation reports an error. If the cloning operation is unable to obtain a DDL lock within the time limit specified by the clone_ddl_timeout variable, an error is reported. For ...
https://dev.mysql.com/doc/refman/8.4/en/compilation-problems.html
This mode causes compiler warnings to become errors, so disabling it may enable compilation to proceed. However, if you do need to re-create it, you might encounter this error: "sql_yacc.yy", line xxx fatal: default action causes potential... If you ...
https://dev.mysql.com/doc/refman/8.4/en/crashing.html
If mysqld has died and restarted, you may find the reason by looking in the server's error log. On some systems, you can find in the error log a stack trace of where mysqld died. Note that the variable values written in the error log may not always ... Each MySQL version is tested on many platforms before it is ...
https://dev.mysql.com/doc/refman/8.4/en/events-privileges.html
If you inspect the MySQL error log (hostname.err), you can see that the event is executing, but the action it is attempting to perform fails: 2013-09-24T12:41:31.261992Z 25 [ERROR] Event Scheduler: [jon@ghidora][cookbook.e_store_ts] INSERT command ... To enable or disable the execution of scheduled events, it is necessary to set the value of the global event_scheduler system ...
https://dev.mysql.com/doc/refman/8.4/en/events-status-info.html
The Event Scheduler writes information about event execution that terminates with an error or warning to the MySQL Server's error log. INTO var_list statements, if the query returns no rows, a warning with error code 1329 occurs (No data), and the ...See Section 27.4.6, “The Event Scheduler and MySQL Privileges” for an ...
https://dev.mysql.com/doc/refman/8.4/en/expired-password-handling.html
If the server disconnects the client, it returns an ER_MUST_CHANGE_PASSWORD_LOGIN error: $> mysql -u myuser -p Password: ****** ERROR 1862 (HY000): Your password has expired. For any operation not permitted within the session, the server returns an ... MySQL provides password-expiration capability, which enables database administrators to require that users reset their ...
Displaying 361 to 370 of 1907 total results