Mysql基础命令及语法笔记

Write Comment
Mysql基础命令及语法笔记

Mysql基础命令及语法笔记

卷心菜 卷心菜
Abstract # show 命令> help show 查看允许的show语句```sqlshow databasesshow tablesshow [full] columns from <table>show create datab

show 命令

help show 查看允许的show语句

show databases
show tables
show [full] columns from <table>
show create database/table <name>
show status
show grants
show triggers # 查看触发器
show grants for `username`
show errors
show warnings

set names

设置编码

set names 'utf8';

se

Login required to read the rest of the content

登录 to comment~