Search



Search Results
Displaying 591 to 600 of 3428 total results
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-client.html
You can use the MySQL Administrator user that you specified when creating the DB System (see Creating a DB System) or a MySQL user account created on the DB System using CREATE USER . If you are not the MySQL Administrator and you do not have a ...
https://dev.mysql.com/doc/refman/8.4/en/alter-event.html
(See Section 15.1.13, “CREATE EVENT Statement”.) Any user can alter an event defined on a database for which that user has the EVENT privilege. The syntax for each of the DEFINER, ON SCHEDULE, ON COMPLETION, COMMENT, ENABLE / DISABLE, and DO ...
https://dev.mysql.com/doc/refman/8.4/en/environment-variables.html
USER The default user name on Windows when connecting to mysqld. On some systems, if you set MYSQL_PWD, your password is exposed to any other user who runs ps. Even on systems without such a version of ps, it is unwise to assume that there are no ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/myai-installation-clean.html
User & password: Define a user name and password for the MySQL root user. You can choose to Only allow local connections for this user (see the Warning near the beginning of Chapter 2, Installing MySQL AI). If you do not enter one, a random secret ... Installing MySQL AI requires the following steps: Install the MySQL AI ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-server-compatibility.html
skip_invalid_accounts Skips user accounts created with external authentication plugins that are not supported in MySQL HeatWave on AWS. From MySQL Shell 8.0.26, this option also removes user accounts that do not have passwords set, except where an ...loadDump command only allows import of dumps created with the ocimds option ... MySQL Server Compatibility 7.1.2 MySQL Server Compatibility MySQL HeatWave on AWS has several ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
For example, this might be a file created by issuing the command mysqldump --no-data. MySQL Workbench handles the script as follows: If the script does not contain a CREATE DATABASE db_name; statement, the schema objects are copied to the initial ...
https://dev.mysql.com/doc/connectors/en/connector-python-asyncio.html
global indent indent = 0 # MySQL Connection arguments config = { "host": "127.0.0.1", "user": "root", "password": os.environ.get("MYPASS", ":("), "use_pure": True, "port": 3306, } async def job_sleep(n): """Take a nap for n seconds. Note While ...
https://dev.mysql.com/doc/connector-python/en/connector-python-asyncio.html
global indent indent = 0 # MySQL Connection arguments config = { "host": "127.0.0.1", "user": "root", "password": os.environ.get("MYPASS", ":("), "use_pure": True, "port": 3306, } async def job_sleep(n): """Take a nap for n seconds. Note While ...
https://dev.mysql.com/doc/heatwave-aws/en/heatwave-aws-connecting-mysql-workbench.html
You can use the MySQL Administrator user that you specified when creating the DB System or a MySQL user account created on the DB System using CREATE USER . A MySQL user account on the MySQL DB System to connect with. Username: The user name of the ... Connecting with MySQL Workbench 5.2.3 Connecting with MySQL Workbench This topic describes how to connect to a MySQL DB System with MySQL ...
https://dev.mysql.com/doc/refman/8.4/en/innodb-undo-tablespaces.html
The location of all undo tablespace files including user-defined undo tablespaces created using CREATE UNDO TABLESPACE syntax can be determined by querying the Information Schema FILES table: SELECT TABLESPACE_NAME, FILE_NAME FROM ...Default undo ...
Displaying 591 to 600 of 3428 total results