Search Results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-installation.html
This chapter describes how to obtain and install MySQL Router. System Requirements MySQL Router supports the same platforms as MySQL Server, as listed here: https://www.mysql.com/support/supportedplatforms/database.html Hardware: Minimum ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-requirements.html
To use the GenAI feature of MySQL AI, you must place the files that you want to ingest into the vector store in the local directory that you specified in the Vector Store tab in the MySQL AI installer. Vector store can ingest files in the following ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-hw-genai-troubleshoot.html
This section describes some commonly encountered issues and errors for GenAI and their workarounds. The folder you are trying to load might contain unsupported format files or the file that you are trying to load might be of an unsupported format.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-users-and-privileges.html
The Administration - Users and Privileges tab provides a list of all users and privileges that relate to an active MySQL server instance. From this tab, you can add and manage user accounts, adjust privileges, and expire passwords. To open the ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-new.html
To add a connection, click the [+] icon to the right of the MySQL Connections title on the home screen. This opens the Setup New Connection form, as the following figure shows. Figure 5.1 Setup New Connection Form Important The Configure Server ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-apps-general-considerations.html
This section discusses general considerations to keep in mind when building Connector/C++ applications. For information that applies to particular platforms, see the section that applies to your platform in Section 2.5.2, “Building Connector/C++ ...
https://dev.mysql.com/doc/internals/en/error-messages-5-0-3-higher.html
The file you edit to add a new error message depends on your version of MySQL: MySQL 5.0.3 up to 5.5: Edit errmsg.txt MySQL 5.5 and up: Edit errmsg-utf8.txt In either case, comp_err generates the header files automatically during the MySQL build ...
https://dev.mysql.com/doc/internals/en/floating-point-types.html
The compromise taken here is to accept that the resulting string may exceed the destination field length by five characters in the worst case. There may be number to field length combinations which exploit the gap, but these won't emerge anyway as I ... The MySQL Reference Manual has a discussion of floating-point numbers in Section 11.2 Numeric Types, including details about the ...
https://dev.mysql.com/doc/internals/en/load-data-infile-events.html
LOAD DATA INFILE is not written to the binary log like other statements. It is written as one or more events in a packed format, not as a cleartext statement in the binary log. The events indicate what options are present in the statement and how ...
https://dev.mysql.com/doc/internals/en/mysys-directory.html
There are 125 *.c programs in this directory: array.c --- Dynamic array handling charset.c --- Using dynamic character sets, set default character set, ... For example, the main functions in my_getwd.c are described thus: "int my_getwd _A((string ...