一.在vm加载配置好centos6.7镜像.点击开启此虚拟机开始安装:二:回车开始安装1选项:安装或者升级现有的系统2选项:使用基本的显卡驱动安装系统3选项:拯救模式安装系统4选项:从本地磁盘启动5选项:测试内存三.检测安装盘文件完整性,按tab键切换到skip.跳过检测.四:下一步,next..
分类:
其他好文 时间:
2015-08-27 00:41:53
阅读次数:
199
1:编辑my.cnf 文件 ????sudo vim /etc/mysql/my.cnf打开文件在skip-external-locking后添加skip-grant-tables 2:重启mysql服务 ????sudo service mysql restart 3: ????(1)mysql ????(2)u...
分类:
数据库 时间:
2015-08-20 19:15:01
阅读次数:
181
— William Butler Yeats ——威廉·巴特勒·叶芝When you are old and grey and full of sleep;
当你老了,头发花白,睡意沉沉,And nodding by the fire,take down this book,
倦坐在炉边,取下这本书来,And slowly read,and dream of the soft look
慢慢...
分类:
其他好文 时间:
2015-08-20 10:31:35
阅读次数:
132
首先感谢在本次故障中阿铭对我的无私帮助,万分感谢!阿铭linux论坛:http://www.apelearn.com/study_v2/问题描述:公司安全部门扫描到数据库安全隐患,数据库不需要经过身份验证就可直接远程连接。处理步骤:①:查看发现my.cf中开启了--skip-grant-table#怀疑是之前的管理员..
分类:
数据库 时间:
2015-08-19 17:31:57
阅读次数:
294
Coins in a Line IIIThere arencoins in a line. Two players take turns to take a coin from one of the ends of the line until there are no more coins lef...
分类:
其他好文 时间:
2015-08-19 00:09:26
阅读次数:
247
删除mysql的user表中的root用户后,我们可以用以下命令来实现恢复;启动mysql数据库的安全模式,有2种方法1.修改配置文件/etc/my.cf,添加--skip-grant-tables2.使用命令进入安全模式,首先,要先关闭mysql服务servicemysqldstop进入安全模式mysqld_safe--skip-grant-tables3.添..
分类:
数据库 时间:
2015-08-18 19:46:55
阅读次数:
185
unauthenticated
user:
打开mysql的配置文件(my.cnf),在[mysqld]下面增加一行:
skip-name-resolve
RPM安装的mysql找不到my.cnf:
复制/usr/share/mysql/my-medium.cnf文件到/etc目录,并改名为my.cnf即可:cp
/usr/share/mysql/my-medi...
分类:
数据库 时间:
2015-08-18 19:39:01
阅读次数:
164
xcode升级 VVDocumenter 插件失效怎么办??
首先给个完整的安装参考:http://www.th7.cn/Program/IOS/201405/212030.shtml 参考这个可以完整安装,安装之后重启Xcode,打开一个新的工程 提示
Load bundle和Skip Bundle 一定要选择 Load bundle 如果不小心选错
下面是...
分类:
移动开发 时间:
2015-08-18 19:38:11
阅读次数:
372
_.first = _.head = _.take = function(array, n, guard) { //n == null--array[0]; //n != null;guard == ture;--array[0] //n != null;guard == false;--返回...
分类:
其他好文 时间:
2015-08-17 21:45:13
阅读次数:
105
# gem install json -v '1.8.3'Building native extensions. This could take a while...ERROR: Error installing json: ERROR: Failed to build gem nativ...
分类:
Web程序 时间:
2015-08-17 21:24:49
阅读次数:
123