Search



Search Results
Displaying 611 to 620 of 4187 total results
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ssl-wizard.html
In this simple example, MySQL Workbench is installed on the same host as the MySQL Server, and we created "C:\certs" on the system. This wizard helps create SSL certificates for both MySQL clients and MySQL servers. Start the SSL wizard from the ...
https://dev.mysql.com/doc/connectors/en/connector-net-tutorials-web-personalization-provider.html
MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. Include a Connector/NET personalization provider into the system.web section in the web.config file. <webParts> ...This tutorial demonstrates how to configure the web parts personalization provider using ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-web-personalization-provider.html
MySQL Connector/NET provides a web parts personalization provider that allows you to use a MySQL server to store personalization data. Include a Connector/NET personalization provider into the system.web section in the web.config file. <webParts> ...This tutorial demonstrates how to configure the web parts personalization provider using ...
https://dev.mysql.com/doc/refman/9.7/en/cost-model.html
These estimates are stored in the server_cost and engine_cost tables in the mysql system database and are configurable at any time. Cost Model General Operation The Cost Model Database Making Changes to the Cost Model Database Cost Model General ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-cluster-connection-strings.html
With the exception of the NDB Cluster management server (ndb_mgmd), each node that is part of an NDB Cluster requires a connection string that points to the management server's location. This connection string is used in establishing a connection ...The syntax for a connection string is as follows: [nodeid=node_id, ]host-definition[, host-definition[, ...]] host-definition: host_name[:port_number] node_id is an integer greater than or equal to 1 which identifies a node in ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/advanced.point.html
To check if this condition has been satisfied, perform this query on the server: mysql> SHOW VARIABLES LIKE 'log_bin'; +---------------+-------+ | Variable_name | Value | +---------------+-------+ | log_bin | ON | +---------------+-------+ 1 row in ... You can restore your database server to its state at an arbitrary time using the binary log files included in the ...
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysql-shell-sessions.html
In MySQL Shell, connections to MySQL Server instances are handled by a session object. The following types of session object are available: Session: Use this session object type for new application development to communicate with MySQL Server ...X ...
https://dev.mysql.com/doc/relnotes/mysql/9.7/en/news-9-7-0.html
Errors were returned similar to the following: ERROR 3750 (HY000): Unable to create or change a table without a primary key, when the system variable 'sql_require_primary_key' is set. Errors were returned similar to the following: Invalid audit log ...Add a primary key to the table or unset this variable to avoid this ... Note ...
https://dev.mysql.com/doc/x-devapi-userguide/en/database-connection-example.html
The code that is needed to connect to a MySQL document store looks a lot like the traditional MySQL connection code, but now applications can establish logical sessions to MySQL server instances running the X Plugin. Sessions are produced by the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/working-with-collections-basic-crud.html
The following example shows the basic usage of CRUD operations (see Section 4.3, “Collection CRUD Function Overview” for more details) when working with documents: After establishing a connection to a MySQL Server instance, a new collection that ... Working with collections of documents is straightforward when using X ...
Displaying 611 to 620 of 4187 total results