Search



Search Results
Displaying 231 to 240 of 3141 total results
https://dev.mysql.com/doc/refman/8.4/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/8.4/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/connectors/en/connector-python-api-mysqlconnection-user.html
This read-only property returns the user name used for connecting to the MySQL server.
https://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlconnection-user.html
This read-only property returns the user name used for connecting to the MySQL server.
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/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/8.4/en/innodb-parameters.html
innodb_default_row_format Command-Line Format --innodb-default-row-format=value System Variable innodb_default_row_format Scope Global Dynamic Yes SET_VAR Hint Applies No Type Enumeration Default Value DYNAMIC Valid Values REDUNDANTCOMPACTDYNAMIC ...
https://dev.mysql.com/doc/refman/8.4/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/8.4/en/events-privileges.html
In this example, the EVENT privilege on the schema myschema is removed from the jon@ghidora user account: REVOKE EVENT ON myschema.* FROM jon@ghidora; Important Revoking the EVENT privilege from a user does not delete or disable any events that may ...The EVENT privilege governs the creation, modification, and deletion of ... To enable or disable the execution of scheduled events, ...
Displaying 231 to 240 of 3141 total results