mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 02:46:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			180 lines
		
	
	
	
		
			4.9 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			180 lines
		
	
	
	
		
			4.9 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
| '\" t
 | |
| .\"
 | |
| .TH "\fBMYSQL\&.SERVER\fR" "1" "3 September 2024" "MariaDB 11.4" "MariaDB Database System"
 | |
| .\" -----------------------------------------------------------------
 | |
| .\" * set default formatting
 | |
| .\" -----------------------------------------------------------------
 | |
| .\" disable hyphenation
 | |
| .nh
 | |
| .\" disable justification (adjust text to left margin only)
 | |
| .ad l
 | |
| .\" -----------------------------------------------------------------
 | |
| .\" * MAIN CONTENT STARTS HERE *
 | |
| .\" -----------------------------------------------------------------
 | |
| .\" mysql.server
 | |
| .SH "NAME"
 | |
| mysql.server \- MariaDB server startup script
 | |
| .SH "SYNOPSIS"
 | |
| .HP \w'\fBmysql\ {start|stop}\fR\ 'u
 | |
| \fBmysql {start|stop}\fR
 | |
| .SH "DESCRIPTION"
 | |
| .PP
 | |
| MariaDB distributions on Unix include a script named
 | |
| \fBmysql\&.server\fR\&. It can be used on systems such as Linux and Solaris that use System V\-style run directories to start and stop system services\&. It is also used by the Mac OS X Startup Item for MariaDB\&.
 | |
| .PP
 | |
| \fBmysql\&.server\fR
 | |
| can be found in the
 | |
| support\-files
 | |
| directory under your MariaDB installation directory or in a MariaDB source distribution\&.
 | |
| .PP
 | |
| If you use the Linux server RPM package (MySQL\-server\-\fIVERSION\fR\&.rpm), the
 | |
| \fBmysql\&.server\fR
 | |
| script will be installed in the
 | |
| /etc/init\&.d
 | |
| directory with the name
 | |
| mysql\&. You need not install it manually\&.
 | |
| .PP
 | |
| Some vendors provide RPM packages that install a startup script under a different name such as
 | |
| \fBmariadbd\fR\&.
 | |
| .PP
 | |
| If you install MariaDB from a source distribution or using a binary distribution format that does not install
 | |
| \fBmysql\&.server\fR
 | |
| automatically, you can install it manually\&.
 | |
| .PP
 | |
| \fBmysql\&.server\fR
 | |
| reads options from the
 | |
| [mysql\&.server]
 | |
| and
 | |
| [mariadbd]
 | |
| sections of option files\&. For backward compatibility, it also reads
 | |
| [mysql_server]
 | |
| sections, although you should rename such sections to
 | |
| [mysql\&.server]&.
 | |
| .PP
 | |
| \fBmysql\&.server\fR
 | |
| supports the following options\&.
 | |
| .sp
 | |
| .RS 4
 | |
