Search Results
https://dev.mysql.com/doc/connector-net/en/connector-net-connections-string.html
The following is a sample connection string: "server=127.0.0.1;uid=root;pwd=12345;database=test" In this example, the MySqlConnection object is configured to connect to a MySQL server at 127.0.0.1, with a user name of root and a password of 12345.
https://dev.mysql.com/doc/internals/en/event-data-for-specific-event-types.html
In MySQL 4.0 and 4.1, such events are written only to the first binary log file that mysqld creates after startup. In MySQL 5.0 and up, all binary log files start with a FORMAT_DESCRIPTION_EVENT. This is 1 in MySQL 3.23 and 3 in MySQL 4.0 and 4.1.
https://dev.mysql.com/doc/ndbapi/en/mccj-using-clusterj-start.html
All of the ClusterJ jar files are normally found in share/mysql/java/ in the MySQL installation directory. In addition, you must set java.library.path variable to point to the directory containing the Cluster ndbclient library, normally found in ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install-tuning-memory.html
This section describes how to adjust the resources available to your MySQL Enterprise Service Manager installation. Tuning Tomcat If you experience MySQL Enterprise Service Manager performance issues, increasing the amount of RAM available to the ...The JVM memory settings are defined by the JAVA_OPTS line of the setenv file which sets the environment variables for ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-loading-data-par.html
Note If you are on MySQL 9.1.2 and earlier, you need to update dialect with the field delimiter and record delimiter parameters. As of MySQL 9.2.0, MySQL HeatWave Lakehouse can automatically detect these values. Note When creating the table with ...
https://dev.mysql.com/doc/connector-j/en/connector-j-reference-jdbc-url-format.html
This section explains the syntax of the URLs for connecting to MySQL. protocol There are the possible protocols for a connection: jdbc:mysql: is for ordinary and basic JDBC failover connections. jdbc:mysql+srv: is for ordinary and basic failover ...
https://dev.mysql.com/doc/refman/8.4/en/create-table-foreign-keys.html
MySQL supports foreign keys, which permit cross-referencing related data across tables, and foreign key constraints, which help keep the related data consistent. MySQL supports foreign key references between one column and another within a table. A ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-autocommit-commit-rollback.html
By default, MySQL starts the session for each new connection with autocommit enabled, so MySQL does a commit after each SQL statement if that statement did not return an error. If a session that has autocommit disabled ends without explicitly ...If ...
https://dev.mysql.com/doc/refman/8.4/en/proxy-users.html
Requirements for Proxy User Support For proxying to occur for a given authentication plugin, these conditions must be satisfied: Proxying must be supported, either by the plugin itself, or by the MySQL server on behalf of the plugin. The proxied ...
https://dev.mysql.com/doc/refman/8.4/en/query-attributes.html
MySQL supports these capabilities without the use of workarounds such as specially formatted comments included in query strings. Defining and Accessing Query Attributes Prerequisites for Using Query Attributes Query Attribute Loadable Functions ...