Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-perror.html
The following table includes all options that are specific to the NDB Cluster program ndb_perror. --help, -? Command-Line Format --help Display program help text and exit. --ndb Command-Line Format --ndb For compatibility with applications depending ... ndb_perror shows information about an NDB error, given its error ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-running-clients.html
If, after an upgrade, you experience problems with compiled client programs, such as Commands out of sync or unexpected core dumps, the programs were probably compiled using old header or library files. If not, recompile the programs with the new ...In this case, check the date of the mysql.h header file and libmysqlclient.a library used for compilation to verify that they are from the new MySQL ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-building-clients.html
This section provides guidelines for compiling C programs that use the MySQL C API. You may need to specify an -I option when you compile client programs that use MySQL header files, so that the compiler can find them. To make it simpler to compile ...Compiling MySQL Clients on Unix Compiling MySQL Clients on Microsoft Windows Troubleshooting Problems Linking to the MySQL Client Library Compiling MySQL Clients on Unix The examples here use gcc as the ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndbxfrm.html
--help, -? Command-Line Format --help Prints usage information for the program. The ndbxfrm utility can be used to decompress, decrypt, and output information about files created by NDB Cluster that are compressed, encrypted, or both. Usage ndbxfrm ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-intro.html
This section provides a gentle introduction to programming with MySQL Connector/NET. The code example is written in C#, and is designed to work on both Microsoft .NET Framework and Mono. This tutorial is designed to get you up and running with ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-intro.html
This section provides a gentle introduction to programming with MySQL Connector/NET. The code example is written in C#, and is designed to work on both Microsoft .NET Framework and Mono. This tutorial is designed to get you up and running with ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-secretsfile-reader.html
ndb_secretsfile_reader gets the encryption key from an NDB encryption secrets file, given the password. Usage ndb_secretsfile_reader options file The options must include one of --filesystem-password or --filesystem-password-from-stdin, and the ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-building-clients-pkg-config.html
For example, to compile and link a MySQL client program, use pkg-config as follows: gcc -c `pkg-config --cflags mysqlclient` progname.c gcc -o progname progname.o `pkg-config --libs mysqlclient` . MySQL distributions contain a mysqlclient.pc file ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-blob.html
One common use for MySQL is the storage of binary data in BLOB columns. MySQL supports four different BLOB data types: TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB, all described in The BLOB and TEXT Types and Data Type Storage Requirements. Data ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-crystal-creating.html
For most purposes, the Standard Report wizard helps with the initial creation of a report. To start the wizard, open Crystal Reports and choose the New > Standard Report option from the File menu. If you use Connector/ODBC as your data source, use ...