February 2018
Intermediate to advanced
510 pages
16h 10m
English
mysqladmin is the client for administrative operation. It can be used to check the server's configuration, connection status, drop and create database, and much more.
The execution syntax for the mysqladmin command is as follows:
shell> mysqladmin [options] command [command-arg] [command [command-org]] ...
mysqladmin supports plenty of program commands, starting from create db_name to create new database with name db_name, debug to get debug information, drop db_name to drop a database, flush-xxxx , where xxxx can be replaced with logs, hosts, privileges, status, tables, threads, and so on. kill id to kill the server thread or multiple threads, password new_password to set a new password, ...
Read now
Unlock full access