Search



Search Results
Displaying 1591 to 1600 of 1907 total results
https://dev.mysql.com/doc/refman/8.4/en/docker-mysql-getting-started.html
Warning The MySQL Docker images maintained by the MySQL team are built specifically for Linux platforms. Other platforms are not supported, and users using these MySQL Docker images on them are doing so at their own risk. See the discussion here ...
https://dev.mysql.com/doc/refman/8.4/en/drop-database.html
IF EXISTS is used to prevent an error from occurring if the database does not exist. DROP {DATABASE | SCHEMA} [IF EXISTS] db_name DROP DATABASE drops all tables in the database and deletes the database. Be very careful with this statement! To use ...
https://dev.mysql.com/doc/refman/8.4/en/drop-logfile-group.html
The log file group must already exist or an error results. DROP LOGFILE GROUP logfile_group ENGINE [=] engine_name This statement drops the log file group named logfile_group. (For information on creating log file groups, see Section 15.1.16, ...
https://dev.mysql.com/doc/refman/8.4/en/drop-procedure.html
It prevents an error from occurring if the procedure or function does not exist. DROP {PROCEDURE | FUNCTION} [IF EXISTS] sp_name These statements are used to drop a stored routine (a stored procedure or function). (DROP FUNCTION is also used to ...
https://dev.mysql.com/doc/refman/8.4/en/drop-tablespace.html
If the tablespace is not empty, DROP TABLESPACE returns an error. DROP [UNDO] TABLESPACE tablespace_name This statement drops a tablespace that was previously created using CREATE TABLESPACE. The UNDO keyword must be specified to drop an undo ...
https://dev.mysql.com/doc/refman/8.4/en/drop-trigger.html
Use IF EXISTS to prevent an error from occurring for a trigger that does not exist. DROP TRIGGER [IF EXISTS] [schema_name.]trigger_name This statement drops a trigger. If the schema is omitted, the trigger is dropped from the default schema. DROP ...
https://dev.mysql.com/doc/refman/8.4/en/end-markers-in-json-system-variable.html
Note If end_markers_in_json is enabled, the repetition of the key means the result is not a valid JSON document, and causes JSON parsers to throw an error. When reading a very large JSON document, it can be difficult to pair its closing bracket and ...
https://dev.mysql.com/doc/refman/8.4/en/entering-queries.html
(Do you see the error in the statement? The string 'Smith is missing the second single quotation mark.) At this point, what do you do? The simplest thing is to cancel the query. Make sure that you are connected to the server, as discussed in the ...
https://dev.mysql.com/doc/refman/8.4/en/enterprise-encryption-functions.html
MySQL Enterprise Encryption functions have these general characteristics: For arguments of the wrong type or an incorrect number of arguments, each function returns an error. If the arguments are not suitable to permit a function to perform the ...
https://dev.mysql.com/doc/refman/8.4/en/events-overview.html
Syntactically invalid event creation and modification statements fail with an appropriate error message. MySQL Events are tasks that run according to a schedule. When you create an event, you are creating a named database object containing one or ...
Displaying 1591 to 1600 of 1907 total results