今天在启动mysql的时候,使用/etc/init.d/mysqld start 报错 一看这种是权限问题,但查看发现目录权限已经是对的 查看启动脚本,是启动的时候调用/usr/bin/mysqld_safe启动进程,两个都是shell脚本,改用调试模式执行 发现在目录判断的时候会失效 实际上这个目 ...
分类:
数据库 时间:
2017-04-18 22:18:13
阅读次数:
1947
题目链接:点击打开链接 3个数为一组,找最大的一个数让它降低,则显然是有解的,分类讨论一下就可以 #include<cstdio> #include<cstring> #include<algorithm> #include<iostream> #include<vector> using name ...
分类:
其他好文 时间:
2017-04-18 22:09:31
阅读次数:
198
1.停止mysql服务/etc/init.d/mysqldstop重新启动服务/usr/local/mysql/bin/mysqld_safe--skip-grant-tables--skip-networking&注:--skip-networking参数可以阻止远程客户端连接,增加安全性或者vi/etc/my.cnf在[mysqld]中增中以下两行[mysqld]skip-grant-tablesskip-networ..
分类:
数据库 时间:
2017-04-17 22:27:16
阅读次数:
215
报错(如下),但是使用mysqld直接启动没有问题。 150718 00:03:38 mysqld_safe Logging to '/var/log/mysqld.log'. 150718 00:03:38 mysqld_safe The file /usr/local/mysql/bin/mys ...
分类:
数据库 时间:
2017-04-16 21:31:26
阅读次数:
479
--相关信息修改上传头像local upload = require "resty.upload"local cjson = require "cjson.safe"local new_mysql = require("new_mysql")--local uuid = require "resty ...
分类:
数据库 时间:
2017-04-12 11:41:28
阅读次数:
603
linux下安装mysql数据库 linux版本:CentOS release 6.8 (Final) mysql版本:mysql-5.7.16-linux-glibc2.5-x86_64.tar.gz 在安装数据库过成中,输入启动mysql命令:/usr/local/mysql/support-f ...
分类:
数据库 时间:
2017-04-10 19:48:26
阅读次数:
787
Efficient Memory Safety for TinyOS: http://www.cs.utah.edu/~coop/me/pubs/sensys07.htm Safe TinyOS 原文:http://tinyos.stanford.edu/tinyos-wiki/index.php/ ...
分类:
其他好文 时间:
2017-04-10 11:05:49
阅读次数:
166
1.fail-fast和fail-safe比较 Iterator的安全失败是基于对底层集合做拷贝,因此,它不受源集合上修改的影响。java.util包下面的所有的集合类都是快速失败的,而java.util.concurrent包下面的所有的类都是安全失败的。快速失败的迭代器会抛出Concurrent ...
分类:
其他好文 时间:
2017-04-09 17:09:11
阅读次数:
471
[root@localhost ~]# 170408 09:53:13 mysqld_safe Logging to '/usr/local/mysql/data/localhost.localdomain.err'.170408 09:53:13 mysqld_safe Starting mysq ...
分类:
数据库 时间:
2017-04-09 12:00:26
阅读次数:
2241
旁白:在一个有WAF、并且mysql中的Into outfile禁用的情况下,我该如何getshell? 作者:倾旋email:payloads@aliyun.com投稿联系:service@cora-lab.org 首先环境如下: OS:Windows 2003 WAF:Safe Dog 4.0正 ...
分类:
Web程序 时间:
2017-04-07 00:50:22
阅读次数:
377