Search Results
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-wait-summary-tables.html
Event names refer to names of event instruments in the setup_instruments table: events_waits_summary_by_account_by_event_name has EVENT_NAME, USER, and HOST columns. Each row summarizes events for a given account (user and host combination) and ...
https://dev.mysql.com/doc/refman/8.4/en/resetting-permissions.html
If you start the server as root without using --user=mysql, the server may create root-owned files in the data directory, such as log files, and these may cause permission-related problems for future server startups. If you know the root password ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-post-install-general.html
Before you create Connections and set up Groups, we recommend you first read the note immediately following on Users, Roles, and Access Control To create connections, select Instances from the Configuration section of the navigation menu . See ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-limitations-syntax.html
CREATE TABLE and ALTER TABLE statements that would cause a user-partitioned NDBCLUSTER table not to meet either or both of the following two requirements are not permitted, and fail with an error: The table must have an explicit primary key. If a ...
https://dev.mysql.com/doc/refman/8.4/en/default-privileges.html
Installation of MySQL creates only a 'root'@'localhost' superuser account that has all privileges and can do anything. This section describes how to assign a password to the initial root account created during the MySQL installation procedure, if ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlshow.html
--defaults-extra-file=file_name Command-Line Format --defaults-extra-file=file_name Type File name Read this option file after the global option file but (on Unix) before the user option file. To create or modify a login path file, use the ... The ...
https://dev.mysql.com/doc/workbench/en/wb-configuring-files.html
These files are saved in a directory assigned to the current user as defined by MySQL Workbench. Table 3.1 Default Local Configuration Base File Path Operating System File Path Windows %AppData%\MySQL\Workbench\ macOS ~username/Library/Application ... MySQL Workbench saves configuration, cache, and log-related files and directories on your ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-access-control-best-practice-ref.html
All users can see, but have varying access to, all monitored assets. Strict: an organization with several DBAs and developers, and many monitored assets, grouped according to the applications and users which use them. Some users within the ... This ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-js/en/database-connection-example.html
You pass in the connection parameters to connect to the MySQL server, such as the hostname and user, very much like the code in one of the classic APIs. The connection parameters can be specified as either a URI type string, for example ... The code ...
https://dev.mysql.com/doc/x-devapi-userguide-shell-python/en/database-connection-example.html
You pass in the connection parameters to connect to the MySQL server, such as the hostname and user, very much like the code in one of the classic APIs. The connection parameters can be specified as either a URI type string, for example ... The code ...