zoukankan      html  css  js  c++  java
  • mysql系列命令解释

    mysqld - the MySQL server

    mysql - the MySQL command-line tool

    mysqlaccess - client for checking access privileges

    mysqladmin - client for administering a MySQL server

    mysqlbinlog - utility for processing binary log files

    mysqlbug - generate bug report

     mysqlcheck - a table maintenance program

    mysql_config - display options for compiling clients

    mysql_config_editor - configure authentication information for connecting to MySQL server

        mysql_convert_table_format - convert tables to use a given storage engine

    mysqld_multi - manage multiple MySQL servers


    mysqld_safe - MySQL server startup script

     mysqldump - a database backup program

    mysqlhotcopy arguments
    mysql_find_rows - extract SQL statements from files

    mysql_fix_extensions data_dir
    mysqldumpslow - Summarize slow query log files


    mysqlimport - a data import program

     mysql_install_db - initialize MySQL data directory


    mysql_plugin - configure MySQL server plugins


    mysql_secure_installation - improve MySQL installation security


    mysqlshow - display database, table, and column information


    mysqlslap - load emulation client


    mysqltest - program to run test cases
    mysqltest_embedded - program to run embedded test cases

     mysql_upgrade - check and upgrade MySQL tables
    mysql_tzinfo_to_sql - load the time zone tables

    mysql_zap - kill processes that match a pattern
    mysql_waitpid - kill process and wait for its termination

  • 相关阅读:
    JavaScript正则表达式(四)
    JavaScript三元运算符以及运算符顺序
    JavaScript进制转换
    JavaScript赋值运算符和关系运算符
    JavaScript输出
    hadoop1.2.1的安装
    SSH免费登录
    使用java poi解析表格
    【深入理解JVM】:Java类继承关系中的初始化顺序
    解决yum安装mysql时Requires: libc.so.6(GLIBC_2.17)(64bit)
  • 原文地址:https://www.cnblogs.com/timssd/p/5767068.html
Copyright © 2011-2022 走看看