Search Results
https://dev.mysql.com/doc/internals/en/memory-allocation-mysql-server.html
The basic logic to use: All things that are used only for the duration of a query are allocated in THD::mem_root through sql_alloc() or thd->alloc() except: Things that may grow, like string buffers of type String. Large blocks of memory used in ...
https://dev.mysql.com/doc/workbench/en/wb-intro.html
This chapter provides general information about MySQL Workbench and how it has changed. MySQL Workbench is a graphical tool for working with MySQL servers and databases. Deprecated versions of MySQL Server may be incompatible with MySQL Workbench ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-methods-socket.html
This connection method enables MySQL Workbench to connect to MySQL Server using a socket file (on Unix) or a named pipe (on Windows). Parameters Tab In addition to a number of parameters that are in common with Standard TCP/IP connections, this ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-instance-server-logs.html
The Administration - Server Logs tab displays log information for the MySQL server represented by each connection tab. For each connection, the Administration - Server Logs tab includes additional tabs for the general error logs and the slow logs ...
https://dev.mysql.com/doc/workbench/en/wb-preface.html
If you are using a Commercial release of MySQL Workbench, see the MySQL Workbench Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this ...
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”. Configuring Connector/C++ Specifying External Dependencies Building Connector/C++ ...
https://dev.mysql.com/doc/connectors/en/connector-j-installing.html
You can install the Connector/J package using either a binary or source distribution. While the binary distribution provides the easiest method for installation, the source distribution lets you customize your installation. Both types of ...
https://dev.mysql.com/doc/connectors/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...
https://dev.mysql.com/doc/connectors/en/connector-j-named-pipe.html
Important Minimal permissions on named pipes are granted to clients that use them to connect to the server. Connector/J, however, can only use named pipes when granted full access on them. As a workaround, the MySQL Server that Connector/J wants to ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-dns-srv.html
Connector/J supports the use of DNS SRV records for connections. For information about DNS SRV support in MySQL, see Connecting to the Server Using DNS SRV Records. When multiple MySQL instances provide the same service for your applications, DNS ...