help

mysqlbinlog

Manual page and help for the mysqlbinlog linux command. The server binary log consists of files containing "events" that describe how to modify the contents of the database. The server writes these files in binary format. The mysqlbinlog utility is used to display the content in text. You can also use mysqlbinlog to display the contents of the forwarding log files written by the slave server in the replication option because the format of the forwarding logs is the same as the format of the binary logs.

disown (built-in Bash command)

The manual page and help for the disown built-in Bash command. The disown command removes all JOBS jobs from the active jobs table. Removes the current job memorized by the shell without specifying the JOB NUMBER.

ps2ascii

Manual page and help for the ps2ascii linux command. Ps2ascii is a ghostscript converter that generates ASCII files from PostScript or PDF files.

mysqlanalyze

The manual page and help for the mysqlanalyze linux command. Mysqlcheck maintains client tables: checks, repairs, optimizes, or analyzes tables. All tables are locked, so they are not available for other sessions during processing, although the table is only locked with a READ lock for control operations. Board maintenance operations can be time consuming, especially for large boards. Using --databases or --all-databases to process all tables in one or more databases can take a long time to run mysqlcheck. (This is also true for the mysql_upgrade command, because this program calls mysqlcheck to check all tables and repair them if necessary.)

set (built-in Bash command)

The manual page and help for the set built-in Bash command. Use the set command to set and clear shell settings and attributes. Running without arguments, outputs shell variables and their values.

popd (built-in Bash command)

The manual page and help for the popd built-in Bash command. The popd command removes a directory from the directory stack. Without arguments, it removes the top-level directory from the directory stack and sets the new working directory to the extracted item. If the popd command is successful, a dirs command is also executed and returns 0. The directory stack can be displayed with the dirs command, and a new directory can be added with the pushd command.

pushd (built-in Bash command)

The manual page and help for the pushd built-in Bash command. The pushd command adds a directory to the directory stack. It puts a directory on top of the directory stack or rotates the stack, making the current working directory the new top item. Called without arguments, swaps the top two directories and returns 0 unless the directory stack is empty. The directory stack can be displayed with the dirs command and the popd command can be used to extract a directory from it. The current directory is always the first directory in the stack.

dirs (built-in Bash command)

The manual page and help for the dirs built-in Bash command. Use the dirs command to display the directory stack. Displays a list of currently memorized directories without options. The default output of the command returns memorized directory names separated by spaces in a single line. Directories that you want to remember can be put on the stack with the pushd command and removed with the popd command. The current directory is always the first directory on the stack.

mysqladmin

The mysqladmin linux command manual page and help. Mysqladmin is a client for performing administrative operations. It can be used to check the configuration and current status of the server, create and drop databases, and so on.