MySQL user-defined variables are used to pass values from one statement to another. They are connection specific. Values cannot be created by one client and used by another client. The variables are ...
-- @@auto_increment_increment: Returns the auto-increment value for the current session. -- @@character_set_client: Returns the character set used by the client. -- @@character_set_connection: Returns ...