Search

Download this Manual
PDF (US Ltr) - 43.2Mb
PDF (A4) - 43.3Mb
Man Pages (TGZ) - 295.2Kb
Man Pages (Zip) - 400.4Kb
Info (Gzip) - 4.3Mb
Info (Zip) - 4.3Mb


Displaying 121 to 130 of 2046 total results
https://dev.mysql.com/doc/refman/8.0/en/mysqld-multi.html
mysqld_multi is designed to manage several mysqld processes that listen for connections on different Unix socket files and TCP/IP ports. Note For some Linux platforms, MySQL installation from RPM or Debian packages includes systemd support for ...
https://dev.mysql.com/doc/refman/8.0/en/mysqladmin.html
Thus, the next time you invoke mysqladmin (or any other client program) using the same account, you must specify the new password. Invoke mysqladmin like this: mysqladmin [options] command [command-arg] [command [command-arg]] ... debug Prior to ...
https://dev.mysql.com/doc/refman/8.0/en/faqs-security.html
Does MySQL include support for Roles Based Access Control (RBAC)? Not at this time. Where can I find documentation that addresses security issues for MySQL? A.9.2. Is SSL support built into MySQL binaries, or must I recompile the binary myself to ...
https://dev.mysql.com/doc/refman/8.0/en/macos-installation-launchd.html
macOS uses launch daemons to automatically start, stop, and manage processes and applications such as MySQL. To enable the launchd service, you can either: Open macOS system preferences and select the MySQL preference panel, and then execute Start ...The md5 checksum of a file containing the above snippet is ...
https://dev.mysql.com/doc/refman/8.0/en/using-encrypted-connections.html
Server-Side Runtime Configuration and Monitoring for Encrypted Connections Prior to MySQL 8.0.16, the tls_xxx and ssl_xxx system variables that configure encrypted-connection support can be set only at server startup. As of MySQL 8.0.16, the tls_xxx ...By client programs that are based on the MySQL C ... Several configuration parameters are available to indicate whether to use encrypted connections, ...
https://dev.mysql.com/doc/refman/8.0/en/aggregate-functions.html
For more information, see Section 14.19.3, “MySQL Handling of GROUP BY”. Examples: SELECT SEC_TO_TIME(SUM(TIME_TO_SEC(time_col))) FROM tbl_name; SELECT FROM_DAYS(SUM(TO_DAYS(date_col))) FROM tbl_name; Functions such as SUM() or AVG() that expect ... This section describes aggregate functions that operate on sets of ...
https://dev.mysql.com/doc/refman/8.0/en/atomic-ddl.html
Atomic DDL is made possible by the introduction of the MySQL data dictionary in MySQL 8.0. In earlier MySQL versions, metadata was stored in metadata files, nontransactional tables, and storage engine-specific dictionaries, which necessitated ...An ...
https://dev.mysql.com/doc/refman/8.0/en/innodb-memcached-porting-mysql.html
mysql> INSERT INTO innodb_memcache.containers (name,db_schema,db_table,key_columns,value_columns,flags,cas_column, expire_time_column,unique_idx_name_on_key) VALUES ('bbb','test','multicol','country','population,area_sq_km,drive_side', ... Consider ...If you are using lookup values that contain spaces, transform or hash them into values without spaces before using them as keys in calls to add(), set(), get(), and so ...
https://dev.mysql.com/doc/refman/8.0/en/features.html
MySQL Server supports many different character sets that can be specified at compile time and runtime. This section describes some of the important characteristics of the MySQL Database Software. In most respects, the roadmap applies to all ...
https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-programs-ndb-top.html
Usage ndb_top [-h hostname] [-t port] [-u user] [-p pass] [-n node_id] ndb_top connects to a MySQL Server running as an SQL node of the cluster. By default, it attempts to connect to a mysqld running on localhost and port 3306, as the MySQL root ...
Displaying 121 to 130 of 2046 total results