PDF (US Ltr)
- 35.1Mb
PDF (A4)
- 35.2Mb
Man Pages (TGZ)
- 256.4Kb
Man Pages (Zip)
- 361.2Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
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/mysql-cluster-security-mysql-privileges.html
The same thing is true with respect to the CREATE USER and DROP USER statements. As with any other MySQL Server, user and privilege information is stored in the mysql system database. In other words, changes in users and their privileges do not ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlbinlog.html
--user=user_name, -u user_name Command-Line Format --user=user_name, Type String The user name of the MySQL account to use when connecting to a remote server. There is an exception for CREATE DATABASE, ALTER DATABASE, and DROP DATABASE. The database ... The server's binary log consists of files containing “events” that describe modifications to database ...
https://dev.mysql.com/doc/refman/5.7/en/ignoring-user.html
If you get the following error, it means that when mysqld was started or when it reloaded the grant tables, it found an account in the user table that had an invalid password. Found wrong password for user 'some_user'@'some_host'; ignoring user As ...The following list indicates possible causes of and fixes for this problem: You may be running a new version of mysqld with an old user ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlslap.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. Invoke mysqlslap like this: mysqlslap [options] Some options such as --create or --query enable ... mysqlslap is a diagnostic program designed to emulate client load for a MySQL server and to report the timing of each ...
https://dev.mysql.com/doc/refman/5.7/en/sys-user-summary-by-statement-latency.html
The user_summary_by_statement_latency and x$user_summary_by_statement_latency views have these columns: user The client user name. Rows for which the USER column in the underlying Performance Schema table is NULL are assumed to be for background ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-secure-installation.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. This program enables you to improve the security of your MySQL installation in the following ...
https://dev.mysql.com/doc/refman/5.7/en/replication-options-replica.html
report_password Command-Line Format --report-password=name System Variable report_password Scope Global Dynamic No Type String The replication user account password of the replica to be reported to the source during replica registration. Although ...
https://dev.mysql.com/doc/refman/5.7/en/password-security-user.html
Passwords can be written as plain text in SQL statements such as CREATE USER and ALTER USER, so if you use these statements, they are logged in the history file. MySQL users should use the following guidelines to keep passwords secure. When you run ...The methods you can use to specify your password when you run client programs are listed here, along with an assessment of the risks of each ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-limitations.html
Tables employing user-defined partitioning do not preserve the SQL mode in effect at the time that they were created. Therefore, a change in the SQL mode at any time after the creation of partitioned tables may lead to major changes in the behavior ... This section discusses current restrictions and limitations on MySQL partitioning ...