Search



Search Results
Displaying 1351 to 1360 of 3428 total results
https://dev.mysql.com/doc/refman/8.4/en/using-systemd.html
This script assists in creating the error log file only if the log location matches a pattern (/var/log/mysql*.log for RPM platforms, /var/log/mysql/*.log for Debian platforms). In other cases, the error log directory must be writable or the error ...If you install MySQL from a source distribution on a platform that uses systemd, obtain systemd support for MySQL by configuring the distribution using the -DWITH_SYSTEMD=1 CMake ...
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-deploying-bootstrapping.html
This example creates a standalone MySQL Router instance using the --directory option, enables sockets, uses --account to customize Router's MySQL username, and sets --account-create to always to only bootstrap if the account does not already exist.
https://dev.mysql.com/doc/mysql-ai/9.5/en/mys-ai-genai-generate-content.html
OutputTableName: the name of the table where you want to create a new column to store the generated outputs. If the specified table doesn't exist, a new table is created. row *************************** id: 1 Output: {"text": "\nMySQL is an ... The ...
https://dev.mysql.com/doc/workbench/en/wb-generating-php.html
The example scenario that follows demonstrates how to create PHP code. After combining the two, the generated PHP code will look like this: <?php $host = "localhost"; $port = 3306; $socket = ""; $user = "nobody"; $password = ""; $dbname = "sakila"; ... MySQL Workbench can be used to generate PHP code with the bundled PHP plugin, by using the Tools, Utilities, Copy as PHP Code menu ...
https://dev.mysql.com/doc/workbench/en/wb-linux-uninstalling.html
Note By default, the Workbench configuration directory is ~username/mysql/workbench/ where "~username" is the path to your user's home directory. Also, uninstalling Workbench does not remove the .mysqlworkbench schema that Workbench creates when ...
https://dev.mysql.com/doc/workbench/en/wb-mac-uninstalling.html
Note By default, the Workbench configuration directory is ~username/Library/Application Support/MySQL/Workbench where "~username" is the path to your user's home directory. Also, uninstalling Workbench does not remove the .mysqlworkbench schema that ... To uninstall MySQL Workbench for macOS, locate MySQL Workbench in the Applications folder, right-click, and select Move to ...
https://dev.mysql.com/doc/connectors/en/connector-cpp-opentelemetry.html
Connector/C++ supports a connection property option, OPT_OPENTELEMETRY, which has these values: OTEL_DISABLED: The connector does not create OpenTelemetry spans or forward the OpenTelemetry context to the server. Spans generated by the connector are ... For applications that use the legacy JDBC API (that is, not X DevAPI or X DevAPI for C) on Linux systems and use OpenTelemetry (OTel) instrumentation, the connector adds query and connection spans to the trace generated by application code and forwards the current OpenTelemetry context to the ...
https://dev.mysql.com/doc/connectors/en/connector-j-reference-dns-srv.html
It is the users' responsibility to provide a full service host name; Connector/J does not append any prefix nor validate the host name structure. The following are examples of valid service host name patterns: foo.domain.local ... Connector/J ...
https://dev.mysql.com/doc/connectors/en/connector-j-upgrading-to-8.0.html
Here are some changes for Connector/J going from 5.1 to 8.0 and beyond, for which adjustments might be required: 3.3.4.1.1 Running on the Java 8 Platform Connector/J 8.0 and beyond is created specifically to run on the Java 8 platform. Upgrading an ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-usagenotes-apptips-borland.html
With all Borland applications where the Borland Database Engine (BDE) is used, follow these steps to improve compatibility: Update to BDE 3.2 or newer. 5.8.2.2.1 Using Connector/ODBC with Borland Builder 4 When you start a query, you can use the ...
Displaying 1351 to 1360 of 3428 total results