网络基本功(一):细说网络传输 https://community.emc.com/thread/197851?start=0&tstart=0 ...
分类:
其他好文 时间:
2016-07-09 23:34:58
阅读次数:
143
安装方式:绿色安装(使用压缩文件) 文件版本:MySQL Community Server 5.7.13(x86 &x64) 大部分过程同《安装MySQL5.5》,本篇只写不同部分! 1. my.ini建立 拷贝安装版的配置文件 (my.ini)到绿色版的目录。 例如:D:\pg7x86\mysql ...
分类:
数据库 时间:
2016-07-09 07:02:19
阅读次数:
362
CentOS(全称 Community Enterprise Operating System)是 RHEL 源代码再编译的产物。 2014年初,CentOS 宣布加入 Red Hat。 CentOS官网:https://www.centos.org/ CentOS中文站:http://www.ce ...
分类:
其他好文 时间:
2016-07-09 00:38:16
阅读次数:
257
下面记录下mac下mysql的安装及使用. 1.下载mysql的安装文件,如mysql-5.7.13-osx10.11-x86_64 2 2.下载一个mysql可视化工具mysql-workbench-community-6.3.7-osx-x86_64。 3.通过workbench创建数据库和表, ...
分类:
数据库 时间:
2016-07-07 19:36:35
阅读次数:
199
CentOS7的yum源中默认好像是没有mysql的。为了解决这个问题,我们要先下载mysql的repo源。 1. 下载mysql的repo源 2. 安装mysql-community-release-el7-5.noarch.rpm包 安装这个包后,会获得两个mysql的yum repo源:/et ...
分类:
数据库 时间:
2016-07-06 00:03:01
阅读次数:
279
MySQL5.6安装步骤(windows7/8_64位) 1. 下载MySQL Community Server 5.6.11 2. 解压MySQL压缩包 将以下载的MySQL压缩包解压到自定义目录下。 3. 添加环境变量 变量名:MYSQL_HOME 变量值:D:\Program Files\my... ...
分类:
数据库 时间:
2016-07-05 23:51:55
阅读次数:
245
一 下载MySQL 访问MySQL的官网http://www.mysql.com/downloads/ 然后在页面中会看到“MySQL Community Server”下方有一个“download”点击。 进入MySQL的下载界面(http://www.mysql.com/downloads/my ...
分类:
数据库 时间:
2016-07-04 15:02:51
阅读次数:
198
原文地址 http://www.cnblogs.com/zhcncn/p/4027025.html 1. 下载 选择Linux Tab,选择下载免费的Community Edition【1】。当前版本是3.4 2. 安装PyCharm 按照官网给出的安装指导【2】进行安装。 (1) Copy the ...
分类:
系统相关 时间:
2016-07-03 09:17:26
阅读次数:
315
mysql官网下载地址:http://downloads.mysql.com/archives/community/选择x64源码安装包进行下载:将安装文件放在/usr/local/src/下卸载和删除mysql原有的相关内容:userdel-rmysqlgroudelmysqlfind/-name"mysql"-execrm-rf{}\;新建mysql用户、用户组:groupaddmysqluseradd-s/s..
分类:
数据库 时间:
2016-07-01 23:08:45
阅读次数:
325
How to Use DTrace to Troubleshoot Java Native Memory Problems on Oracle Solaris 11 Hands-On Labs of the System Admin and Developer Community of OTN by ...
分类:
编程语言 时间:
2016-07-01 14:47:48
阅读次数:
240