Mysql命令集锦

Mysql命令集锦 MySQL经常使用命令 一、MySQL经常使用命令 create database name; 建立数据库 use databasename; 选择数据库 drop database name 直接删除数据库,不提醒 show tables; 显示表 describe tablename; 表的详细描述 select 中加上distinct去除重复字段 mysqladmin d
相关文章
相关标签/搜索