Search Results
                    
                    
            https://dev.mysql.com/doc/internals/en/myisam-column-attributes.html
                                The format depends entirely on the data type and the size of the column, so, for every data type, I'll give a description and an example. All the types are defined within the include/mysql_com.h file within the enum_field_types enumerated structure. 
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-installation-source-unix.html
                                Build Steps for Unix To build the driver libraries, execute make: $> make If any errors occur, correct them and continue with the build process. Installing Driver Libraries To install the driver libraries, execute the following command: $> make ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-installation-source-unix.html
                                Build Steps for Unix To build the driver libraries, execute make: $> make If any errors occur, correct them and continue with the build process. Installing Driver Libraries To install the driver libraries, execute the following command: $> make ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-programming-mysqlcommand.html
                                If you send query attribute metadata to a server that does not support query attributes, the attempt is logged by the connector but no error is emitted.  The MySqlCommand class represents a SQL statement to execute against a MySQL database. Class ...
                                            
                https://dev.mysql.com/doc/connector-net/en/connector-net-programming-mysqlcommand.html
                                If you send query attribute metadata to a server that does not support query attributes, the attempt is logged by the connector but no error is emitted.  The MySqlCommand class represents a SQL statement to execute against a MySQL database. Class ...
                                            
                https://dev.mysql.com/doc/refman/8.4/en/myisam-repair.html
                                If it turns out you need to modify files, they must also be writable by you. Symptoms of corrupted tables include queries that abort unexpectedly and observable errors such as these: Can't find file tbl_name.MYI (Errcode: nnn) Unexpected end of file ...In this case, you must use ALTER TABLE to increase the MAX_ROWS and AVG_ROW_LENGTH table option values: ALTER TABLE tbl_name MAX_ROWS=xxx AVG_ROW_LENGTH=yyy; If you do not know the current table option values, use SHOW CREATE ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-odbc-examples-tools-with-wordexcel.html
                                Within Microsoft Excel, you can execute queries on your MySQL server and import the data directly into an Excel Worksheet, presenting the data as a series of rows and columns. With both applications, data is accessed and imported into the ... You ...
                                            
                https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-wordexcel.html
                                Within Microsoft Excel, you can execute queries on your MySQL server and import the data directly into an Excel Worksheet, presenting the data as a series of rows and columns. With both applications, data is accessed and imported into the ... You ...
                                            
                https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-create-connection.html
                                Figure 5.5 Getting Started Tutorial - Test Database Connection Toggle the Show Logs to view additional details about the tested connection, then click Next. Setting these options enables MySQL Workbench to determine the location of configuration ...
                                            
                https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-ssl-pfx.html
                                Creating a Certificate File to Use with the .NET Client From the directory server-repository-root/mysql-test/std_data, issue the following command. using (MySqlConnection connection = new MySqlConnection( "database=test;user=sslclient;" + ...For the ...When using PFX format certificates, the SslMode connection option validates certificates for all SSL mode values, except Disabled or None (deprecated in Connector/NET ...