PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.3Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/group-replication-user-credentials.html
This process can be captured in the binary log and then you can rely on distributed recovery to replicate the statements used to create the user. Alternatively, you can disable binary logging using SET SQL_LOG_BIN=0; and then create the user ...
https://dev.mysql.com/doc/refman/5.7/en/password-hashing.html
The option does not affect authentication (4.1 and later clients can still use accounts that have long password hashes), but it does prevent creation of a long password hash in the user table as the result of a password-changing operation. MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/firewall-usage.html
This differs from the usual MySQL convention for statements such as CREATE USER and GRANT, for which you quote the user and host parts of an account name separately ('user_name'@'host_name'). The firewall supports account-based profiles such that ...
https://dev.mysql.com/doc/refman/5.7/en/faqs-mysql-cluster.html
You must also remember to account for any column indexes as follows: Each primary key or hash index created for an NDBCLUSTER table requires 21−25 bytes per record. How do I handle MySQL users in an NDB Cluster having multiple MySQL servers? MySQL ...Can I run NDB Cluster nodes inside virtual machines (such as those created by VMWare, VirtualBox, Parallels, or Xen)? ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-threads-table.html
For foreground threads, the initial INSTRUMENTED value is determined by whether the user account associated with the thread matches any row in the setup_actors table. For foreground threads, the initial HISTORY value is determined by whether the ...
https://dev.mysql.com/doc/refman/5.7/en/mysqladmin.html
--user=user_name, -u user_name Command-Line Format --user=user_name, Type String The user name of the MySQL account to use for connecting to the server. You can use it to check the server's configuration and current status, to create and drop ...
https://dev.mysql.com/doc/refman/5.7/en/sys-user-summary-by-statement-type.html
These views summarize informaion about statements executed, grouped by user and statement type. By default, rows are sorted by user and descending total latency. The user_summary_by_statement_type and x$user_summary_by_statement_type views have ...
https://dev.mysql.com/doc/refman/5.7/en/MySQLInstallerConsole.html
A user block should be defined for each user to be created during the product installation. A block can include either a config or user type key; config is the default type if one is not defined. Note The user type key is not supported when a ...
https://dev.mysql.com/doc/refman/5.7/en/sys-sys-config.html
set_by The account that made the most recent modification to the row. As an efficiency measure to minimize the number of direct reads from the sys_config table, sys schema functions that use a value from this table check for a user-defined variable ... This table contains sys schema configuration options, one row per ...
https://dev.mysql.com/doc/refman/5.7/en/mysqld-multi.html
If the servers that you want to manage have different user names or passwords for the administrative accounts, you might want to create an account on each server that has the same user name and password. For example, you might set up a common ...