麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 數據庫 > MySQL > 正文

MySQL命令行下18個常用命令

2024-07-24 13:15:32
字體:
來源:轉載
供稿:網友

在日常的網站維護和管理中,會用到非常多的SQL語句,
熟練使用對網站管理有很多好處,尤其是站群管理的時候。

下面列一些常用的命令做備記。

1、顯示數據庫
show databases
顯示表
show tables;

 2、創建用戶
創建root用戶密碼為123

use mysql; grant all on *.* to root@'%' identified by '123' with grant option; commit;

 3、修改密碼

grant all on *.* to xing@'localhost' identified by '123456' with grant option; update user set password = password('newpwd') where user = 'xing' and host='localhost'; flush privileges;

 4、創建數據庫testdb:

create database testdb;

 5、預防性創建數據庫:

create database if not testdb;

 6、創建表:

use testdb; create table table1( username varchar(12), password varchar(20));

 7、預防性創建表aaa:

create table if not exists aaa(ss varchar(20));

 8、查看表結構:

describe table1;

 9、插入數據到表table1:

insert into table1(username,password) values ('leizhimin','lavasoft'), ('hellokitty','hahhahah'); commit;

 10、查詢表table1:

select * from table1;

 11、更改數據:

update table1 set password='hehe' where username='hellokitty'; commit;

 12、刪除數據:

delete from table1 where username='hellokitty'; commit;

13、給表添加一列:

alter table table1 add column(  sex varchar(2) comment '性別',  age date not null comment '年齡' ); commit;

14、修改表結構

從查詢創建一個表table1:

create table tmp as select * from table1;

15、刪除表table1:

drop table if exists table1; drop table if exists tmp;

16、備份數據庫testdb

mysqldump -h 192.168.3.143 -u root -p pwd -x --default-character-set=gbk >C:/testdb.sql

17、刪除數據庫testdb

drop database testdb;

18、恢復testdb數據庫
首先先建立testdb數據庫,然后用下面命令進行本地恢復

mysql -u root -pleizhimin testdb <C:/testdb.sql

這18個MYSQL命令都是管理員在日常維護中經常會用到的,熟練使用這些命令會使你的工作非常輕松


注:相關教程知識閱讀請移步到MYSQL教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 91精品免费观看 | 黄色大片大毛片 | 国产毛片毛片毛片 | 91av网址| 欧美亚洲另类在线 | 久久经典国产视频 | 欧美性久久久 | 欧美精品日日鲁夜夜添 | 爽爽视频免费看 | 久久国产一 | 成人黄视频在线观看 | 日韩黄色一区 | 九一免费版在线观看 | 久久久av亚洲男天堂 | 国产69精品久久久久孕妇黑 | chinesexxxx刘婷hd| 91久久久久久久 | 一区二区精品视频 | 宅男噜噜噜66国产在线观看 | 国产一级不卡毛片 | 一级黄色欧美 | 亚洲一区成人在线 | 久草在线手机视频 | 蜜桃视频观看麻豆 | 毛片a片| 日韩色视频在线观看 | 亚洲精品成人久久久 | 国产亚洲精品久久久久5区 综合激情网 | 看片一区二区三区 | 欧美一级全黄 | 精品国产视频一区二区三区 | 成人毛片视频在线播放 | 成人三级在线播放 | 欧美成人精品一区二区男人小说 | 久久午夜神器 | 亚洲网在线观看 | 国产日产精品一区二区三区四区 | 国内精品久久久久影院不卡 | 成人黄色小视频网站 | 黄色美女网站免费看 | 亚洲生活片 |