Mysql基础命令及语法笔记
摘要
# 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
剩余内容需要登录才能阅读
登录 后才能评论~
猜你喜欢
推荐了几个