Search



Search Results
Displaying 571 to 580 of 2117 total results
https://dev.mysql.com/doc/mysql-router/9.4/en/mysql-router-preface.html
If you are using a Commercial release of MySQL Router, see MySQL Router Commercial License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this Commercial ...
https://dev.mysql.com/doc/mysql-ai/9.5/en/preface.html
See the MySQL AI License Information User Manual for licensing information, including licensing information relating to third-party software that may be included in this MySQL AI release. GOVERNMENT END USERS: Oracle programs (including any ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/backup-history-table-update.html
Note If you are working with a multiprimary Group Replication setting, make sure these privileges are granted on all primary nodes; see also Chapter 9, Using MySQL Enterprise Backup with Group Replication. Rename the original mysql.backup_history ...
https://dev.mysql.com/doc/workbench/en/wb-data-modeling-menus.html
Designated panels include the "Model Navigator", "Catalog", "Layers", "User Datatypes", "Object Descriptions", "Object Properties", and "Undo History". User Defined Types: Presents a dialog box that enables you to add and delete user defined data ...
https://dev.mysql.com/doc/workbench/en/wb-forward-engineering-sql-scripts.html
Only Export Privileges Select this option to update the privileges of existing users, as opposed to creating new users. Exporting privileges for nonexistent users will result in errors when you execute the CREATE script. Exporting users that already ... Forward engineering enables you to create a script of your database ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ldap-sasl-kerberos.html
Connection values for the LDAP Sasl/Kerberos connection method include: Parameters Tab Hostname: The host name or IP address of the MySQL server with an account that has the Kerberos principal name as the user name and that authenticates using the ... The LDAP Sasl/Kerberos connection method is supported as an LDAP authentication method for MySQL servers and MySQL Workbench on Linux ...
https://dev.mysql.com/doc/workbench/en/workbench-faq.html
For example, the connections might connect to different MySQL servers, or the same MySQL server with different user names, or enable SSL for one, or you might set up a connection to a remote MySQL server (on your web host?) using the SSH options, ...
https://dev.mysql.com/doc/connectors/en/connector-j-logging-slf4j.html
Besides its default logger com.mysql.cj.log.StandardLogger, which logs to stderr, Connector/J supports the SLF4J logging facade, allowing end users of applications using Connector/J to plug in logging frameworks of their own choices at deployment ...Popular logging frameworks such as java.util.logging, logback, and log4j are supported by ...
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. Installing ...
https://dev.mysql.com/doc/connector-odbc/en/index.html
For help with using MySQL, please visit the MySQL Forums, where you can discuss your issues with other MySQL users. If you are using a Commercial release of MySQL Connector/ODBC, see the MySQL Connector/ODBC 9.5 Commercial License Information User ... Abstract This manual describes how to install and configure MySQL Connector/ODBC, the driver that enables ODBC applications to communicate with MySQL servers, and how to use it to develop database ...
Displaying 571 to 580 of 2117 total results