This function has none of Deterministic,no sql,or reads sql data in its declaration and binary logging is enabled(you *might* want to use the less saf ...
分类:
数据库 时间:
2018-03-03 21:26:09
阅读次数:
186
字体 通过 CSS3,Web 设计师再也不必被迫使用“web-safe”字体了。 <style> @font-face { font-family: myFirstFont; src: url('Sansation_Light.ttf'), url('Sansation_Light.eot'); / ...
分类:
Web程序 时间:
2018-03-01 17:16:58
阅读次数:
231
[root@Ly-vm-02-db ~]# ps aux |grep mysql root 10384 0.0 0.0 106244 1416 ? S 18:48 0:00 /bin/sh /usr/local/mysql/bin/mysqld_safe --defaults-file=my.cnf ...
分类:
数据库 时间:
2018-02-28 16:18:04
阅读次数:
161
解决MAC下MySQL忘记初始密码的方法分享给大家,供大家参考,具体内容如下 第一步: 点击系统偏好设置->最下边点MySQL,在弹出页面中,关闭服务 第二步:进入终端输入:cd /usr/local/mysql/bin/回车后 登录管理员权限 sudo su回车后输入以下命令来禁止mysql验证功 ...
分类:
数据库 时间:
2018-02-27 19:22:03
阅读次数:
197
今天把5.7.19的数据库给shutdown了,然后使用mysqld_safe --defaults-file=/data/mysql5719/my.cnf 启动数据库启动不起来,错误消息:
> 2018-02-27 11:05:32 47490 [ERROR] Plugin ‘InnoDB‘ init function returned error.
2018-02-27 11:05:32 47490 [ERROR] Plugin ‘InnoDB‘ registration as a STORAGE ENGINE failed.
2018-02-27 11:05:32 47490 [ERROR] Unknown/unsupported storage engine: InnoDB
2018-02-27 11:05:32 47490 [ERROR] Aborting
分类:
数据库 时间:
2018-02-27 12:03:59
阅读次数:
195
系统:CentOSrelease6.5(Final)内核:2.6.32-431.el6.x86_64MySQL版本:5.5.28-logSourcedistribution操作步骤:1.停止mysql服务#servicemysqldstop2.以安全模式进入mysql#mysqld_safe--skip-grant-tablesmysql-uroot-p\\此时密码为空3.重建root
分类:
数据库 时间:
2018-02-27 12:03:36
阅读次数:
202
1、查看系统版本 uname -a 2、卸载old mysql rpm -qa|grep -i mysql rpm -ev MySQL-client-5.5.25a-1.rhel5 如果提示依赖错误,增加–nodeps find / -name mysql rm -rf /var/lib/mysql ...
分类:
数据库 时间:
2018-02-25 20:34:38
阅读次数:
281
[TOC] 简介 由于HashMap是非线程安全的,而且HashTable和Collections.synchronizedMap()的效率很低(基本上是对读写操作加锁,一个线程在使用,其他线程必须等待)。因此可以使用并发安全的ConcurrentHashMap。 ConcurrentHashMap ...
分类:
其他好文 时间:
2018-02-23 20:46:08
阅读次数:
256
一、flask实现的分页组件 from urllib.parse import urlencode,quote,unquote class Pagination(object): """ 自定义分页 """ def __init__(self,current_page,total_count,bas ...
分类:
其他好文 时间:
2018-02-21 16:35:26
阅读次数:
176
楼主从13年10月写到最近,目前为止近300页的讨论,各方观点都能看到,天涯是综合论坛,可以代表部分大众对比特币的认识及观念的变化。地址:http://bbs.tianya.cn/m/post-develop-1450475-1.shtml ...
分类:
其他好文 时间:
2018-02-21 11:44:31
阅读次数:
126