开发者社区> 问答> 正文

What are the MySQL clients and utilities?

已解决

What are the MySQL clients and utilities?

展开
收起
1780169608831412 2021-10-16 16:50:25 479 0
2 条回答
写回答
取消 提交回答
  • 网络规划设计师、敏捷专家、CISP、ITSS服务经理、ACA全科目、ACP4项、ACE、CBP、CDSP、CZTP等。拥有 PRINCE2 Foundation/Practitioner、CCSK、ITIL、ISO27001、PMP等多项国际认证。 专利5+、期刊10+、知识产权师。核心期刊审稿人。
    采纳回答

    Several MySQL programs are available to help you communicate with the server. For administrative tasks, some of the most important ones are listed here:

    • mysql—An interactive program that enables you to send SQL statements to the server and to view the results. You can also use mysql to execute batch scripts (text files containing SQL statements).

    • mysqladmin—An administrative program for performing tasks such as shutting down the server, checking its configuration, or monitoring its status if it appears not to be functioning properly.

    • mysqldump—A tool for backing up your databases or copying databases to another server.

    • mysqlcheck and myisamchk—Programs that help you perform table checking, analysis, and optimization, as well as repairs if tables become damaged. mysqlcheck works with MyISAM tables and to some extent with tables for other storage engines. myisamchk is for use only with MyISAM tables.

    2021-10-16 17:28:51
    赞同 1 展开评论 打赏
  • Using C language

    2021-10-16 17:13:04
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
Bringing MySQL Compatibility to HBase using Database Virtualization 立即下载
AntsDB:MySQL Compatibility for HBase 立即下载
MySQL Replication: Latest Developments 立即下载