Search



Search Results
Displaying 511 to 520 of 2113 total 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-errors.html
Transactions are supported within MySQL when using the InnoDB database engine, which is the default storage engine in MySQL 5.5 and higher. Check the following before continuing: Verify that your MySQL server supports a transactional database engine. Verify that the tables you are updating use a transactional database ... The following section ...
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/internals/en/files-in-innodb-sources.html
\buf (BUFFERING) File Name What Name Stands For Size Comment Inside File --------- -------------------- ------ ------------------- buf0buf.c Buffering / Buffering 65,582 The database buffer buf_pool buf0flu.c Buffering / Flush 29,583 ... \db ... The ...
https://dev.mysql.com/doc/internals/en/full-text-search.html
YourSQL','In the following database comparison ...'), ('MySQL Security','When configured properly, MySQL ...'); Now, let's look at the index. The full document is "MySQL Tutorial / DBMS stands for DataBase ...". MySQL uses Ranking with Vector ...
https://dev.mysql.com/doc/refman/8.4/en/connecting-using-uri-or-key-value-pairs.html
If no database is specified, the connection has no default database. mysqlx://user_name@/path%2Fto%2Fsocket.sock mysqlx://user_name@(/path/to/socket.sock) An optional path can be specified, which represents a database. # use 'world' as the default ... This section describes use of URI-like connection strings or key-value pairs to specify how to establish connections to the MySQL server, for clients such as MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/fulltext-natural-language.html
By default or with the IN NATURAL LANGUAGE MODE modifier, the MATCH() function performs a natural language search for a string against a text collection. A collection is a set of one or more columns included in a FULLTEXT index. For each row in the ...
https://dev.mysql.com/doc/refman/8.4/en/identifier-mapping.html
There is a correspondence between database and table identifiers and names in the file system. For the basic structure, MySQL represents each database as a directory in the data directory, and depending upon the storage engine, each table may be ...
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 ...
Displaying 511 to 520 of 2113 total results