当前位置:网站首页>First knowledge of database
First knowledge of database
2022-07-03 20:04:00 【FYHLH】
MySQL It's the best RDBMS(Relational Database Management System, Relational database management system )
Simple database commands :
mysql -u user name -p password : Login data ,
select version(); View the database version number
show databases : View all local databases ;
user Database name : Switch database ;
show tables; View all the table names under the database ;
exit : sign out ;
create user ' user name '@'host' identified by ' password '; Create user
grant all Database name .* to ' user name '@'localhost' : to grant authorization
Authorization can be selected select insert update drop create;
grant all on *.* to user name @localhost
revoke all on *.* user name @localhost;
drop user user name @'localhost';: Delete user ;
show databases: Check the existing database .
show create database Database name : Look at a database
show create database Database name : View a database character set
create database if not exists Database name ; Create a nonexistent database ;
create database if not exists Database name alter character set code Create a nonexistent database And specify the code
alter database Database name character set utf8; Modify database code
drop database Database name : Delete database
create table Table name () : Create table
drop table Delete table
insert int Table name values( data , data ,...): Add data
update from Table name set Modifying data where Where data needs to be modified ;
delete form Table name where Where the data to be deleted ;
select xxx : Write what you check
边栏推荐
- 2.3 other data types
- PR notes:
- Xctf attack and defense world crypto master advanced area olddriver
- Virtual machine installation deepin system
- Day10 ---- 强制登录, token刷新与jwt禁用
- 4. Data binding
- BOC protected alanine zinc porphyrin Zn · TAPP ala BOC / alanine zinc porphyrin Zn · TAPP ala BOC / alanine zinc porphyrin Zn · TAPP ala BOC / alanine zinc porphyrin Zn · TAPP ala BOC supplied by Qiyu
- 44. Concurrent programming theory
- Micro service knowledge sorting - cache technology
- unittest框架基本使用
猜你喜欢
![[Yu Yue education] basic reference materials of manufacturing technology of Shanghai Jiaotong University](/img/95/5baf5c8bedb00e67394a6c0a8234ff.png)
[Yu Yue education] basic reference materials of manufacturing technology of Shanghai Jiaotong University

2.1 use of variables

2022-06-25 advanced network engineering (XI) IS-IS synchronization process of three tables (neighbor table, routing table, link state database table), LSP, cSNP, psnp, LSP
![AI enhanced safety monitoring project [with detailed code]](/img/a9/cb93f349229e86cbb05ad196ae9553.jpg)
AI enhanced safety monitoring project [with detailed code]

Chapitre 1: le roi de shehan a mal calculé

PR 2021 quick start tutorial, how to create new projects and basic settings of preferences?

PR FAQ: how to set PR vertical screen sequence?

Chapter 1: recursively find the factorial n of n!

IPv6 experiment

Network security Kali penetration learning how to get started with web penetration how to scan based on nmap
随机推荐
2022-07-02 advanced network engineering (XV) routing policy - route policy feature, policy based routing, MQC (modular QoS command line)
Gym welcomes the first complete environmental document, which makes it easier to get started with intensive learning!
Strict data sheet of new features of SQLite 3.37.0
Chapter 1: seek common? Decimal and S (D, n)
Network security Kali penetration learning how to get started with web penetration how to scan based on nmap
2.5 conversion of different data types (2)
Global and Chinese market of liquid antifreeze 2022-2028: Research Report on technology, participants, trends, market size and share
PR 2021 quick start tutorial, material import and management
The simplicity of laravel
1.5 learn to find mistakes first
Commands related to files and directories
2022-06-27 网工进阶(十二)IS-IS-开销类型、开销计算、LSP的处理机制、路由撤销、路由渗透
4. Data splitting of Flink real-time project
BOC protected amino acid porphyrins TAPP ala BOC, TAPP Phe BOC, TAPP Trp BOC, Zn · TAPP ala BOC, Zn · TAPP Phe BOC, Zn · TAPP Trp BOC Qiyue
How to check the permission to write to a directory or file- How do you check for permissions to write to a directory or file?
Global and Chinese market of high temperature Silver sintering paste 2022-2028: Research Report on technology, participants, trends, market size and share
Acquisition and transmission of parameters in automatic testing of JMeter interface
Bright purple crystal meso tetra (4-aminophenyl) porphyrin tapp/tapppt/tappco/tappcd/tappzn/tapppd/tappcu/tappni/tappfe/tappmn metal complex - supplied by Qiyue
Point cloud data denoising
4. Data binding