Mysql基础命令及语法笔记

写评论

Mysql基础命令及语法笔记

卷心菜
卷心菜
4 年前
摘要 # 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
剩余内容需要登录才能阅读
精彩评论
还没有人评论哦~
登录后才能评论~