Search



Search Results
Displaying 871 to 880 of 5281 total results
https://dev.mysql.com/doc/mysql-secure-deployment-guide/8.0/en/secure-deployment-user-accounts.html
To have passwords automatically expire after a specified number of days, add an entry similar to this under the [mysqld] option group in the MySQL configuration file (/etc/my.cnf): default_password_lifetime=120 A setting of 120 means that the ...It ...By default, generated random passwords have a length of 20 ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-migrate-keyring.html
If the file does not exist or is otherwise inaccessible, an error occurs. If the file does not exist or is otherwise inaccessible, an error occurs. mysql_migrate_keyring supports the following options, which can be specified on the command line or ... The mysql_migrate_keyring utility migrates keys between one keyring component and ...Note --component-dir, --source-keyring, and ...
https://dev.mysql.com/doc/ndbapi/en/ndb-column.html
Data formats are as in MySQL and must use the correct byte length. Type Description ArrayType Specifies the column's internal storage format StorageType Determines whether the column is stored in memory or on disk Type The column's data type. NDB ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-configurator-cli.html
server-file-permissions-access N/A server-file-access list FullAccess, Configure, Manual full-access configure, upgrade N/A Configures the user level access for the server files (data directory and any files inside that location). log-error N/A ...
https://dev.mysql.com/doc/refman/8.4/en/mysqlcheck.html
If the file does not exist or is otherwise inaccessible, an error occurs. If the file does not exist or is otherwise inaccessible, an error occurs. If you use the --databases or --all-databases option to process all tables in one or more databases, ... The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes ...
https://dev.mysql.com/doc/refman/8.4/en/load-xml.html
If the file cannot be found, the following error results: ERROR 2 (HY000): File '/person.xml' not found (Errcode: 2) The ROWS IDENTIFIED BY '<person>' clause means that each <person> element in the XML file is considered equivalent to a row in the ...To write data from a table to an XML file, you can invoke the mysql client with the --xml and -e options from the system shell, as shown here: $> mysql --xml -e 'SELECT * FROM mydb.mytable' > file.xml To read the file back into a table, use LOAD ...
https://dev.mysql.com/doc/refman/8.4/en/mysql-cluster-install-configuration.html
Each data node or SQL node requires a my.cnf file that provides two pieces of information: a connection string that tells the node where to find the management node, and a line telling the MySQL server on this host (the machine hosting the data ...
https://dev.mysql.com/doc/connectors/en/connector-net-simple-membership-tutorial.html
The data for the newly created user can be located in the UserProfile and Webpages_Membership tables. Figure 4.7 Simple Membership: Choose Template and Engine Add references to the MySql.Data, MySql.Data.Entities, and MySql.Web assemblies. The ...
https://dev.mysql.com/doc/connector-net/en/connector-net-simple-membership-tutorial.html
The data for the newly created user can be located in the UserProfile and Webpages_Membership tables. Figure 6.7 Simple Membership: Choose Template and Engine Add references to the MySql.Data, MySql.Data.Entities, and MySql.Web assemblies. The ...
https://dev.mysql.com/doc/refman/8.4/en/mysqladmin.html
If the file does not exist or is otherwise inaccessible, an error occurs. If the file does not exist or is otherwise inaccessible, an error occurs. You can use it to check the server's configuration and current status, to create and drop databases, ...Some of the commands take an argument following the command ...Invoke mysqladmin like this: ...
Displaying 871 to 880 of 5281 total results