Search



Search Results
Displaying 781 to 790 of 3141 total results
https://dev.mysql.com/doc/mysql-installer/en/server-file-permission-options.html
You have the following options: MySQL Installer can configure the folders and files with full control granted exclusively to the user running the Windows service, if applicable, and to the Administrators group. Have MySQL Installer use a ...
https://dev.mysql.com/doc/ndbapi/en/index.html
Users of older NDB Cluster releases should upgrade to the latest available release of NDB Cluster 8.0, which is the most recent GA release series, or to the NDB Cluster 8.4 LTS series. For help with using MySQL, please visit the MySQL Forums, where ... MySQL NDB Cluster API Developer Guide This is the MySQL NDB Cluster API Developer Guide, which provides information about developing applications using MySQL NDB Cluster as a data ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
Examples: mysqlx://user:password@host:port/db?compression=DISABLED mysqlx://user:password@host:port/db?compression=PREFERRED mysqlx://user:password@host:port/db?compression=REQUIRED SessionSettings objects permit a SessionOption::COMPRESSION option ... Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-dns-srv.html
Java Code Session mySession = new SessionFactory().getSession("mysqlx+srv://user:password@_mysql._tcp.example.com/db"); Node.js JavaScript Code mysqlx.getSession({ host: '_mysqlx._tcp.example.com', resolveSrv: true }) C# Code var session = ... X ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connection-attributes-xdevapi.html
User-defined attributes are key-value mappings provided by the user or application. connection-attributes=[key1=value1,key2=value2, ...] sends user-defined connection attributes as key-value pairs alongside the client-defined connection attributes.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/connection-attributes-xdevapi.html
User-defined attributes are key-value mappings provided by the user or application. connection-attributes=[key1=value1,key2=value2, ...] sends user-defined connection attributes as key-value pairs alongside the client-defined connection attributes.
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/working-with-sql-result-sets.html
var res = mySession.sql('SELECT name, age FROM users').execute(); var row; while (row = res.fetchOne()) { print('Name: ' + row['name'] + '\n'); print(' Age: ' + row.age + '\n'); } SqlResult differs from results returned by CRUD operations in the way ... When you execute an SQL operation on a Session using the sql() method, an SqlResult is ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/connection-attributes-xdevapi.html
User-defined attributes are key-value mappings provided by the user or application. connection-attributes=[key1=value1,key2=value2, ...] sends user-defined connection attributes as key-value pairs alongside the client-defined connection attributes.
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/working-with-sql-result-sets.html
res = mySession.sql('SELECT name, age FROM users').execute() row = res.fetch_one() while row: print('Name: %s\n' % row[0]) print(' Age: %s\n' % row.age) row = res.fetch_one() SqlResult differs from results returned by CRUD operations in the way how ... When you execute an SQL operation on a Session using the sql() method, an SqlResult is ...
https://dev.mysql.com/doc/heatwave/en/mys-hw-lakehouse-export-query-result-outputfile.html
The names for the output files are auto-generated and based on the following format: file_prefix/universal unique number/nnode_ID-tthread_ID-cChunk_ID.compression.file_format File Name Parameters File_prefix: The user-provided prefix for the file ...
Displaying 781 to 790 of 3141 total results