Home > Database > Mysql Tutorial > mysql 程序参考_MySQL

mysql 程序参考_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:59:25
Original
843 people have browsed it

mysql的几个主要程序的作用

isamchk 和 myisamchk   对表进行检查和修复,执行键分布分析和重新激活索引的实用程序

myisampack 和 pack_isam   产生压缩的只读表的实用程序

mysql  具有行编辑能力的交互式程序,可以将查询发送到mysql服务器中,还可以批处理方式使用来执行存储在一个文件中的查询

mysql.server  启动和关闭mysql服务器的脚本

mysqlacess   测试访问权限的脚本

mysqladmin  执行管理操作的实用程序

mysqlbug  产生故障报告的脚本

mysqld  mysql服务器。该程序必须一直运行使得客户机具有对服务器所管理的数据库的访问

mysqldump  转储数据库表内容的实用程序

mysqlimport   将数据批量装载到表中的实用程序

mysqlshow  提供关于数据库或表的信息的实用程序

safe_mysqld  启动和监控mysql服务器的脚本

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template