Search



Search Results
Displaying 2251 to 2260 of 5414 total results
https://dev.mysql.com/doc/connector-net/en/connector-net-installation-source.html
Building MySQL Connector/NET from the source code enables you to customize build parameters and target platforms such as Linux and macOS. Source code is packaged as a ZIP archive file with a name similar to mysql-connector-net-version-src.zip. The ...
https://dev.mysql.com/doc/connector-net/en/connector-net-tutorials-ssl.html
In this tutorial you will learn how you can use MySQL Connector/NET to connect to a MySQL server configured to use SSL. MySQL Server uses the PEM format for certificates and private keys. Connector/NET enables the use of either PEM or PFX ...
https://dev.mysql.com/doc/connector-python/en/connector-python-cext-development.html
For Connector/Python installations that include both implementations, it can optionally be toggled it by passing use_pure=False (to use C implementation) or use_pure=True (to use the Python implementation) as an argument to mysql.connector.connect(). For Connector/Python installations that do not include the C Extension, passing use_pure=False to mysql.connector.connect() raises an ...
https://dev.mysql.com/doc/internals/en/installation-layout-options.html
In the following table, the CMAKE_INSTALL_PREFIX value is the installation base directory. Many other CMake layout options are interpreted relative to the prefix and their values are relative pathnames.
https://dev.mysql.com/doc/ndbapi/en/ndb-nodejs-setup.html
This section covers basic installation and setup of the MySQL JavaScript Connector and its prerequites. To install all of the prerequisites for the JavaScript Connector, including node-mysql, you should perform the following steps: Node.js. The ...
https://dev.mysql.com/doc/ndbapi/en/ndb-start-autotools.html
In this section, we provide an autoconf macro WITH_MYSQL that can be used to add a --with-mysql option to a configure file, and that automatically sets the correct compiler and linker flags for given MySQL installation. All of the examples in this ... It is often faster and simpler to use GNU autotools than to write your own ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-install.html
This chapter describes the process of installing MySQL Enterprise Monitor on all operating systems. A working installation requires the following: One MySQL Enterprise Service Manager. You can use an existing MySQL instance for the repository, or ...Note While it is possible to use a single agent to monitor multiple hosts, it is not recommended for performance ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-starting-agent-osx.html
To start the Agent: $> sudo launchctl load /Library/LaunchDaemons/mysql.agent.plist To stop the Agent: $> sudo launchctl unload /Library/LaunchDaemons/mysql.agent.plist Using init Alternatively, an init.d script to start the Agent on macOS is ...
https://dev.mysql.com/doc/heatwave/en/import-data.html
Import Data Use MySQL Shell Shell for importing data into a DB System. For MySQL HeatWave on OCI, see Importing and Exporting Databases in the MySQL HeatWave on OCI Service Guide. For MySQL HeatWave on AWS, see Importing Data in the MySQL HeatWave ... This topic describes how to import data into the DB ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-create-table-manually-task.html
mysql> CREATE DATABASE bank_data; mysql> USE DATABASE bank_data; Set up the CREATE EXTERNAL TABLE statement and the ENGINE_ATTRIBUTE options to specify the parameters needed to process the external files. In versions earlier than MySQL 9.4.0, you ...
Displaying 2251 to 2260 of 5414 total results