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

  • 相关阅读:
    二分图的最大匹配
    染色法判定二分图
    kruskal求最小生成树
    prim算法求最小生成树
    floyd
    spfa算法
    bellman_ford
    Dijkstra
    文件操作_1-18 选择题
    会话控制_2-5 编程练习
  • 原文地址:https://www.cnblogs.com/timssd/p/5767068.html
Copyright © 2011-2022 走看看