Search



Search Results
Displaying 891 to 900 of 4187 total results
https://dev.mysql.com/doc/refman/9.7/en/general-tablespaces.html
The server keeps tablespace metadata in memory for the lifetime of a tablespace. The TABLESPACE option can be used with CREATE TABLE to create tables in a general tablespaces, file-per-table tablespace, or in the system tablespace. The TABLESPACE ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-63.html
Additional suggestions are now available, such as system variables, engines, table spaces, logfile groups, and more. This is another way to transfer data from one MySQL server to another while performing a migration, and it complements the existing ... This section summarizes many of the new features added to MySQL Workbench 6.3, in relation to the MySQL Workbench 6.2 ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-authentication.html
LDAP authentication requires use of a server from a MySQL Enterprise Edition distribution. This package now is required only on hosts where Connector/C++ applications make connections using commercial MySQL server accounts with LDAP authentication.
https://dev.mysql.com/doc/refman/9.7/en/replication-gtids-restrictions.html
If binlog_format is set to STATEMENT, CREATE TEMPORARY TABLE and DROP TEMPORARY TABLE statements cannot be used inside transactions, procedures, functions, and triggers when GTIDs are in use on the server (that is, when the enforce_gtid_consistency ...To prevent execution of statements that would cause GTID-based replication to fail, all servers must be started with the --enforce-gtid-consistency option when enabling ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-authentication.html
LDAP authentication requires use of a server from a MySQL Enterprise Edition distribution. This package now is required only on hosts where Connector/C++ applications make connections using commercial MySQL server accounts with LDAP authentication.
https://dev.mysql.com/doc/connectors/en/connector-cpp-installation-source-cpp.html
To install Connector/C++ from source, verify that your system satisfies the requirements outlined in Section 2.4.1, “Source Installation System Prerequisites”. cmake [other_options] -DWITH_PROTOBUF=path_name_to_protobuf_install To configure the ...Configuring Connector/C++ Specifying External Dependencies Building Connector/C++ Installing Connector/C++ Verifying Connector/C++ Functionality Configuring Connector/C++ Use CMake to configure and build ...
https://dev.mysql.com/doc/connector-net/en/connector-net-programming-tracing-mysql.html
mysql Information: 1 : 1: Connection Opened: connection string = 'server=localhost;User Id=root;database=world;port=3306 ;password=******;logging=True' mysql Information: 3 : 1: Query Opened: SHOW VARIABLES mysql Information: 4 : 1: Resultset ...The ... This section describes how to set up your application to view MySQL trace ...
https://dev.mysql.com/doc/connector-cpp/9.7/en/connector-cpp-installation-source-cpp.html
To install Connector/C++ from source, verify that your system satisfies the requirements outlined in Section 4.1, “Source Installation System Prerequisites”. cmake [other_options] -DWITH_PROTOBUF=path_name_to_protobuf_install To configure the ...Configuring Connector/C++ Specifying External Dependencies Building Connector/C++ Installing Connector/C++ Verifying Connector/C++ Functionality Configuring Connector/C++ Use CMake to configure and build ...
https://dev.mysql.com/doc/refman/9.7/en/replication-features-timezone.html
In particular, if the time_zone system variable is set to the value SYSTEM, indicating that the server time zone is the same as the system time zone, this can cause the source and replica to apply different time zones. Verify that your combination ... By default, source and replica servers assume that they are in the same time ...Otherwise, statements depending on the local time on the source are not ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-install.html
It is also used to run the mysqld server process, as defined in the systemd mysqld.service file (see Starting the Server using systemd). Installation Prerequisites Creating the mysql User and Group Unpacking the Distribution Installation ... This ...
Displaying 891 to 900 of 4187 total results