当前位置:网站首页>1. View databases and tables
1. View databases and tables
2022-04-23 07:40:00 【Ah Dai cloth clothes cool】
1. View databases and tables
1. How to log in MySQL?
mysql -u user name -p password
2. How to view all current databases ?
show databases;
3. How to use the specified database ?
use Database name ;
4. How to view all data tables in the current database ?
show tables;
5. How to display the database of the current operation ?
select database();
6. How to display the currently logged in user ?
select user();
7. How to import database script files ?
source /Users/Desktop/init.sql
8. How to view the structure of a table ?
desc Table name ;
9. How to view all data in a table ?
select * from Table name ;
版权声明
本文为[Ah Dai cloth clothes cool]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230622239573.html
边栏推荐
- UDP基础学习
- 13.用户和权限管理
- Applet newline character \ nfailure problem resolution - Daily pit stepping
- The people of Beifeng have been taking action
- AuthorizationServer(授权服务器的简单搭建)
- P2257 YY的GCD(莫比乌斯反演)
- 快速下载vscode的方法
- Failed to install Tui editor, quick solution
- 华为云MVP邮件
- Solution of self Networking Wireless Communication intercom system in Beifeng oil and gas field
猜你喜欢
随机推荐
The people of Beifeng have been taking action
xdotool按键精灵
数论之阶与原根讲解
AuthorizationServer(授权服务器的简单搭建)
Solution of wireless intercom system in Commercial Plaza
浅谈BFC(块格式化上下文)
数据分析学习(一)数据分析和Numpy基础
Solution of emergency communication system for major security incidents
记录一下使用v-print中遇到的问题
(扩展)BSGS与高次同余方程
npm 安装踩坑
青龙面板拉库命令更新【2022/4/20】收藏不走丢
什么是闭包?
可视化常见问题解决方案(九)背景颜色问题
F-牛妹的苹果树(直径合并)
H5 case development
el-date-picker中自定义快捷选项picker-options,动态设置禁用日期
Mysql持久性的实现
使用compressorjs压缩图片,优化功能,压缩所有格式的图片
keytool: command not found