Search



Search Results
Displaying 271 to 280 of 3510 total results
https://dev.mysql.com/doc/refman/9.7/en/mysql-configurator-workflow-server.html
It can optionally create MySQL server user accounts with configurable permissions based on general roles, such as DB Administrator, DB Designer, and Backup Admin. MySQL User Accounts (Optional) Click Add User or Edit User to create or modify MySQL ...Note Full permissions are granted to the user executing MySQL Configurator to all generated files, such as ... MySQL Configurator ...
https://dev.mysql.com/doc/refman/9.7/en/mysql-configurator-cli.html
MySQL User Management The configure and reconfigure actions allow you to create and edit MySQL users as per the --add-user option: --add-user='user_name':'password'|'file_path'|'windows_security_token':host:role:authentication Only valid for the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/connecting-to-a-single-mysqld-node-setup.html
In this example a connection to a local MySQL Server instance running X Plugin on the default TCP/IP port 33060 is established using the MySQL user account user with its password. You are prompted to enter the user name and password in this case.
https://dev.mysql.com/doc/x-devapi-userguide/en/devapi-users-working-with-relational-tables.html
The X DevAPI SQL CRUD functions allow you to work with relational tables in manners similar to using traditional SQL statements. The following code sample shows how to use the add() and select() methods of the X DevAPI SQL CRUD functions, which are ...
https://dev.mysql.com/doc/refman/9.7/en/sys-user-summary-by-statement-type.html
These views summarize information 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/connectors/en/connector-net-8-0-connection-options.html
As a workaround, create a Windows local group containing the user that executes the client application. For instructions about how to use connection strings, see Section 4.4.1, “Creating a Connector/NET Connection String”. // Connection string ... This chapter describes the full set of MySQL Connector/NET 8.0 connection ...
https://dev.mysql.com/doc/connector-net/en/connector-net-8-0-connection-options.html
As a workaround, create a Windows local group containing the user that executes the client application. For instructions about how to use connection strings, see Section 4.1, “Creating a Connector/NET Connection String”. // Connection string ...
https://dev.mysql.com/doc/refman/9.7/en/account-names.html
MySQL account names consist of a user name and a host name, which enables creation of distinct accounts for users with the same user name who connect from different hosts. Account names appear in SQL statements such as CREATE USER, GRANT, and SET ...An account name consisting only of a user name is equivalent to ...This section describes the ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-filter-definitions.html
Important It is theoretically possible for a user with sufficient permissions to mistakenly create an abort item in the audit log filter that prevents themselves and other administrators from accessing the system. Accounts created with the ...An ...
https://dev.mysql.com/doc/refman/9.7/en/audit-log-component-file-formats.html
Connect or change-user event: { "timestamp": "2025-10-03 14:23:18", "id": 1, "class": "connection", "event": "connect", "connection_id": 5, "account": { "user": "root", "host": "localhost" }, "login": { "user": "root", "os": "", "ip": "::1", ... The ...
Displaying 271 to 280 of 3510 total results