Search Results
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-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/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/connectors/en/connector-odbc-configuration-dsn-windows-5-2.html
You should see a window similar to the following when you open the ODBC Data Source Administrator: Figure 5.2 ODBC Data Source Administrator Dialog To create a System DSN (which will be available to all users), select the System DSN tab. To create a ... The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) and connection ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-dsn-windows-5-2.html
You should see a window similar to the following when you open the ODBC Data Source Administrator: Figure 5.1 ODBC Data Source Administrator Dialog To create a System DSN (which will be available to all users), select the System DSN tab. To create a ... The ODBC Data Source Administrator on Windows lets you create DSNs, check driver installation, and configure ODBC functions such as tracing (used for debugging) and connection ...
https://dev.mysql.com/doc/refman/8.4/en/replica-logs-status.html
A replica server creates two replication metadata repositories, the connection metadata repository and the applier metadata repository. The metadata in this repository includes the connection configuration, the replication user account details, the ...If binary log file position based replication is in use, when the replica restarts, it reads the two repositories to determine how far it previously proceeded in reading the binary log from the source and in processing its own relay ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-setup-instruments-table.html
Instruments with a higher volatility index (for example, SESSION = 5) are created and destroyed for every user session. When an instrument is enabled and executed, instrumented instances are created, which are visible in the xxx_instances tables, ...
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/alter-table.html
For example, you can add or delete columns, create or destroy indexes, change the type of existing columns, or rename columns or the table itself. To use ALTER TABLE, you need ALTER, CREATE, and INSERT privileges for the table. Renaming a table ...