摘要:
增 添加数据 新建数据库 create database newdatabase; 选择数据库 use newdatabase; 新建表 create table newtable(id int,name varchar(20),age int); 给表添加数据 insert into newtab 阅读全文
posted @ 2019-03-15 11:27
杨老板
阅读(122)
评论(0)
推荐(0)
摘要:
df h 查看磁盘空间 free m 查看内存使用情况 tail f 查看一个文件内容的动态变化 less 查看文件,以较少的内容输出,通过辅助键滚动查看 坚持服务是否启动 阅读全文
posted @ 2019-03-15 09:32
杨老板
阅读(87)
评论(0)
推荐(0)