Search



Search Results
Displaying 21 to 30 of 30 total results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-password-validation.html
The STRONG policy adds the condition that password substrings of length 4 or longer must not match words in the dictionary file, if one has been specified. The validate_password component serves to test user-specified passwords and improve security. The component exposes a set of system variables that enable you to define a password ...
https://dev.mysql.com/doc/refman/8.4/en/set.html
The second is similar, but not the same: It finds rows where set_col contains value anywhere, even as a substring of another set member. A SET is a string object that can have zero or more values, each of which must be chosen from a list of ...
https://dev.mysql.com/doc/refman/8.4/en/string-functions-charset.html
The same applies for INSTR(), LCASE(), LOWER(), LTRIM(), MID(), REPEAT(), REPLACE(), REVERSE(), RIGHT(), RPAD(), RTRIM(), SOUNDEX(), SUBSTRING(), TRIM(), UCASE(), and UPPER(). MySQL has many operators and functions that return a string. This ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-common-files.html
In the NDB Cluster source distribution, the storage/ndb/ndbapi-examples directory storage/ndb/ndbapi-examples/common contains four header files with utilities for use in example NDB API programs. (Bug #70550, Bug #17592990) The names of these files ...
https://dev.mysql.com/doc/ndbapi/en/ndbapi-examples-array-simple.html
This program inserts CHAR, VARCHAR, and BINARY column data into a table by constructing aRef objects using local functions. It then reads the columns back and extracts the data from them using local functions. See Section 2.5.15, “Common Files ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password-options-variables.html
Assuming that is true, each substring of the password of length 4 up to 100 is compared to the words in the dictionary file. This section describes the system and status variables that validate_password provides to enable its operation to be ...
https://dev.mysql.com/doc/refman/8.4/en/validate-password.html
STRONG policy adds the condition that password substrings of length 4 or longer must not match words in the dictionary file, if one has been specified. The validate_password component serves to improve security by requiring account passwords and ...
https://dev.mysql.com/doc/mysql-errors/8.4/en/server-error-reference.html
The MySQL server writes some error messages to its error log, and sends others to client programs. Example server-side error messages written to the error log: 2018-10-28T13:01:32.735983Z 0 [Note] [MY-010303] [Server] Skipping generation of SSL ...
https://dev.mysql.com/doc/relnotes/connector-j/en/news-8-0-29.html
(Bug #82084, Bug #23743938) A PreparedStatement could not be rewritten for batch insert if any table column involved contained "select" as a substring in the column name. Version 8.0.29 is the latest General Availability release of the 8.0 series ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
MySQLInstallerConsole.exe provides command-line functionality that is similar to MySQL Installer. This reference includes: MySQL Product Names Command Syntax Command Actions The console is installed when MySQL Installer is initially executed and ...
Displaying 21 to 30 of 30 total results