Search



Search Results
Displaying 381 to 390 of 3565 total results
https://dev.mysql.com/doc/x-devapi-userguide/en/dynamic-sql.html
A quoting function exists to escape SQL names and identifiers. Session.quoteName() escapes the identifier given in accordance to the settings of the current connection. Note The quoting function must not be used to escape values. Use the value ...
https://dev.mysql.com/doc/refman/8.4/en/faqs-mysql-cluster.html
Can I run NDB Cluster nodes inside virtual machines (such as those created by VMWare, VirtualBox, Parallels, or Xen)? A.10.13. How do I handle MySQL users in an NDB Cluster having multiple MySQL servers? A.10.39. Users of NDB Cluster 7.3 or 7.4 ...
https://dev.mysql.com/doc/refman/8.4/en/performance-schema-threads-table.html
row *************************** THREAD_ID: 1 NAME: thread/sql/main TYPE: BACKGROUND PROCESSLIST_ID: NULL PROCESSLIST_USER: NULL PROCESSLIST_HOST: NULL PROCESSLIST_DB: mysql PROCESSLIST_COMMAND: NULL PROCESSLIST_TIME: 418094 PROCESSLIST_STATE: NULL ... The threads table contains a row for each server ...
https://dev.mysql.com/doc/refman/8.4/en/full-text-adding-collation.html
Warning User-defined collations are deprecated; you should expect support for them to be removed in a future version of MySQL. The server issues a warning for any use of COLLATE user_defined_collation in an SQL statement; a warning is also issued ...The sample collation is like latin1_swedish_ci but treats the '-' character as a letter rather than as a punctuation character so that it can be indexed as a word ...
https://dev.mysql.com/doc/mysql-enterprise-backup/8.4/en/mysqlbackup.privileges.html
You can either create a new user with a limited set of privileges, or use an administrative account such as root. For backing up and restoring user-created non-InnoDB tables: LOCK TABLES on all schemas containing user-created non-InnoDB tables For ... The mysqlbackup command connects to the MySQL server using the credentials supplied with the --user and --password ...
https://dev.mysql.com/doc/mysql-installer/en/server-accounts-roles.html
MySQL User Accounts (Optional) Click Add User or Edit User to create or modify MySQL user accounts with predefined roles. To create a new MySQL account that uses Windows authentication, enter the user name and then select a value for Host and Role.
https://dev.mysql.com/doc/refman/8.4/en/mysqlslap.html
Invoke mysqlslap like this: mysqlslap [options] Some options such as --create or --query enable you to specify a string containing an SQL statement or a file containing statements. mysqlslap runs in three stages: Create schema, table, and optionally ... mysqlslap is a diagnostic program designed to emulate client load for a MySQL server and to report the timing of each ...
https://dev.mysql.com/doc/mysql-monitor/8.0/en/mem-unattended-installation-cmdline-options-agent.html
--agent_autocreate Command-Line Format --agent_autocreate Type Boolean Auto-create the less privileged users (--generaluser and -limiteduser) using the --mysqluser user. --mysqlport TCP/IP port for the monitored MySQL server --mysqlsocket Unix ...
https://dev.mysql.com/doc/mysql-installer/en/MySQLInstallerConsole.html
A user block should be defined for each user to be created during the product installation. A block can include either a config or user type key; config is the default type if one is not defined. Note The user type key is not supported when a ...
https://dev.mysql.com/doc/heatwave/en/mys-hwaml-recommendation-model-types.html
You can create recommendation models based on either explicit or implicit feedback. Recommendation Models with Explicit Feedback Recommendation models that use explicit feedback collect data on users that directly provide ratings on items. The ...
Displaying 381 to 390 of 3565 total results