LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

mysqld

mySQL server daemon

TLDR

Start MySQL server
$ mysqld
copy
Start with specific config
$ mysqld --defaults-file=[/etc/mysql/my.cnf]
copy
Start with data directory
$ mysqld --datadir=[/var/lib/mysql]
copy
Run in safe mode
$ mysqld_safe
copy
Initialize data directory
$ mysqld --initialize
copy
Run with specific user
$ mysqld --user=[mysql]
copy
Verbose logging
$ mysqld --verbose
copy

SYNOPSIS

mysqld [options]

DESCRIPTION

mysqld is the MySQL server daemon. It handles database storage and query processing.The tool is the core database engine. Manages connections, queries, and data.

PARAMETERS

--defaults-file FILE

Configuration file.
--datadir DIR
Data directory path.
--user USER
Run as user.
--initialize
Initialize data directory.
--port PORT
Listen port.
--verbose
Verbose mode.
--help
Display help information.

INSTALL

sudo apt install mariadb-server-core
copy
sudo dnf install mariadb
copy
sudo pacman -S mariadb
copy
sudo apk add mariadb
copy
sudo zypper install mariadb
copy
brew install mariadb
copy
nix profile install nixpkgs#mariadb
copy

CAVEATS

Requires proper configuration. Resource intensive. Security setup critical.

HISTORY

mysqld is the MySQL database server, originally developed by MySQL AB and now maintained by Oracle.

SEE ALSO

mysql(1), mysqladmin(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid