版本: ecmoban_V2.7.3_UTF8_20150623 来源: 官网 一。 给 C:\Windows\temp目录增加 IIS_Users 完全权限。 二。 安装报错: Warning: date_default_timezone_get(): It is not safe to rely ...
分类:
其他好文 时间:
2016-05-21 15:42:53
阅读次数:
158
今天在更新ROOT密码时出错updateusersetpassword=‘123456‘whereuser="root"这样写是错的应该为updateusersetpassword=password(‘123456‘)whereuser="root"错误操作之后,导致mysql数据库消失了。解决方法:关闭/etc/init.d/mysqldstop然后,usr/bin/mysqld_safe--skip-grant-ta..
分类:
数据库 时间:
2016-05-18 22:10:23
阅读次数:
231
搞了2个晚上,这个必须记录一下 1. 先从系统偏好设置里 把 mysql 停掉 2. 打开mac 命令行工具,sudo su 以管理员身份运行命令 3. cd /usr/local/mysql/bin (mysql的安装目录) 4. ./mysqld_safe --skip-grant-tables ...
分类:
数据库 时间:
2016-05-17 22:37:44
阅读次数:
400
首先centos7 web环境的安装这里就不说了。安装cacti,首先得web环境配置好 其次添加两个用户,一个是cacti用于操作mysql的 cactimysql 一个是cacti操作Linux的 cactilinux /usr/local/mysql/bin/mysqld_safe --use ...
分类:
其他好文 时间:
2016-05-17 13:00:11
阅读次数:
222
在操作mysql是可能会出现无法登陆的问题,其中最常见的错误就是,ERROR1045,如图所示的错误:这种错误产生的原因有两种:1、密码错误;2、用户名不正确。网上给出的方法一般是进入安全模式,修改密码。具体操作方法是:#/etc/init.d/mysqlstop#mysqld_safe--user=mysql--skip-g..
分类:
数据库 时间:
2016-05-13 15:29:39
阅读次数:
156
1.1Itisnotsafetorelyonthesystem‘stimezonesettings1.1.1现象运行PHP应用,出现如下错误信息:date():Itisnotsafetorelyonthesystem‘stimezonesettings.Youare*required*tousethedate.timezonesettingorthedate_default_timezone_set()function.Incaseyouusedanyofthosemethod..
分类:
Web程序 时间:
2016-05-13 15:26:59
阅读次数:
187
ERROR 1175 (HY000): You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column...
分类:
数据库 时间:
2016-05-12 21:52:22
阅读次数:
242
先把要拦截的电话号码保存到数据库中,拦截模式用个字段区分,1 电话拦截,2 短信拦截,3全部拦截 新建Activity类CallSmsSafeActivity.java 新建布局文件activity_call_sms_safe.xml 列表展示所有的黑名单手机号码 在布局文件中添加<ListView ...
分类:
移动开发 时间:
2016-05-11 01:07:00
阅读次数:
311
启动关闭/etc/init.d/mysqldstartnetstat-lntup|grep3306ps-ef|grepmysql|grep-vgreproot19461001:51pts/100:00:00/bin/sh/application/mysql/bin/mysqld_safe--datadir=/application/mysql/data--pid-file=/application/mysql/data/lnmp.com.pidmysql21871946001:51pts/100:00..
分类:
数据库 时间:
2016-05-10 23:51:48
阅读次数:
320
Getting or Setting Pixels The safe (slow) way Suppose you are working on an Image<Bgr, Byte>. You can obtain the pixel on the y-th row and x-th column ...
分类:
其他好文 时间:
2016-05-10 23:42:54
阅读次数:
190