Search Results
https://dev.mysql.com/doc/refman/8.4/en/mysql-innodb-replicaset-introduction.html
This could involve making file copies, manually copying them, and so on. This chapter introduces MySQL InnoDB ReplicaSet, which combines MySQL technologies to enable you to deploy and administer Chapter 19, Replication. This content is a high-level ...An InnoDB ReplicaSet consists of at least two MySQL Server instances, and it provides all of the MySQL Replication features you are familiar with, such as read scale-out and data ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-server.html
The rc(8) manual page states that scripts in this directory are executed only if their base name matches the *.sh shell file name pattern. To start or stop the server manually using the mysql.server script, invoke it from the command line with start ... MySQL distributions on Unix and Unix-like system include a script named mysql.server, which starts the MySQL server using ...
https://dev.mysql.com/doc/refman/8.4/en/password-management.html
To expire an account password manually, use the ALTER USER statement: ALTER USER 'jeffrey'@'localhost' PASSWORD EXPIRE; This operation marks the password expired in the corresponding row in the mysql.user system table. Internal Versus External ...
https://dev.mysql.com/doc/refman/8.4/en/selinux-policies.html
MySQL Server SELinux policy modules include: mysqld_selinux mysqld_safe_selinux For information about MySQL Server SELinux policy modules, refer to the SELinux manual pages. The manual pages provide information about types and Booleans associated ...
https://dev.mysql.com/doc/mysql-shell/9.4/en/mysql-innodb-replicaset.html
You administer your ReplicaSets using a ReplicaSet object and the AdminAPI operations, for example, to check the status of the InnoDB ReplicaSet, and manually failover to a new primary in the event of a failure. Similar to InnoDB Cluster, MySQL ...
https://dev.mysql.com/doc/workbench/en/wb-develop-sql-editor-results.html
It automatically refreshes, and there is also the refresh button to perform this action manually. To prevent this, enter the expression as \func md5('fred') to ensure that the quoting is not escaped. This option will instead wrap the contents within ... The results area of the screen shows the results from executed ...
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-post-install.html
(This implies the user can read any file in any database directory, because the server can access any of those files.) The FILE privilege also enables the user to create new files in any directory where the MySQL server has write access. This ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-options-variables.html
This section provides information about MySQL server options, server and status variables that are specific to NDB Cluster. 25.4.3.9.1 MySQL Server Options for NDB Cluster This section provides descriptions of mysqld server options relating to NDB ...For general information on using these, and for other options and variables not specific to NDB Cluster, see Section 7.1, “The MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-commands.html
If you provide an argument to the help command, mysql uses it as a search string to access server-side help from the contents of the MySQL Reference Manual. This enables the character set to remain synchronized on the client and server if mysql is ... mysql sends each SQL statement that you issue to the server to be ...
https://dev.mysql.com/doc/refman/8.4/en/option-files.html
For example, to include the /home/mydir/myopt.cnf file, use the following directive: !include /home/mydir/myopt.cnf To search the /home/mydir directory and read option files found there, use this directive: !includedir /home/mydir MySQL makes no ...