
X DevAPI User Guide - MySQL
Mar 11, 2025 · User documentation for developers using X DevAPI. For legal information, see the Legal Notices . For help with using MySQL, please visit the MySQL Forums , where you can …
X Protocol - MySQL
Implementation of the X Protocol by the X Plugin; Use Cases; Implementation Notes; Comparison to MySQL C/S Protocol; How to build a Community Connector; The X Protocol is implemented …
X DevAPI User Guide :: 2.1 Database Connection Example - MySQL
Create an X DevAPI session using the mysqlx.getSession(connection) method. You pass in the connection parameters to connect to the MySQL server, such as the hostname and user, very …
MySQL :: MySQL 8.4 Reference Manual :: 22.5 X Plugin
MySQL 8.4 Reference Manual. Preface and Legal Notices. General Information. Installing MySQL. Upgrading MySQL. Downgrading MySQL. Tutorial. MySQL Programs. MySQL Server …
MySQL :: MySQL 8.4 Reference Manual :: 22.5.6.2 X Plugin Options …
Clients can use this socket to connect to MySQL Server using X Plugin. The default mysqlx_socket path and file name is based on the default path and file name for the main …
Sample code which uses Connector/C++ with X DevAPI - MySQL
The following Connector/C++ application connects to a MySQL Server over X protocol, creates a document collection, adds a few documents to it, queries the collection and displays the result. …
MySQL :: Download MySQL Workbench
MySQL Workbench provides DBAs and developers an integrated tools environment for: Database Design & Modeling ; SQL Development; Database Administration; Database Migration; The …
Chapter 1 Introduction to Connector/C++ - MySQL
Connector/C++ implements X DevAPI, which enables connecting to MySQL servers that implement a document store with X Plugin. X DevAPI also enables applications to execute …
MySQL :: Download MySQL Community Server
MySQL Community Edition is a freely downloadable version of the world's most popular open source database that is supported by an active community of open source developers and …
MySQL :: MySQL 8.4 Reference Manual :: 14.16.7.2 Point Property …
With a single argument representing a valid Point object p, ST_X() returns the X-coordinate value of p as a double-precision number. The X coordinate is considered to refer to the axis that …