Search Results
                    
                    
            https://dev.mysql.com/doc/refman/8.4/en/programs-client.html
                                 This section describes client programs that connect to the MySQL server. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/programs-development.html
                                 This section describes some utilities that you may find useful when developing MySQL programs. In shell scripts, you can use the my_print_defaults program to parse option files and see what options would be used by a given program. This works well ...Check the source code of any of the standard MySQL clients to see how to do ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/programs.html
                                 This chapter provides a brief overview of the MySQL command-line programs provided by Oracle Corporation. It also discusses the general syntax for specifying options when you run these programs. Most programs have options that are specific to their ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/stored-program-variables.html
                                 System variables and user-defined variables can be used in stored programs, just as they can be used outside stored-program context. In addition, stored programs can use DECLARE to define local variables, and stored routines (procedures and ...To ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/programs-admin-utils.html
                                 This section describes administrative programs and programs that perform miscellaneous utility operations. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-programming.html
                                 With a suitable ODBC Manager and the Connector/ODBC driver installed, any programming language or environment that can support ODBC can connect to a MySQL database through Connector/ODBC. This includes, but is not limited to, Microsoft support ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-programming.html
                                 With a suitable ODBC Manager and the Connector/ODBC driver installed, any programming language or environment that can support ODBC can connect to a MySQL database through Connector/ODBC. This includes, but is not limited to, Microsoft support ...
                                            
                https://dev.mysql.com/doc/ndbapi/en/overview-application-programs.html
                                 The main structure of an application program is as follows: Connect to a cluster using the Ndb_cluster_connection object. Initiate a database connection by constructing and initialising one or more Ndb objects. Identify the tables, columns, and ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/mysqldump-stored-programs.html
                                The other options are disabled by default and must be specified explicitly to dump the corresponding objects. To disable any of these options explicitly, use its skip form: --skip-events, --skip-routines, or --skip-triggers. 
                                            
                https://dev.mysql.com/doc/refman/8.4/en/programs-installation.html
                                 The programs in this section are used when installing or upgrading MySQL.