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/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/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/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/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/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/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/set-password.html
SET PASSWORD [FOR user] = password_option password_option: { 'auth_string' | PASSWORD('auth_string') } The SET PASSWORD statement assigns a password to a MySQL user account. = 'auth_string' syntax is not deprecated, but ALTER USER is the preferred ...For example: ALTER USER user IDENTIFIED BY 'auth_string'; Important Under some circumstances, SET PASSWORD may be recorded in server logs or on the client side in a history file such as ~/.mysql_history, which means that cleartext passwords may be read by anyone having read access to that ...
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/dba-dtrace-mysqld-ref.html
connection-start(connectionid, user, host) connection-done(status, connectionid) connection-start: Triggered after a connection and successful login/authentication have been completed by a client. Commands include operations such as the ... MySQL ...