随笔分类 -  SQL

摘要:echo "Shell 传递参数实例!"; echo "执行的文件名:$0"; echo "第一个参数为:$1"; echo "第二个参数为:$2"; echo "第三个参数为:$3"; $ chmod +x test.sh $ ./test.sh 1 2 3 Shell 传递参数实例! 执行的文件 阅读全文
posted @ 2019-01-04 10:53 姩澕 阅读(172) 评论(0) 推荐(0)
摘要:方法1: 用SET PASSWORD命令 首先登录MySQL。 格式:mysql set password for 用户名@localhost = password('新密码'); 例子:mysql set password for root@localhost = password('123'); 阅读全文
posted @ 2018-07-19 10:39 姩澕 阅读(159) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/chenmh/p/5300370.html 阅读全文
posted @ 2018-06-15 11:33 姩澕 阅读(114) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/wangpeng047/article/details/7705588 阅读全文
posted @ 2018-06-07 15:51 姩澕 阅读(103) 评论(0) 推荐(0)
摘要:方式一 参数说明: c:指明collection的名字 d:指明数据库的名字 f:指明要导出那些列 h:指明数据库宿主机的IP o:指明到要导出的文件名 p:指明数据库的密码 q:指明导出数据的过滤条件 u:指明数据库的用户名 方式二(效率最高) 编辑js文件 vim .js 执行:nohup .j 阅读全文
posted @ 2018-06-07 15:39 姩澕 阅读(517) 评论(0) 推荐(0)
摘要:一, Mysql简介 MySQL是一个关系型数据库管理系统,由瑞典MySQL AB公司开发,目前属于Oracle公司。Mysql是最流行的关系型数据库管理系统,在WEB应用方面MySQL是最好的RDBMS(Relational Database Management System:关系数据库管理系统)应用软件之一。MySQL是一种关联数据库管理系统,关联数据库将数据保存在不同的表中,而不是将所有数... 阅读全文
posted @ 2016-06-16 17:37 姩澕 阅读(236) 评论(0) 推荐(0)
摘要:1、http://my.oschina.net/xianggao/blog/87216 2、http://my.oschina.net/xianggao/blog/87448 3、http://my.oschina.net/xianggao/blog/87450 4、http://my.oschina.net/xianggao/blog/87453 阅读全文
posted @ 2016-03-23 15:42 姩澕 阅读(123) 评论(0) 推荐(0)