MYSQL - Miscellaneous Statements



Sr.No Statement & Description
1

MySQL CREATE FUNCTION Statement for User-Defined Functions

You can add user defined functions to MySQL server using this statement.

2

MySQL DROP FUNCTION Statement for User-Defined Functions

You can drop a loadable user defined function using this statement.

3

MySQL INSTALL COMPONENT Statement

This statement is used to install MySQL component.

4

MySQL INSTALL PLUGIN Statement

This statement is used to install MySQL plugin.

5

MySQL UNINSTALL COMPONENT Statement

This statement is used to uninstall an existing MySQL component.

6

MySQL UNINSTALL PLUGIN Statement

This statement is used to uninstall an existing MySQL plugin.

7

MySQL CLONE Statement

Using this statement you can clone from a remote server to a local directory.

8

MySQL SET Syntax for Variable Assignment

Using this statement you can set values to, user-defined variables, variables in procedures and, system variables.

9

MySQL SET CHARACTER SET Statement

This statement is used to set value to the CHARACTER SET attribute.

10

MySQL SET NAMES Statement

This statement Statement is used to set values to the character_set_client, character_set_connection, and character_set_results session system variables

mysql_statements_reference.htm
Advertisements