Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-event-reports.html
By default, the cluster log is saved to a file named ndb_node_id_cluster.log, (where node_id is the node ID of the management server) in the management server's DataDir. See Section 25.4.3.5, “Defining an NDB Cluster Management Server”, for more ... In this section, we discuss the types of event logs provided by NDB Cluster, and the types of events that are ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-print-backup-file.html
These files are found in the data node's backup directory under the subdirectory BACKUP-#, where # is the sequence number for the backup. Like ndb_print_schema_file and ndb_print_sys_file (and unlike most of the other NDB utilities that are intended ...Usage ndb_print_backup_file [-P password] file_name file_name is the name of a cluster backup ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-size-pl.html
However, it does need to access the MySQL server on which the database to be tested resides. Usage perl ndb_size.pl [--database={db_name|ALL}] [--hostname=host[:port]] [--socket=socket] \ [--user=user] [--password=password] \ [--help|-h] ... This is ...Unlike the other utilities discussed in this section, it does not require access to an NDB Cluster (in fact, there is no reason for it to do ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-tde.html
Replication of an NDB Cluster whose file system is encrypted to a standalone MySQL server using InnoDB tables which are not encrypted. Replication of an NDB Cluster with an unencrypted file system to a standalone MySQL server using InnoDB tables ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-consumer-configurations.html
No Instrumentation Global Instrumentation Only Global and Thread Instrumentation Only Global, Thread, and Current-Event Instrumentation Global, Thread, Current-Event, and Event-History instrumentation No Instrumentation Server configuration state: ...Each of the following configuration descriptions indicates which setup elements the Performance Schema checks and which output tables it maintains (that is, for which tables it collects ...
https://dev.mysql.com/doc/refman/8.4/en/ansi-diff-comments.html
MySQL Server supports a variant of the -- comment style; the -- start-comment sequence is accepted as such, but must be followed by a whitespace character such as a space or newline. To keep this from happening, MySQL requires a whitespace character ... Standard SQL uses the C syntax /* this is a comment */ for comments, and MySQL Server supports this syntax as ...MySQL also support ...The result is a statement that has a completely ...
https://dev.mysql.com/doc/refman/8.4/en/replication-solutions-unexpected-replica-halt.html
In all other cases, including DDL statements that are not fully atomic, and exempted storage engines that do not support atomic DDL, the mysql.slave_relay_log_info table might be missing updates associated with replicated data if the server halts ...
https://dev.mysql.com/doc/connectors/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...This chapter describes how to configure and use the EF6 features that are implemented in ...
https://dev.mysql.com/doc/connectors/en/connector-net-programming-stored-proc.html
A stored procedure is a set of SQL statements that is stored in the server. Clients make a single call to the stored procedure, passing parameters that can influence the procedure logic and query conditions, rather than issuing individual hardcoded ...The applications do not need to hardcode table and column names, complicated queries, and so ...Stored procedures can be particularly useful in situations such as the following: Stored procedures can act as an API ...
https://dev.mysql.com/doc/connector-net/en/connector-net-entityframework60.html
<connectionStrings> <add name="MyContext" providerName="MySql.Data.MySqlClient" connectionString="server=localhost;port=3306;database=mycontext;uid=root;password=********"/> </connectionStrings> <entityFramework> <defaultConnectionFactory ... MySQL ...This chapter describes how to configure and use the EF6 features that are implemented in ...