| .ie n \{\
 | |
| \h'-04'\(bu\h'+03'\c
 | |
| .\}
 | |
| .el \{\
 | |
| .sp -1
 | |
| .IP \(bu 2.3
 | |
| .\}
 | |
| .\" mysql.server: basedir option
 | |
| .\" basedir option: mysql.server
 | |
| \fB\-\-basedir=\fR\fB\fIpath\fR\fR
 | |
| .sp
 | |
| The path to the MariaDB installation directory\&.
 | |
| .RE
 | |
| .sp
 | |
| .RS 4
 | |
| .ie n \{\
 | |
| \h'-04'\(bu\h'+03'\c
 | |
| .\}
 | |
| .el \{\
 | |
| .sp -1
 | |
| .IP \(bu 2.3
 | |
| .\}
 | |
| .\" mysql.server: datadir option
 | |
| .\" datadir option: mysql.server
 | |
| \fB\-\-datadir=\fR\fB\fIpath\fR\fR
 | |
| .sp
 | |
| The path to the MariaDB data directory\&.
 | |
| .RE
 | |
| .sp
 | |
| .RS 4
 | |
| .ie n \{\
 | |
| \h'-04'\(bu\h'+03'\c
 | |
| .\}
 | |
| .el \{\
 | |
| .sp -1
 | |
| .IP \(bu 2.3
 | |
| .\}
 | |
| .\" mysql.server: pid-file option
 | |
| .\" pid-file option: mysql.server
 | |
| \fB\-\-pid\-file=\fR\fB\fIfile_name\fR\fR
 | |
| .sp
 | |
| The path name of the file in which the server should write its process ID\&. If not provided, the default, "host_name.pid" is used.
 | |
| .RE
 | |
| .sp
 | |
| .RS 4
 | |
| .ie n \{\
 | |
| \h'-04'\(bu\h'+03'\c
 | |
| .\}
 | |
| .el \{\
 | |
| .sp -1
 | |
| .IP \(bu 2.3
 | |
| .\}
 | |
| .\" mysql.server: service-startup-timeout option
 | |
| .\" service-startup-timeout option: mysql.server
 | |
| \fB\-\-service\-startup\-timeout=\fR\fB\fIfile_name\fR\fR
 | |
| .sp
 | |
| How long in seconds to wait for confirmation of server startup\&. If the server does not start within this time,
 | |
| \fBmysql\&.server\fR
 | |
| exits with an error\&. The default value is 900\&. A value of 0 means not to wait at all for startup\&. Negative values mean to wait forever (no timeout)\&.
 | |
| .RE
 | |
| .sp
 | |
| .RS 4
 | |
| .ie n \{\
 | |
| \h'-04'\(bu\h'+03'\c
 | |
| .\}
 | |
| .el \{\
 | |
| .sp -1
 | |
| .IP \(bu 2.3
 | |
| .\}
 | |
| .\" mysql.server: use-mariadbd_safe option
 | |
| .\" use-mariadbd_safe option: mysql.server
 | |
| \fB\-\-use\-mariadbd_safe\fR
 | |
| .sp
 | |
| Use
 | |
| \fBmariadbd_safe\fR
 | |
| to start the server\&. This is the default\&.
 | |
| .RE
 | |
| .sp
 | |
| .RS 4
 | |
| .ie n \{\
 | |
| \h'-04'\(bu\h'+03'\c
 | |
| .\}
 | |
| .el \{\
 | |
| .sp -1
 | |
| .IP \(bu 2.3
 | |
| .\}
 | |
| .\" mysql.server: use-manager option
 | |
| .\" use-manager option: mysql.server
 | |
| \fB\-\-use\-manager\fR
 | |
| .sp
 | |
| Use Instance Manager to start the server\&.
 | |
| .RE
 | |
| .sp
 | |
| .RS 4
 | |
| .ie n \{\
 | |
| \h'-04'\(bu\h'+03'\c
 | |
| .\}
 | |
| .el \{\
 | |
| .sp -1
 | |
| .IP \(bu 2.3
 | |
| .\}
 | |
| .\" mysql.server: user option
 | |
| .\" user option: mysql.server
 | |
| \fB\-\-user=\fR\fB\fIuser_name\fR\fR
 | |
| .sp
 | |
| The login user name to use for running
 | |
| \fBmariadbd\fR\&.
 | |
| .RE
 | |
| .SH "COPYRIGHT"
 | |
| .br
 | |
| .PP
 | |
| Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc., 2010-2024 MariaDB Foundation
 | |
| .PP
 | |
| This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
 | |
| .PP
 | |
| This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 | |
| .PP
 | |
| You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA or see http://www.gnu.org/licenses/.
 | |
| .sp
 | |
| .SH "SEE ALSO"
 | |
| For more information, please refer to the MariaDB Knowledge Base, available online at https://mariadb.com/kb/
 | |
| .SH AUTHOR
 | |
| MariaDB Foundation (http://www.mariadb.org/).
 | 
