当前位置:网站首页>Database basic commands
Database basic commands
2022-07-06 07:47:00 【√ far away】
Catalog
2、 Displays all databases in the system
4、 Create a table using a database
12、union select combination information_schema database
Environmental Science
phpstudy2018 MySQL Apache SQLi-labs DVWA
1、 Connect to database
mysql -u root -p
Enter the password and the connection is successful
2、 Displays all databases in the system
show databases;
3、 New database
create database studdent;
4、 Create a table using a database
5、 Add data
View content
6、 Delete data
7、 Modifying data
8、 Query data
9、order by usage
take result The data in the table is sorted according to the score ;
Display with id by 1,name by 2,score by 3 Sort ;
10、limit usage
11、union select usage
12、union select combination information_schema database
MySQL5.0 There is a version called information_schema The database of , It stores all the information in the database , It's about MySQL Information about all other databases maintained by the server . Such as database name , Table of database , Data type and access right of table column . and 5.0 There is no .
边栏推荐
- Apache middleware vulnerability recurrence
- Ble of Jerry [chapter]
- xpath中的position()函数使用
- [count] [combined number] value series
- WebRTC系列-H.264预估码率计算
- 软件开发的一点随记
- Machine learning - decision tree
- The way to learn go (I) the basic introduction of go to the first HelloWorld
- Esrally domestic installation and use pit avoidance Guide - the latest in the whole network
- Ali's redis interview question is too difficult, isn't it? I was pressed on the ground and rubbed
猜你喜欢
Risk planning and identification of Oracle project management system
Significance and measures of encryption protection for intelligent terminal equipment
QT color is converted to string and uint
Opencv learning notes 8 -- answer sheet recognition
Pre knowledge reserve of TS type gymnastics to become an excellent TS gymnastics master
[nonlinear control theory]9_ A series of lectures on nonlinear control theory
[MySQL learning notes 32] mvcc
qt颜色与字符串、uint相互转换
octomap averageNodeColor函数说明
[window] when the Microsoft Store is deleted locally, how to reinstall it in three steps
随机推荐
Typescript interface properties
Rust language - receive command line parameter instances
Sharing of source code anti disclosure scheme under burning scenario
上线APS系统,破除物料采购计划与生产实际脱钩的难题
Is the super browser a fingerprint browser? How to choose a good super browser?
TS 类型体操 之 extends,Equal,Alike 使用场景和实现对比
Simulation of Michelson interferometer based on MATLAB
onie支持pice硬盘
QT color is converted to string and uint
Typescript variable scope
HTTP cache, forced cache, negotiated cache
leecode-C語言實現-15. 三數之和------思路待改進版
Machine learning - decision tree
opencv学习笔记八--答题卡识别
Binary tree creation & traversal
Type of data in energy dashboard
Opencv learning notes 8 -- answer sheet recognition
Typescript function definition
Opencv learning notes 9 -- background modeling + optical flow estimation
洛谷P4127 [AHOI2009]同类分布 题解