Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-sql-statements.html
This section discusses several SQL statements that can prove useful in managing and monitoring a MySQL server that is connected to an NDB Cluster, and in some cases provide information about the cluster itself. SHOW ENGINES This statement can be ...
https://dev.mysql.com/doc/refman/8.4/en/windows-testing.html
If you have set a password for the root account, deleted the anonymous account, or created a new user account, then to connect to the MySQL server you must use the appropriate -u and -p options with the commands shown previously. In this case, start ...Use the --socket option to specify the name of the pipe if you do not want to use the default pipe ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/meb-faq.html
This section lists some common questions about MySQL Enterprise Backup, with answers and pointers to further information. A.4: What happens if the apply-log or apply-incremental-backup step is interrupted? If mysqlbackup is interrupted during the ...A.2: What is the big ibdata file that is in all the backups? You might find your backup data taking more space than expected because of a large file with a name such as ...
https://dev.mysql.com/doc/c-api/8.4/en/mysql-stmt-execute.html
int mysql_stmt_execute(MYSQL_STMT *stmt) Description mysql_stmt_execute() executes the prepared query associated with the statement handler. Statement processing following mysql_stmt_execute() depends on the type of statement: For an UPDATE, ...The ...
https://dev.mysql.com/doc/extending-mysql/8.4/en/adding-functions.html
There are three ways to add a new function to MySQL: Create a stored function (a type of stored object). A native function is added by modifying the MySQL source code to be compiled into the mysqld server and become available on a permanent basis.
https://dev.mysql.com/doc/extending-mysql/8.4/en/services-for-plugins.html
MySQL server plugins have access to server “plugin services.” The plugin services interface exposes server functionality that plugins can call. For information about plugins for testing plugin services, see the Plugins for Testing Plugin ...It ...
https://dev.mysql.com/doc/relnotes/mysql-cluster/8.4/en/news-8-4-5.html
MySQL NDB Cluster 8.4.5 is a new LTS release of NDB 8.4, based on MySQL Server 8.4 and including features in version 8.4 of the NDB storage engine, as well as fixing recently discovered bugs in previous NDB Cluster releases. NDB Cluster 8.4 source ...Compilation Notes Functionality Added or Changed Bugs Fixed Compilation Notes The ability to build the source without NDB using the internal script storage/ndb/compile-cluster was adversely affected by work done in NDB 8.0.31 making the ndbcluster plugin part of its default ...
https://dev.mysql.com/doc/relnotes/mysql-shell/9.5/en/news-9-5-0.html
Note These release notes were created with the assistance of MySQL HeatWave GenAI. (Bug #38274934) MySQL Shell dump utilities now support the CSV dialect, conforming to RFC4180, 'csv-rfc-unix'. This option converts accounts with unsupported ...
https://dev.mysql.com/doc/internals/en/full-text-search.html
MySQL uses Ranking with Vector Spaces for ordinary full-text queries. Vector Space, which MySQL sometimes calls "natural language", is a well-known system based on a metaphor of lines that stretch in different dimensions (one dimension per term) ...
https://dev.mysql.com/doc/connector-j/en/connector-j-build-props-changes.html
A number of Ant properties for building Connector/J from source have been renamed; see Table 4.1, “Changes with the Build Properties from Connector/J 5.1 to 8.0 and Beyond” Table 4.1 Changes with the Build Properties from Connector/J 5.1 to 8.0 ...