Search



Search Results
Displaying 11 to 20 of 3329 total results
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs-ndb-mgmd.html
The management server is the process that reads the cluster configuration file and distributes this information to all nodes in the cluster that request it. Management clients can connect to the management server and check the cluster's status. All ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-server.html
MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL server using mysqld_safe. mysql.server is the script name as used within the MySQL source tree. In the following discussion, adjust the ...
https://dev.mysql.com/doc/refman/8.4/en/secure-client-programming.html
As a result, the server retrieves every row in the table. Even if it is permissible to display any row in the database, you should still protect against denial of service attacks (for example, those that are based on the technique in the preceding ... Client applications that access MySQL should use the following guidelines to avoid interpreting external data incorrectly or exposing sensitive ...
https://dev.mysql.com/doc/refman/8.4/en/stored-program-restrictions.html
Generally, statements not permitted in SQL prepared statements are also not permitted in stored programs. Exceptions are SIGNAL, RESIGNAL, and GET DIAGNOSTICS, which are not permissible as prepared statements but are permitted in stored programs.
https://dev.mysql.com/doc/refman/8.4/en/invoking-programs.html
Options typically indicate the type of connection a program should make to the server or affect its operational mode. All MySQL client programs understand these options; they enable you to specify which server to connect to and the account to use on ... To invoke a MySQL program from the command line (that is, from your shell or command prompt), enter the program name followed by any options or other arguments needed to instruct the program what you want it to ...
https://dev.mysql.com/doc/refman/8.4/en/program-options.html
It describes a handy technique that uses such variables to specify the TCP/IP port number and Unix socket file for the server and for client programs. There are several ways to specify options for MySQL programs: List the options on the command ...
https://dev.mysql.com/doc/refman/8.4/en/program-variables.html
Most of these program variables also can be set at server startup by using the same syntax that applies to specifying program options. Both set the size of the server's key buffer to 512MB: [mysqld] key_buffer_size=512M [mysqld] key-buffer-size=512M ... Many MySQL programs have internal variables that can be set at runtime using the SET ...See Section ...
https://dev.mysql.com/doc/refman/8.4/en/stored-programs-defining.html
By default, mysql itself recognizes the semicolon as a statement delimiter, so you must redefine the delimiter temporarily to cause mysql to pass the entire stored program definition to the server. Each stored program contains a body that consists ...This statement may be a compound statement made up of several statements separated by semicolon (;) ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-programs.html
Using and managing an NDB Cluster requires several specialized programs, which we describe in this chapter. We discuss the purposes of these programs in an NDB Cluster, how to use the programs, and what startup options are available for each of ...
https://dev.mysql.com/doc/internals/en/stored-programs.html
The content formerly located in this chapter is now maintained in the Stored Programs section of the MySQL Server Doxygen documentation, available at https://dev.mysql.com/doc/index-other.html.
Displaying 11 to 20 of 3329 total results