Search Results
https://dev.mysql.com/doc/c-api/8.4/en/c-api-introduction.html
The C API provides low-level access to the MySQL client/server protocol and enables C programs to access database contents. Most other client APIs use the libmysqlclient library to communicate with the MySQL server. (Exceptions are Connector/J and ...The C API code is distributed with MySQL and implemented in the libmysqlclient ...
https://dev.mysql.com/doc/refman/8.4/en/access-control.html
MySQL access control involves two stages when you run a client program that connects to the server: Stage 1: The server accepts or rejects the connection based on your identity and whether you can verify your identity by supplying the correct ...The ...
https://dev.mysql.com/doc/refman/8.4/en/replication-solutions-backups-rawdata.html
Under Unix: $> mysqld_safe & Under Windows: C:\> "C:\Program Files\MySQL\MySQL Server 8.4\bin\mysqld" Normally you should back up the entire data directory for the replica MySQL server. To guarantee the integrity of the files that are copied, ...
https://dev.mysql.com/doc/c-api/8.4/en/c-api-basic-interface-usage.html
Application programs should use this general outline for interacting with MySQL by means of the client library: Initialize the MySQL client library by calling mysql_library_init(). Initialize a connection handler by calling mysql_init() and connect ...The purpose of calling mysql_library_init() and mysql_library_end() is to provide proper initialization and finalization of the MySQL client ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ldap-sasl-kerberos.html
The LDAP Sasl/Kerberos connection method is supported as an LDAP authentication method for MySQL servers and MySQL Workbench on Linux only. A GSSAPI library and Kerberos services must be available to MySQL Server (see The GSSAPI/Kerberos ...Using ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-ldap-user-password.html
MySQL Workbench users connect to the MySQL server by providing the MySQL user name and LDAP password. The mysql_clear_password client-side plugin is compatible with the authentication_ldap_simple server-side plugin. The server-side plugin must be ...
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-native-kerberos.html
Using this connection method, MySQL Workbench and MySQL servers are able to use the Kerberos authentication protocol to mutually authenticate users and MySQL services. This way both the user and the server are able to verify each other's identity.
https://dev.mysql.com/doc/workbench/en/wb-mysql-connections-navigator-management-users-and-privileges.html
The Administration - Users and Privileges tab provides a list of all users and privileges that relate to an active MySQL server instance. To open the Administration - Users and Privileges tab: Establish a connection to an active MySQL server ...
https://dev.mysql.com/doc/workbench/en/wb-what-is-new-60.html
Context Help for the SQL Editor Select a keyword or function in your query and after a delay it will show formatted help information from the MySQL Server (equivalent to using the help command from the command-line MySQL Client). Figure 1.43 Visual ... This section summarizes many of the new features added to MySQL Workbench 6.0, in relation to the MySQL Workbench 5.2 ...
https://dev.mysql.com/doc/connectors/en/connector-j-connp-props-performance-extensions.html
Default Value com.mysql.cj.PerConnectionLRUFactory Since Version 5.1.1 serverConfigCacheFactory Name of a class implementing 'com.mysql.cj.CacheAdapterFactory', which will be used to create caches for MySQL server configuration values. Default Value ... callableStmtCacheSize If 'cacheCallableStmts' is enabled, how many callable statements should be cached? Default Value 100 Since Version 3.1.2 metadataCacheSize The number of queries to cache 'ResultSetMetadata' for if 'cacheResultSetMetaData' is set to ...