Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-connection.html
For your MySQL Connector/NET application to connect to a MySQL database, it must establish a connection by using a MySqlConnection object. The connection string provides necessary information to make the connection to the MySQL database. Before the ...The MySqlConnection constructor takes a connection string as one of its ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-crystalreports.html
Crystal Reports can use an ODBC DSN to connect to a database from which you to extract data and information for reporting purposes. You can either specify a complete database, including user name and password, or you can build a basic DSN and use ...Note There is a known issue with certain versions of Crystal Reports where the application is unable to open and browse tables and fields through an ODBC ...
https://dev.mysql.com/doc/connector-python/en/connector-python-option-files.html
Suppose that /etc/mysql/connectors.conf contains these lines: [client] database=cpyapp The following connect() call includes no database connection argument. The resulting connection uses cpyapp, the database specified in the option file: cnx = ...
https://dev.mysql.com/doc/internals/en/connection-phase-packets.html
database (string.NUL) -- initail database for the connection -- this string should be interpreted using the character set indicated by character set field. database (string.NUL) -- initail database for the connection -- this string should be ...
https://dev.mysql.com/doc/refman/8.4/en/atomic-ddl.html
Supported table DDL statements include CREATE, ALTER, and DROP statements for databases, tablespaces, tables, and indexes, and the TRUNCATE TABLE statement. DROP DATABASE is atomic if all tables use a storage engine which supports atomic DDL. You ...
https://dev.mysql.com/doc/refman/8.4/en/data-masking-components-installation.html
MySQL Enterprise Data Masking and De-Identification database table and components are: masking_dictionaries table Purpose: A table that provides persistent storage for masking dictionaries and terms. $> mysql -u root -p -D mysql < ... Components ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-backup.html
The key to safe database management is making regular backups. Note InnoDB does not support databases that are restored using third-party backup tools. Hot Backups The mysqlbackup command, part of the MySQL Enterprise Backup component, lets you ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-compression-tuning.html
Database Compression versus Application Compression Decide whether to compress data in your application or in the table; do not use both types of compression for the same data. Compressing in the Database When enabled, MySQL table compression is ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-standard-monitor.html
The Lock Monitor is the same as the Standard Monitor except that it includes additional lock information. Enabling either monitor for periodic output turns on the same output stream, but the stream includes extra information if the Lock Monitor is ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-ndbd-definition.html
(NDB 8.4.0) This parameter defines the amount of space (in bytes) available for storing database records. For large databases, it may be preferable to use a 64-bit operating system for this reason. An important point for both IndexMemory and ... The ...