https://community.qualys.com/blogs/securitylabs/2015/05/22/ssl-labs-increased-penalty-when-tls-12-is-not-supportedEarlier this week we released SSL La...
分类:
其他好文 时间:
2015-09-21 23:53:50
阅读次数:
240
登陆数据库 root@bj-idc-testdb-001 ~]#mysql
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.5.38 MySQL Community Server (GPL) by Remi
Copyr...
分类:
数据库 时间:
2015-09-21 00:12:19
阅读次数:
344
这篇文章是记录在我的当前电脑上面,安装Visual Studio 2015 Community Edition出现的无法进行Package Restore的问题,很可能在你的电脑上面无法重现。我的环境是 1.Windows 7 x64 2.已经安装了Visual Studio 2013 3.已经手工...
分类:
其他好文 时间:
2015-09-20 10:22:41
阅读次数:
746
MySQL中查看自带的SQL模式Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 9450
Server version: 5.6.24-log MySQL Community Server (GPL)
Copyright (c) 2000,...
分类:
数据库 时间:
2015-09-19 16:52:53
阅读次数:
248
简单思路:路由器上启动snmp服务,确保zabbix支持snmp,获得需要的OIB,设计item1路由器上启动smtp服务snmp-agentenable;启用snmp-agentsnmp-agentlocal-engineid800063A280586AB1B9CD1700000001snmp-agentcommunityreadmonitor;创建只读的community--monitorsnmp-agentcommuni..
分类:
其他好文 时间:
2015-09-18 18:52:15
阅读次数:
1076
MySQL查看所有可用的字符集Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 6190
Server version: 5.6.24-log MySQL Community Server (GPL)
Copyright (c) 2000, ...
分类:
数据库 时间:
2015-09-18 07:05:38
阅读次数:
181
由于CentOS6现在yum源的mysql-server版本还是5.1的,已经比较老了况且后续服务可能需要mysql的头文件,yum安装的没有找不到头文件,索性就编译安装.MySQL官网是:http://dev.mysql.com/downloads/mysql/1,直接下载源码:#wget#groupadd-rmysql
#useradd-M-r-Gmysql-s/sbin/nologinmy..
分类:
数据库 时间:
2015-09-17 19:53:17
阅读次数:
822
1,CentOS7的yum源中没有正常安装mysql-sever文件2,官方下载:wgethttp://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm3,加入安装库:rpm-ivhmysql-community-release-el7-5.noarch.rpm4,安装:yuminstallmysql-community-server5,启动servicemysqldrestar..
分类:
数据库 时间:
2015-09-17 15:35:22
阅读次数:
189
背景:搞个个人博客的全文搜索得用like啥的,现在mysql版本号已经大于5.6.4了也就支持了innodb的全文搜索了,刚查了下目前版本号都到MySQL Community Server 5.6.19 了,所以,一些小的应用可以用它做全文搜索了,像sphinx和Lucene这样偏重的、需要配置或开...
分类:
数据库 时间:
2015-09-16 23:25:50
阅读次数:
327
1. 下载MySQL Community Server 5.6.13 2. 解压Mysql压缩包 ? ? 将以下载的MySQL压缩包解压到自定义目录下,我的解压目录是: ? ? "D:\wnmp\mysql" ? ? 将解压目录下默认文件 my-default.ini 拷贝一份,改名 ...
分类:
数据库 时间:
2015-09-16 18:22:12
阅读次数:
176