Search

Download this Manual
PDF (US Ltr) - 35.0Mb
PDF (A4) - 35.1Mb
Man Pages (TGZ) - 254.9Kb
Man Pages (Zip) - 359.9Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb


Displaying 31 to 40 of 200 total results
https://dev.mysql.com/doc/refman/5.7/en/using-systemd.html
To use multiple-instance capability, modify the my.cnf option file to include configuration of key options for each instance. If you install MySQL from a source distribution on a platform that uses systemd, obtain systemd support for MySQL by ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndbd.html
Although it is preferable to specify other ndbd program options in a my.ini or my.cnf configuration file, it is possible to use together with --install. The ndbd binary provides the single-threaded version of the process that is used to handle all ...
https://dev.mysql.com/doc/refman/5.7/en/plugin-loading.html
To install a plugin named myplugin from a plugin library file named somepluglib.so, use these lines in a my.cnf file: [mysqld] plugin-load-add=myplugin=somepluglib.so In this case, the plugin is not registered in mysql.plugin. Remove from the my.cnf ... Server plugins must be loaded into the server before they can be ...
https://dev.mysql.com/doc/refman/5.7/en/mysqladmin.html
You can use it to check the server's configuration and current status, to create and drop databases, and more. Invoke mysqladmin like this: mysqladmin [options] command [command-arg] [command [command-arg]] ... Some of the commands take an argument ...
https://dev.mysql.com/doc/refman/5.7/en/mysqlbinlog.html
The server's binary log consists of files containing “events” that describe modifications to database contents. To display their contents in text format, use the mysqlbinlog utility. You can also use mysqlbinlog to display the contents of relay ...
https://dev.mysql.com/doc/refman/5.7/en/faqs-replication.html
In the following section, we provide answers to questions that are most frequently asked about MySQL Replication. Must the replica be connected to the source all the time? A.14.2. Must I enable networking on my source and replica to enable ...
https://dev.mysql.com/doc/refman/5.7/en/windows-create-option-file.html
You can determine its exact location from the value of the WINDIR environment variable using the following command: C:\> echo %WINDIR% MySQL looks for options in each location first in the my.ini file, and then in the my.cnf file. If you need to ...
https://dev.mysql.com/doc/refman/5.7/en/install-plugin.html
For example, set its value in a my.cnf file: [mysqld] plugin_dir=/path/to/plugin/directory If the value of plugin_dir is a relative path name, it is taken to be relative to the MySQL base directory (the value of the basedir system variable). INSTALL ... INSTALL PLUGIN plugin_name SONAME 'shared_library_name' This statement installs a server ...
https://dev.mysql.com/doc/refman/5.7/en/multiple-server-clients.html
For example, you can use C:\my.cnf on Windows, or the .my.cnf file in your home directory on Unix. "mysql_read_default_file=/usr/local/mysql/data/my.cnf"; $dbh = DBI->connect($dsn, $user, $password); See Section 27.9, “MySQL Perl API”. Start the ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-mysqld.html
Insert a line containing ndbcluster in the [mysqld] section of your my.cnf file. The mysqld parameter ndb-connectstring is used to specify the connection string either on the command line when starting mysqld or in my.cnf. row ...To be used with NDB ...
Displaying 31 to 40 of 200 total results