Search Results
                    
                    
            https://dev.mysql.com/doc/c-api/8.4/en/mysql-options.html
                                database=db_name Connect to this database if no database was specified in the connect command.  int mysql_options(MYSQL *mysql, enum mysql_option option, const void *arg) Description Can be used to set extra connect options and affect behavior for a ...
                                            
                https://dev.mysql.com/doc/c-api/8.4/en/mysql-select-db.html
                                 int mysql_select_db(MYSQL *mysql, const char *db) Description Causes the database specified by db to become the default (current) database on the connection specified by mysql. In subsequent queries, this database is the default for table ...
                                            
                https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-overview.html
                                Using GenAI, you can perform natural-language searches in a single step using either in-database or external large language models (LLMs). Key Features In-Database LLM GenAI uses a large language model (LLM) to enable natural language communication ... The GenAI feature of MySQL AI lets you communicate with unstructured data using natural-language ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-develop-object-management.html
                                From here, you can perform common tasks such as selecting tables and fields to query, edit tables, create new or drop tables and databases, perform searches, and more.  The Object Browser allows you to navigate database schemas and objects. 
                                            
                https://dev.mysql.com/doc/workbench/en/wb-routines-routine-groups.html
                                 You can add Routine Groups to a database either from the Physical Schemata section of the MySQL Model page or from an EER Diagram. To view an existing schema, along with its Routines and Routine Groups, choose Database, Reverse Engineer from the ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-sql-editor-snippets.html
                                DB Mgmt (Database Management): Syntax examples use SHOW in many forms to provide information about databases, tables, columns, or status information about the MySQL server. SQL DDL (SQL Data Definition Language): Syntax examples include creating, ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming-net-csharp.html
                                 The following sample creates a table my_odbc_net and demonstrates its use in C#. { for (int i=0; i < MyOdbcException.Errors.Count; i++) { Console.Write("ERROR #" + i + "\n" + "Message: " + MyOdbcException.Errors[i].Message + "\n" + "Native: " + ...
                                            
                https://dev.mysql.com/doc/internals/en/perfect-cleanup.html
                                At the end of the test, you need to drop just this database.  Cleaning up becomes much more comfortable and less error prone if you create your "own" database and create all tables there. Do not forget to remove all users you created and all ...
                                            
                https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-5-7.html
                                 This section provides information about keywords and reserved words in MySQL 5.7. MySQL 5.7 Keywords and Reserved Words MySQL 5.7 New Keywords and Reserved Words MySQL 5.7 Removed Keywords and Reserved Words MySQL 5.7 Keywords and Reserved Words ...
                                            
                https://dev.mysql.com/doc/mysqld-version-reference/en/keywords-8-0.html
                                 This section provides information about keywords and reserved words in MySQL 8.0. MySQL 8.0 Keywords and Reserved Words MySQL 8.0 New Keywords and Reserved Words MySQL 8.0 Removed Keywords and Reserved Words MySQL 8.0 Keywords and Reserved Words ...