Search



Search Results
Displaying 1961 to 1970 of 3917 total results
https://dev.mysql.com/doc/refman/8.4/en/password-security-user.html
When you run a client program to connect to the MySQL server, it is inadvisable to specify your password in a way that exposes it to discovery by other users. The file can be read later by MySQL client programs to obtain authentication credentials ... MySQL users should use the following guidelines to keep passwords ...The methods you can use to specify your password when you run client ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-system-variable-tables.html
The MySQL server maintains many system variables that indicate how it is configured (see Section 7.1.8, “Server System Variables”). persisted_variables: Provides a SQL interface to the mysqld-auto.cnf file that stores persisted global system ...
https://dev.mysql.com/doc/workbench/en/wb-migration-database-mssql-connection.html
This section focuses on creating a connection to the source Microsoft SQL Server, because creating a MySQL connection is a standard operation. Note Prerequisite: that you already installed and configured the required Microsoft SQL Server driver on ...
https://dev.mysql.com/doc/workbench/en/wb-migration-wizard-schemata.html
The Schema Name Mapping Method step provides the following options for migrating from Microsoft SQL Server: Note This example uses Microsoft SQL Server as the source RDMS. Retrieve a list of available databases and choose the specific databases ...
https://dev.mysql.com/doc/connectors/en/connector-odbc-support-bug-report.html
Determine what statements were issued by searching for the string >mysql_real_query in the myodbc.log file. If the program works with another SQL server, include an ODBC log file where you perform exactly the same SQL statements so that we can ...
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-support-bug-report.html
Determine what statements were issued by searching for the string >mysql_real_query in the myodbc.log file. If the program works with another SQL server, include an ODBC log file where you perform exactly the same SQL statements so that we can ...
https://dev.mysql.com/doc/internals/en/risky-handling-around-additional-sessions.html
If a disconnect <connection> or KILL <connection_id> or --exec <client program which connects to the server> occurs within a script for mysqltest than the next statements will be executed even if the disconnect or kill is not complete finished. This ...It triggers some disconnect for any open session but this is also ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-29.html
Pluggable Authentication Security Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Pluggable Authentication Connector/C++ now supports authentication to MySQL Server using devices such as smart cards, security keys, and biometric ...
https://dev.mysql.com/doc/mysql-em-plugin/en/prereqs-myoem-reference.html
To monitor metrics based on sys schema views, ensure the sys schema is installed on the monitored MySQL server. To enable this instrument, add the following to the my.cnf file of the monitored server: [mysqld] ... This section describes the ...
https://dev.mysql.com/doc/x-devapi-userguide/en/collection-indexing.html
For a text field, you must specify a prefix length for the index, as required by MySQL Server: myCollection.createIndex("zip", {fields: [{field: "$.zip", type: "TEXT(10)"}]}) See Defining an Index for information on the format of IndexDefinition and ...Creating an Index Collection indexes are ordinary MySQL indexes on virtual columns that extract data from the documents in the ... To make large collections ...
Displaying 1961 to 1970 of 3917 total results